Skip to content

Commit

Permalink
openjdk: switch from hotspot_jre to hotspot_jdk (#5646)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers authored Oct 2, 2024
1 parent 789f06e commit 6a56a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
</impls>
</test>
<test>
<testCaseName>hotspot_jre</testCaseName>
<testCaseName>hotspot_jdk</testCaseName>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -691,7 +691,7 @@
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
${FEATURE_PROBLEM_LIST_FILE} \
${VENDOR_PROBLEM_LIST_FILE} \
$(Q)$(JTREG_HOTSPOT_TEST_DIR):jre$(Q); \
$(Q)$(JTREG_HOTSPOT_TEST_DIR):jdk$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>8</version>
Expand Down

0 comments on commit 6a56a83

Please sign in to comment.