Skip to content

Commit

Permalink
JDK19/18 excludes (#3750)
Browse files Browse the repository at this point in the history
JDK19:
langtools_custom
jdk_foreign
HCRLateAttachWorkload_previewEnabled
MauveMultiThrdLoad_5m
MBCS_Tests_i18n_zh_CN_linux
MBCS_Tests_i18n_zh_CN_aix
SC_Softmx_JitAot
SC_Softmx_JitAot_Linux
SharedClasses.SCM23.MultiThread
SharedClasses.SCM23.MultiThreadMultiCL
java/lang/Class/ArrayType.java
java/lang/ClassLoader/BadRegisterAsParallelCapableCaller.java
java/lang/ProcessBuilder/ReaderWriterTest.java
java/lang/System/FileEncodingTest.java
java/lang/Thread/virtual/ThreadAPI.java#id1
java/math/BigDecimal/StringConstructor.java
java/nio/channels/vthread/BlockingChannelOps.java#id0
java/nio/channels/vthread/BlockingChannelOps.java#id1
java/nio/file/Files/ReadWriteString.java
java/util/Random/RandomNextDoubleBoundary.java
jdk/incubator/concurrent/StructuredTaskScope/StructuredThreadDumpTest.java
jdk/incubator/vector/Byte128VectorTests.java
jdk/incubator/vector/Byte256VectorTests.java
jdk/incubator/vector/Int128VectorTests.java
jdk/incubator/vector/Short256VectorTests.java
jdk/internal/vm/Continuation/Basic.java#id0
jdk/internal/vm/Continuation/Basic.java#id1
jdk/internal/vm/Continuation/Fuzz.java
jni/nullCaller/NullCallerTest.java
sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java
sun/security/provider/SecureRandom/StrongSecureRandom.java
sun/security/ssl/rsa/SignedObjectChain.java
sun/security/krb5/auto/BasicProc.java
sun/security/krb5/ccache/Refresh.java

JDK18
sun/security/krb5/auto/BasicProc.java


Signed-off-by: Jason Feng <[email protected]>
  • Loading branch information
JasonFengJ9 authored Jun 10, 2022
1 parent 52f34d9 commit 40c7ebb
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 211 deletions.
14 changes: 14 additions & 0 deletions functional/MBCS_Tests/i18n/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_zh_CN_linux</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15249</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<command>LANG=zh_CN.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<platformRequirements>os.linux</platformRequirements>
Expand Down Expand Up @@ -150,6 +157,13 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_zh_CN_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15249</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<command>LANG=zh_CN perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand Down
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk18-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@ sun/security/ssl/CipherSuite/SupportedGroups.java https://github.ibm.com/runtime
sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java https://github.com/adoptium/aqa-tests/issues/2123 generic-all
sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java https://github.ibm.com/runtimes/backlog/issues/795 aix-all

############################################################################

# jdk_security4

sun/security/krb5/auto/BasicProc.java https://github.com/eclipse-openj9/openj9/issues/14803 generic-all

########################################################################################################################################################

# jdk_sound
Expand Down
446 changes: 235 additions & 211 deletions openjdk/excludes/ProblemList_openjdk19-openj9.txt

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
</test>
<test>
<testCaseName>langtools_custom</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15264</comment>
<version>19+</version>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down Expand Up @@ -1266,6 +1273,13 @@
</test>
<test>
<testCaseName>jdk_foreign</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15152</comment>
<version>19+</version>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down
7 changes: 7 additions & 0 deletions system/mauveLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
</test>
<test>
<testCaseName>MauveMultiThrdLoad_5m</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15253</comment>
<version>19+</version>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down
7 changes: 7 additions & 0 deletions system/otherLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@
</test>
<test>
<testCaseName>HCRLateAttachWorkload_previewEnabled</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15250</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down
22 changes: 22 additions & 0 deletions system/sharedClasses/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/14635</comment>
<platform>aarch64_mac.*</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15251</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<levels>
<level>extended</level>
Expand All @@ -128,6 +133,13 @@
</test>
<test>
<testCaseName>SC_Softmx_JitAot_Linux</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15251</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<variations>
<variation>Mode110</variation>
<variation>Mode610</variation>
Expand Down Expand Up @@ -285,6 +297,11 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/14621</comment>
<platform>aarch64_mac.*</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15251</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<levels>
<level>extended</level>
Expand All @@ -310,6 +327,11 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/14621</comment>
<platform>aarch64_mac.*</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15251</comment>
<impl>openj9</impl>
<version>19+</version>
</disable>
</disables>
<levels>
<level>extended</level>
Expand Down

0 comments on commit 40c7ebb

Please sign in to comment.