summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-compiler.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/jtreg-hotspot-compiler.yaml')
-rw-r--r--openembedded/jtreg-hotspot-compiler.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/jtreg-hotspot-compiler.yaml b/openembedded/jtreg-hotspot-compiler.yaml
index 50893fc..0c33c3f 100644
--- a/openembedded/jtreg-hotspot-compiler.yaml
+++ b/openembedded/jtreg-hotspot-compiler.yaml
@@ -39,9 +39,4 @@ run:
steps:
- 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- - './jtreg-test -t hotspot-compiler -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/compiler'
-parse:
- pattern: "(?P<result>^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P<test_case_id>(.*))"
- fixupdict:
- JTREG-SUCCESS: pass
- JTREG-FAIL: fail
+ - './jtreg-test -t hotspot-compiler -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/compiler || true'