summaryrefslogtreecommitdiff
path: root/openembedded
AgeCommit message (Collapse)Author
2013-10-02jtreg: don't use the pre-built .class filesAndrew McDermott
As there are significantly fewer tests we now let the test harness compile the files and that indirectly adds to the overall validation of OpenJDK-8. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-30openembedded/ltp-realtime: remove the path and the suffix .log from the test ↵Mike Holmes
name Signed-off-by: mike-holmes <mike.holmes@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-30openembedded/ltp: enable mm testAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-25added kvm for OEAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-09-24jtreg: delete YAML file that runs all testsAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-23jtreg: correct git repo locationAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-23jtreg: split up into individual testsAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-22jtreg: reduce tests to just hotspot sanity testAndrew McDermott
The current jtreg tests don't complete within 24 hours so just run the sanity test; this also makes the LAVA device available for other ad-hoc testing during the day.
2013-09-14netperf: netserver should be started before netperf runsGuoqing Zhu
Signed-off-by: Guoqing Zhu <guoqing.zhu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-14common/netperf: move netperf scripts under common directoryFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-14openembedded/netperf: initial multinode testGuoqing Zhu
Add netperf multinode test for openembedded. Signed-off-by: Guoqing Zhu <guoqing.zhu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-14openembedded/cyclictest: updated cyclictestVincent Hsu
1. force to run test in cpu core 1 2. get full log and summary log at the same time 3. show more measurement resluts directly on lava webpage Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-11jtreg: use new test archive repoAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-06hackbench: update measurementsCiprian Barbu
modified the hackbench test suite to run a fixed number of iterations and added a script called dd_infinite.sh that does the dd part. This is useful for having relevant measurements, since in idle the performance is usually good. The results are gathered by hackbench_parse.py which outputs 4 measurements, minimum value, maximum, average and median. tested on validation.linaro.org, results can be found at http://validation.linaro.org/scheduler/job/71437 Signed-off-by: Ciprian Barbu <ciprian.barbu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-06jtreg: extract and attach summary results for hotspot testsAndrew McDermott
When a hotspot test completes the underlying JDK hotspot makefile deletes the intermediate files leaving only the ARCHIVE_BUNDLE.zip to be atached as a result of the test. Unfortunately this makes it hard to see at a glance what the outcome of the test is when browsing through the results in LAVA. This commit unzips JTreport/text/*.txt and attaches them as individual files for convenience. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-06jtreg: attach hotspot error logs as text/plainAndrew McDermott
This makes it easier to view them in the LAVA results as you get the option of both 'download' and 'view'. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-06mauve: switch to -Xmixed modeAndrew McDermott
2013-09-06jtreg: switch to -Xmixed modeAndrew McDermott
2013-09-05openembedded/ltp-realtime: specify which tests to run and parse result logAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-05openembedde/ltp: add a wrapper script to ltp and parse result logAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-05openembedded/cyclictest: fix cyclictest testVincent Hsu
Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-04libhugetlbfs: Add aarch64 unit testsSteve Capper
Runs through 64 bit libhugetlbfs on target system. One needs to run with a kernel that supports huge pages, also the OpenEmbedded system needs to have the libhugetlbfs test suite pre-installed. (Which is the case for recent OpenEmbedded builds).
2013-09-04jtreg: accomodate differences between jdk and hotspot testsAndrew McDermott
Also attach ARCHIVE_BUNDLE.zip, if available. It also turns out that if you test jdk_beans then the underlying JDK makefiles actually tests jdk_beans{1,2} and {1,2} become the directory names and, as a result, the test results don't get appended correctly. Updated the script to glob on the test name so that we don't have to peak too much into the JDK test machinations. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-09-02jtreg: add hotspot testsAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-30jtreg: use external script for running testsAndrew McDermott
Also enabled more jdk tests. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-28openvswitch-lng: call autoreconf instead of the wrapper script boot.shFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-28OVS: build and run testsuiteZi Shen Lim
Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-27openjdk: correct paths to java and javac binariesAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-27openjdk7-sanity: correct git repoAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-23openembedded: add openjdk sanity testAndrew McDermott
The sanity test verifies that the javac and java binaries can execute by generating a program that prints the version of java on $PATH. This version is then matched against an expected version string. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-23jtreg: the pre-built tests tarball is no longer compressedAndrew McDermott
The `tar axf foo.tar.bz2' is currently failing on the foundation model so the pre-built tests that get installed now defaults to a non-compressed archive. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-22jtreg: new test for the OpenJDK platformAndrew McDermott
The only test enabled right now are the java/math tests. More tests will be enabled once the process has proven to work and some issues with the test harness have been resolved. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-19Fix LTP test definition on OpenEmbeddedAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-16mauve-sanity-test: repo moved to git://git.linaro.org/leg/openjdk/mauve.gitAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-15removed prefix rt- to only cyclictest and hackbenchAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-15ltp.yaml: newly created OE tests.Anders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-15ltp-realtime: make it similar to the ubuntu's ltp-realtime.Anders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-15rename to ltp-realtimeAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-14mauve: repo moved to git://git.linaro.org/leg/openjdk/mauve.gitAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-02mauve-sanity-test: use java/lang/Integer for a quick testAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-31mauve: revert to running tests directly from the YAML fileAndrew McDermott
This partially reverts b8a9748e1b3dfc4106c500a7a31b3f018f337446. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-31mauve: fall back to openjdk-8 JRE if openjdk-8 JDK not presentAndrew McDermott
If the JDK has not been installed but the JRE has then fall back to using the explicit path of the JRE. Of course, if the update-alternatives mechanism makes java -> .../jre/bin/java then that's fine too. But for testing we definitely want to be using JDK8, so we force the issue via an explicit PATH. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-30mauve: tests to run are driven by filesAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-30mauve: echo which java and version info to test outputAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-30mauve: ensure .../openjdk-8-jdk/bin is at the head of PATHAndrew McDermott
Prefer openjdk-8 by having it as the first entry on the PATH. If not found the invocation will naturally fall back to /usr/bin/java. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-30mauve: force use of -Xint execution mode when running testsAndrew McDermott
This forces the VM to use the template interpreter - which is what we want to initially validate when running with OpenJDK 8. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-26mauve: remove spurious test name from gnu.testlet.org.omgAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-26mauve: package to test must be first arg to mauve-test-pkgAndrew McDermott
If not the first arg the blacklist file will not be found. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-26mauve: regenerate blacklist filesAndrew McDermott
This based on a successful run on x86-64 using openjdk7. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-26mauve: correct path to package blacklistAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>