Skip to content

Commit

Permalink
Exclude jang/lang/ref/FinalizeOverride and run in separate playlist (#…
Browse files Browse the repository at this point in the history
…1845)

It needs to run with the -Xjit:enableAggressiveLiveness option

Issue eclipse-openj9/openj9#9651

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored Jun 24, 2020
1 parent c6349e6 commit 07ba30e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ java/lang/invoke/condy/CondyNestedResolutionTest.java https://github.com/eclipse
java/lang/invoke/lambda/LambdaStackTrace.java https://github.com/eclipse/openj9/issues/3394 generic-all
java/lang/ref/CleanerTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/EarlyTimeout.java https://github.com/eclipse/openj9/issues/7225 generic-all
java/lang/ref/FinalizeOverride.java https://github.com/eclipse/openj9/issues/9651 generic-all
java/lang/ref/FinalizerHistogramTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/NullQueue.java https://github.com/eclipse/openj9/issues/7251 generic-all
java/lang/ref/OOMEInReferenceHandler.java https://github.com/eclipse/openj9/issues/7251 generic-all
Expand Down
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk14-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ java/lang/invoke/condy/CondyNestedResolutionTest.java https://github.com/eclipse
java/lang/invoke/lambda/LambdaStackTrace.java https://github.com/eclipse/openj9/issues/3394 generic-all
java/lang/ref/CleanerTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/EarlyTimeout.java https://github.com/eclipse/openj9/issues/7225 generic-all
java/lang/ref/FinalizeOverride.java https://github.com/eclipse/openj9/issues/9651 generic-all
java/lang/ref/FinalizerHistogramTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/NullQueue.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/OOMEInReferenceHandler.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
Expand Down
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk15-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ java/lang/invoke/modules/Driver.java https://github.com/eclipse/openj9/issues
java/lang/invoke/modules/Driver1.java https://github.com/eclipse/openj9/issues/8571 generic-all
java/lang/ref/CleanerTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/EarlyTimeout.java https://github.com/eclipse/openj9/issues/7225 generic-all
java/lang/ref/FinalizeOverride.java https://github.com/eclipse/openj9/issues/9651 generic-all
java/lang/ref/FinalizerHistogramTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/NullQueue.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ref/OOMEInReferenceHandler.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
Expand Down
26 changes: 26 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,32 @@
<impl>openj9</impl>
</impls>
</test>
<test>
<testCaseName>jdk_lang_ref_FinalizeOverride_j9</testCaseName>
<variations>
<variation>-Xjit:enableAggressiveLiveness -XX:-JITServerTechPreviewMessage</variation>
</variations>   
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) $(JDK_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS)$(Q) \
-timeoutHandler:jtreg.openj9.CoreDumpTimeoutHandler -timeoutHandlerDir:$(Q)$(LIB_DIR)$(D)openj9jtregtimeouthandler.jar$(Q) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(TEST_RESROOT)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
$(Q)$(OPENJDK_DIR)$(D)test$(D)jdk$(D)java$(D)lang$(D)ref$(D)FinalizeOverride.java$(Q); \
$(TEST_STATUS)</command>
<subsets>
<subset>11+</subset>
</subsets>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
</test>
<test>
<testCaseName>jdk_math</testCaseName>
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
Expand Down

0 comments on commit 07ba30e

Please sign in to comment.