summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-runtime.yaml
diff options
context:
space:
mode:
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'