Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triage/Excluding tests #1348

Merged
merged 11 commits into from
Sep 24, 2019
17 changes: 10 additions & 7 deletions openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse/open
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/eclipse/openj9/issues/6660 generic-all
java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse/openj9/issues/6462 generic-all
java/lang/ProcessBuilder/Basic.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse/openj9/issues/4124 windows-all
java/lang/SecurityManager/modules/CustomSecurityManager.sh https://github.com/eclipse/openj9/issues/6661 generic-all
java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse/openj9/issues/6659 generic-all
Expand Down Expand Up @@ -180,6 +179,10 @@ java/net/SocketPermission/Wildcard.java https://github.com/AdoptOpenJDK/openjdk-
java/net/Socks/SocksV4Test.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/net/URL/OpenStream.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/net/httpclient/ConnectExceptionTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/net/httpclient/ConnectTimeoutNoProxyAsync.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/915 linux-s390x
java/net/httpclient/ConnectTimeoutNoProxySync.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/915 linux-s390x
java/net/httpclient/ConnectTimeoutWithProxyAsync.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/915 linux-s390x
java/net/httpclient/ConnectTimeoutWithProxySync.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/915 linux-s390x
java/net/httpclient/UnknownBodyLengthTest.java https://github.com/eclipse/openj9/issues/4593 windows-all,macosx-all
java/net/httpclient/websocket/BlowupOutputQueue.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/PendingBinaryPingClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
Expand Down Expand Up @@ -281,18 +284,18 @@ java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.jav

# jdk_util

java/util/Arrays/TimSortStackSize2.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/Arrays/TimSortStackSize2.java https://github.com/eclipse/openj9/issues/7086 generic-all
java/util/Arrays/largeMemory/ParallelPrefix.java https://github.com/eclipse/openj9/issues/4100 linux-ppc64le
java/util/BitSet/stream/BitSetStreamTest.java https://github.com/eclipse/openj9/issues/4720 linux-all
java/util/Spliterator/SpliteratorCollisions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/concurrent/atomic/VMSupportsCS8.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse/openj9/issues/7090 generic-all
java/util/concurrent/atomic/VMSupportsCS8.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1347 generic-all
java/util/concurrent/forkjoin/FJExceptionTableLeak.java https://github.com/eclipse/openj9/issues/3209 generic-all
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/7125 macosx-all,linux-all
java/util/concurrent/ArrayBlockingQueue/WhiteBox.java https://github.com/eclipse/openj9/issues/5988 macosx-all
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add this 1352 link to the ones marked in #1297, close 1352 and use the 1297 link for tests that are permanent excludes due to them being hotspot specific.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was waiting for clarification if these tests were hotspot specific or not before adding them to the permanent exclude list. So are these tests both to be perma excluded?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When i say these i mean this test on all 3 lists and also #1347

java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 macosx-all,linux-s390x
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse/openj9/issues/3447 generic-all

############################################################################
Expand Down
9 changes: 4 additions & 5 deletions openjdk/ProblemList_openjdk13-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,14 @@ java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.jav

# jdk_util

java/util/Arrays/TimSortStackSize2.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/Arrays/TimSortStackSize2.java https://github.com/eclipse/openj9/issues/7086 generic-all
java/util/Arrays/largeMemory/ParallelPrefix.java https://github.com/eclipse/openj9/issues/4100 linux-ppc64le
java/util/BitSet/stream/BitSetStreamTest.java https://github.com/eclipse/openj9/issues/4720 linux-all
java/util/Spliterator/SpliteratorCollisions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse/openj9/issues/7090 generic-all
java/util/concurrent/ArrayBlockingQueue/WhiteBox.java https://github.com/eclipse/openj9/issues/5988 macosx-all
java/util/concurrent/atomic/VMSupportsCS8.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/concurrent/forkjoin/FJExceptionTableLeak.java https://github.com/eclipse/openj9/issues/3209 generic-all
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/7125 macosx-all,linux-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above, let's amalgamate all non-applicable permanent excludes under 1297

java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 generic-all
Expand Down
6 changes: 3 additions & 3 deletions openjdk/ProblemList_openjdk8-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
java/lang/Class/forName/NonJavaNames.sh https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/Class/forName/arrayClass/ExceedMaxDim.java https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/ClassLoader/Assert.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/982 aix-all
java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java https://github.com/eclipse/openj9/issues/7122 generic-all
java/lang/Math/HypotTests.java https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/ProcessBuilder/Basic.java https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/Runtime/shutdown/ShutdownInterruptedMain.java https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/SecurityManager/CheckPackageAccess.java https://github.com/eclipse/openj9/issues/1128 generic-all
java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse/openj9/issues/3303 generic-all
Expand Down Expand Up @@ -303,13 +303,13 @@ java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse/ope
java/util/SplittableRandom/SplittableRandomTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 linux-ppc64le
java/util/TimeZone/HongKong.java https://bugs.openjdk.java.net/browse/JDK-8031145 generic-all
java/util/Timer/NameConstructors.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/util/concurrent/atomic/VMSupportsCS8.java https://github.com/eclipse/openj9/issues/1131 generic-all
java/util/concurrent/atomic/VMSupportsCS8.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1347 generic-all
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/1131 generic-all
java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 linux-all
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/util/logging/CheckZombieLockTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 generic-all
java/util/logging/FileHandlerMaxLocksTest.java https://github.com/eclipse/openj9/issues/1131 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/eclipse/openj9/issues/1131 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java/util/logging/TestLoggingWithMainAppContext.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 macosx-all
java/util/logging/TestMainAppContext.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 macosx-all
java/util/prefs/PrefsSpi.sh https://github.com/eclipse/openj9/issues/1131 generic-all
Expand Down