summaryrefslogtreecommitdiff
path: root/openembedded/mauve
AgeCommit message (Collapse)Author
2013-12-18mauve: break up tests into individual filesAndrew McDermott
Broke up the tests based on the top-level Java packages (see openembedded/mauve/all-packages.txt). Running all the Mauve tests as one single test means that if a timeout occurs we get zero results. By having individual tests we can have much shorter timeouts and, should a test timeout, then only that test will have no results as opposed to Mauve in its entirety. This change also makes it practical to schedule the tests onto more devices using multi-node testing. Change-Id: I310282af072f40223f0998a1f5fda79b481dd584 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-12-18mauve: blacklist tests that timeout on x86Andrew McDermott
If they take a long time on x86 then they are equally unlikely to complete when running on the model. Change-Id: I00a0f0d54cc5628229b1104871c86ef08e2b4ea7 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-26mauve: remove spurious test name from gnu.testlet.org.omgAndrew McDermott
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-16mauve: rework tests, exclusions and test setupAndrew McDermott
Regenerated all the blacklists based on a successful run using Java 6 on x86-64. As a result the blacklists are considerably shorter which is less likely to have an impact on command line (shell) length when invoking the tests. The mauve git repo that contains the pre-built class files must now be pre-built within /tmp/mauve or no tests will be run. The parser has been removed that checks for pass, fail or skip as the Mauve test harness, combined with Lava, will produce one row per test which results in approximately 250 pages in the Lava dashboard. Instead you now get a high-level pass/fail for each top-level Java package that is tested. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-07-03Added Mauve tests for Java LEGAndrew McDermott
Note: a lot of the tests are commented out until the core Java classes pass without issue. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>