Skip to content

Commit

Permalink
Add jdk_vector for jdk16+ (#2267)
Browse files Browse the repository at this point in the history
Signed-off-by: lanxia <[email protected]>
  • Loading branch information
llxia authored Feb 12, 2021
1 parent a1323d2 commit eacd8c2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,4 +1376,30 @@
<group>openjdk</group>
</groups>
</test>
<test>
<testCaseName>jdk_vector</testCaseName>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS)$(Q) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(TEST_RESROOT)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList.txt$(Q) \
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_vector$(Q); \
$(TEST_STATUS)</command>
<subsets>
<subset>16+</subset>
</subsets>
<levels>
<level>extended</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
</test>
</playlist>

0 comments on commit eacd8c2

Please sign in to comment.