Skip to content

Commit

Permalink
Update problemlist based on 2024 October release (#5724)
Browse files Browse the repository at this point in the history
* com/sun/jdi/FinalizerTest.java

#5705

Signed-off-by: Sophia Guo <[email protected]>

* #3234

Signed-off-by: Sophia Guo <[email protected]>

* Adding vendor exclude list

Signed-off-by: Sophia Guo <[email protected]>

* https://bugs.openjdk.org/browse/JDK-8339713

Signed-off-by: Sophia Guo <[email protected]>

* Headless for win32

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Oct 30, 2024
1 parent 218874c commit 634f46a
Show file tree
Hide file tree
Showing 7 changed files with 261 additions and 4 deletions.
3 changes: 2 additions & 1 deletion openjdk/excludes/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ javax/imageio/plugins/shared/ImageWriterCompressionTest.java https://github.com/

# jdk_build

build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3234 linux-x64
# Known jdk11u windows issue, not backport https://github.com/adoptium/jdk17u/commit/5fff0506f9dca6bcfe91992138ceff32d86370a8
build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3234 linux-x64,windows-x86

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

Expand Down
13 changes: 12 additions & 1 deletion openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ java/beans/XMLEncoder/javax_swing_OverlayLayout.java https://github.com/adoptium
java/beans/XMLEncoder/javax_swing_border_TitledBorder.java https://github.com/adoptium/aqa-tests/issues/2810 aix-all
java/beans/XMLEncoder/javax_swing_plaf_BorderUIResource_TitledBorderUIResource.java https://github.com/adoptium/aqa-tests/issues/2810 aix-all
java/beans/Beans/TypoInBeanDescription.java https://github.com/adoptium/aqa-tests/issues/3841 aix-all

java/beans/PropertyEditor/6380849/TestPropertyEditor.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestColorClass.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestColorClassJava.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestColorClassNull.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestColorClassValue.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestFontClass.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestFontClassJava.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestFontClassNull.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/PropertyEditor/TestFontClassValue.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
java/beans/XMLEncoder/java_awt_ScrollPane.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java https://github.com/adoptium/aqa-tests/issues/5689 windows-x86
############################################################################

# jdk_lang
Expand Down Expand Up @@ -198,6 +208,7 @@ sun/security/pkcs11/Secmod/AddTrustedCert.java https://github.com/adoptium/aqa-t
sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java https://github.com/adoptium/aqa-tests/issues/2123 linux-all
sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java https://github.com/adoptium/aqa-tests/issues/2123 generic-all
sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java https://github.com/adoptium/aqa-tests/issues/3811 windows-x86
sun/security/util/Debug/DebugOptions.java https://bugs.openjdk.org/browse/JDK-8339713 linux-arm

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

Expand Down
2 changes: 1 addition & 1 deletion openjdk/excludes/ProblemList_openjdk21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ com/sun/jdi/JdwpAttachTest.java https://bugs.openjdk.java.net/browse/JDK-8253940
com/sun/jdi/BreakpointTest.java https://bugs.openjdk.java.net/browse/JDK-8050470 linux-s390x
com/sun/jdi/JdwpAllowTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all
com/sun/jdi/JdwpListenTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all

com/sun/jdi/FinalizerTest.java https://github.com/adoptium/aqa-tests/issues/5705 linux-all
############################################################################

# jdk_nio
Expand Down
2 changes: 1 addition & 1 deletion openjdk/excludes/ProblemList_openjdk23.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ com/sun/jdi/JdwpAttachTest.java https://bugs.openjdk.java.net/browse/JDK-8253940
com/sun/jdi/BreakpointTest.java https://bugs.openjdk.java.net/browse/JDK-8050470 linux-s390x
com/sun/jdi/JdwpAllowTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all
com/sun/jdi/JdwpListenTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all

com/sun/jdi/FinalizerTest.java https://github.com/adoptium/aqa-tests/issues/5705 linux-all
############################################################################

# jdk_nio
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk24.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ com/sun/jdi/JdwpAttachTest.java https://bugs.openjdk.java.net/browse/JDK-8253940
com/sun/jdi/BreakpointTest.java https://bugs.openjdk.java.net/browse/JDK-8050470 linux-s390x
com/sun/jdi/JdwpAllowTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all
com/sun/jdi/JdwpListenTest.java https://bugs.openjdk.org/browse/JDK-8241624 generic-all
com/sun/jdi/FinalizerTest.java https://github.com/adoptium/aqa-tests/issues/5705 linux-all

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

Expand Down
122 changes: 122 additions & 0 deletions openjdk/excludes/vendors/eclipse/ProblemList_openjdk23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
############################################################################
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#############################################################################

# hotspot_all

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

# hotspot_jre

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

# jdk_awt

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

# jdk_beans

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

# jdk_build
build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3988 generic-all

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

# jdk_compiler

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

# jdk_lang

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

# jdk_management

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

# jdk_jmx

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

# jdk_math

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

# jdk_net

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

# jdk_io

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

# jdk_nio
java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-tests/issues/3635 linux-all

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

# jdk_rmi

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

# jdk_security

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

# jdk_security4

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

# jdk_sound

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

# jdk_swing

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

# jdk_text

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

# jdk_time

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

# jdk_tools

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

# jdk_jdi

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

# jdk_util

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

# svc_tools

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

# jdk_other


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

# jdk_imageio

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

# jdk_jfr
122 changes: 122 additions & 0 deletions openjdk/excludes/vendors/eclipse/ProblemList_openjdk24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
############################################################################
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#############################################################################

# hotspot_all

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

# hotspot_jre

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

# jdk_awt

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

# jdk_beans

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

# jdk_build
build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3988 generic-all

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

# jdk_compiler

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

# jdk_lang

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

# jdk_management

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

# jdk_jmx

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

# jdk_math

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

# jdk_net

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

# jdk_io

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

# jdk_nio
java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-tests/issues/3635 linux-all

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

# jdk_rmi

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

# jdk_security

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

# jdk_security4

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

# jdk_sound

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

# jdk_swing

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

# jdk_text

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

# jdk_time

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

# jdk_tools

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

# jdk_jdi

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

# jdk_util

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

# svc_tools

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

# jdk_other


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

# jdk_imageio

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

# jdk_jfr

0 comments on commit 634f46a

Please sign in to comment.