summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-runtime.yaml
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-03-25 13:09:24 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-03-28 14:34:51 +0000
commit5edc737c41bc40597fd2eb2185b221ca0e9fafcf (patch)
tree9c6deff0a6461f2a9e30f66871ede2fd4bb12e68 /openembedded/jtreg-hotspot-runtime.yaml
parentab9f15489b242a2bf8201d11d36919dd450ed119 (diff)
jtreg: delay lava-test-case execution
Works around: https://bugs.launchpad.net/lava-server/+bug/1297956 Change-Id: I43094a8aea014320cc93b5d935a52023c8a11995 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded/jtreg-hotspot-runtime.yaml')
-rw-r--r--openembedded/jtreg-hotspot-runtime.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/jtreg-hotspot-runtime.yaml b/openembedded/jtreg-hotspot-runtime.yaml
index 008dc27..84f7054 100644
--- a/openembedded/jtreg-hotspot-runtime.yaml
+++ b/openembedded/jtreg-hotspot-runtime.yaml
@@ -39,9 +39,4 @@ run:
steps:
- 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- - './jtreg-test -t hotspot-runtime -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/runtime'
-parse:
- pattern: "(?P<result>^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P<test_case_id>(.*))"
- fixupdict:
- JTREG-SUCCESS: pass
- JTREG-FAIL: fail
+ - './jtreg-test -t hotspot-runtime -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/runtime || true'