summaryrefslogtreecommitdiff
path: root/openembedded/mauve/blacklist.d
AgeCommit message (Collapse)Author
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-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>