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.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/jtreg-hotspot-compiler.yaml b/openembedded/jtreg-hotspot-compiler.yaml
index ce821d1..d29b3c7 100644
--- a/openembedded/jtreg-hotspot-compiler.yaml
+++ b/openembedded/jtreg-hotspot-compiler.yaml
@@ -42,7 +42,7 @@ run:
- 'cd /lava/tests/$TESTRUN_ID/test-definitions/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>^(Passed|FAILED)):\\s+(?P<test_case_id>(.*))"
+ pattern: "(?P<result>^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P<test_case_id>(.*))"
fixupdict:
- Passed: pass
- FAILED: fail
+ JTREG-SUCCESS: pass
+ JTREG-FAIL: fail