summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-gc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/jtreg-hotspot-gc.yaml')
-rw-r--r--openembedded/jtreg-hotspot-gc.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/jtreg-hotspot-gc.yaml b/openembedded/jtreg-hotspot-gc.yaml
index 42a8043..3ba1584 100644
--- a/openembedded/jtreg-hotspot-gc.yaml
+++ b/openembedded/jtreg-hotspot-gc.yaml
@@ -42,7 +42,7 @@ run:
- 'cd /lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts'
- './jtreg-test -t hotspot-gc -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/gc'
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