summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-gc.yaml
AgeCommit message (Collapse)Author
2014-04-04jtreg: switch VM from -client to -serverAndrew McDermott
Change-Id: I740d49e50d30c36bb3e6c954cc2e0b3e8cf2968c Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2014-03-28jtreg: delay lava-test-case executionAndrew McDermott
Works around: https://bugs.launchpad.net/lava-server/+bug/1297956 Change-Id: I43094a8aea014320cc93b5d935a52023c8a11995 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2014-03-24jtreg/mauve: update paths for LAVA changesAndrew McDermott
Change-Id: I79951f18a71a93cafbf5a932f1ba2b883348dd8d Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-12-09jtreg: switch to new params syntaxAndrew McDermott
Change-Id: I05364f31c99c6e515d2b46246f8442a2abc895c1 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-12-02jtreg: remove redundant clone of qa/test-definitions repoAndrew McDermott
This repo is already cloned as part of the JSON test definition. Change-Id: I6540dc2169945c17db18fba0d048e579ce73b1da Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-11-26jtreg: add failed results as discrete attachmentsAndrew McDermott
For each test that fails add the corresponding .jtr (jtreg result) for easier observation from the LAVA dashboard. Also attach a zip of the JTwork and JTreport directory sans the class files. This zip is now attached directly to the overall LAVA test using lava-test-run-attach. The overall execution is now run using jtreg and the results are then parsed and analysed for success/fail. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org> Change-Id: Id5e918e196892e6935b3361f822f6f129f59772c
2013-11-20Rework OpenJDK tests to invoke jtreg directlyAndrew McDermott
This commit reworks the invocation of the JTREG tests to rely on jtreg(1) directly. It was previously using the makefiles in the OpenJDK test directories but there were significant differences between the JDK Makefile and the hotspot Makefile which added unnecessary complexity, particularly as we now want to run tests against both -client and -server VMs. There are also additional parameters for specifying the test timeout and job concurrency. And I also moved the exclude file into this repo so that it can be subject to code reviews. Change-Id: Ic90df7969f862c3fc5ecb71f658601cd2e1d89ba Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-11-14jtreg: add metadata to YAML filesAndrew McDermott
Change-Id: I1da834543c1206fc2198cfbc288af6ca3c9b4bae 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>