summaryrefslogtreecommitdiff
path: root/openembedded/jtreg
AgeCommit message (Collapse)Author
2014-02-07jtreg: updates to blacklistAndrew McDermott
Change-Id: Ibc1352285cf6f7b0fe00c8fb2b5fa78cc9b7b987 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2014-02-06jtreg: corrections to commit 05dcc9db5e8f3ee4f4532429b49e29e6274c88f3Andrew McDermott
The leading JTREG category name should not be present. Change-Id: Ie201d784d3b3d4e74d967288cbe16e38ede29b89 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2014-02-05jtreg: updates to blacklistAndrew McDermott
Change-Id: I46652b4645122ff72ad9c60e75b9e6788a02aeee Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2014-02-03jtreg: updates to blacklistAndrew McDermott
Change-Id: I1af117854111fc67f04d4c3f968a46c63b417c0e Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-12-05jtreg: update exclude listAndrew McDermott
Change-Id: I03d9e11c9b02ff35c87939c34b550bb4865d04a3 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
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>