From f1c409b3ccf9e8dfd15d881f1757060915ae92d5 Mon Sep 17 00:00:00 2001 From: Derek Keeler Date: Tue, 30 Jan 2024 13:20:48 -0500 Subject: [PATCH 1/7] Added problematic LowMemoryTest2 to problemlist for Microsoft Related to #5022 --- openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt index 46cb77b8e4..8373967468 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt @@ -41,6 +41,7 @@ java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests ############################################################################ # jdk_management +java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/aqa-tests/issues/5022 macosx-x64 ############################################################################ From 0d4b8f5d3c1472f624600eb95c26c9b897c80100 Mon Sep 17 00:00:00 2001 From: Derek Keeler Date: Tue, 30 Jan 2024 11:55:07 -0800 Subject: [PATCH 2/7] Problem listed the LowMemory2 test for Linux x64 as well (we might want to just remove this test from all SKUs) --- openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt index 8373967468..3a88b936c1 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt @@ -41,7 +41,7 @@ java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests ############################################################################ # jdk_management -java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/aqa-tests/issues/5022 macosx-x64 +java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/aqa-tests/issues/5022 macosx-x64,linux-x64 ############################################################################ From 4aebd85c2b53598477272716f41893245472ac35 Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Tue, 30 Jan 2024 13:53:44 -0800 Subject: [PATCH 3/7] Add JDK21 ProblemList --- .../microsoft/ProblemList_openjdk21.txt | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt new file mode 100644 index 0000000000..5126270e19 --- /dev/null +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt @@ -0,0 +1,124 @@ +############################################################################ +# 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 + +############################################################################ + +# jdk_compiler + +############################################################################ + +# jdk_lang + +############################################################################ + +# jdk_management + +############################################################################ + +# jdk_jmx + +############################################################################ + +# jdk_math + +############################################################################ + +# jdk_net + +############################################################################ + +# jdk_io + +############################################################################ + +# jdk_nio + +############################################################################ + +# jdk_rmi + +############################################################################ + +# jdk_security + +############################################################################ + +# jdk_security4 + +############################################################################ + +# jdk_sound + +############################################################################ + +# jdk_swing + +############################################################################ + +# jdk_text + +############################################################################ + +# jdk_time + +############################################################################ + +# jdk_tools +sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-x64 + +############################################################################ + +# jdk_jdi + +############################################################################ + +# jdk_util + +############################################################################ + +# svc_tools + +############################################################################ + +# jdk_other + + +############################################################################ + +# jdk_imageio + +############################################################################ + +# jdk_jfr +jdk/jfr/event/runtime/TestDumpReason.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +jdk/jfr/event/runtime/TestShutdownEvent.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +jdk/jfr/jvm/TestDumpOnCrash.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 From a82f6dd45d83219d9a4af7bd43dda71a2f8291fb Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Tue, 30 Jan 2024 14:09:37 -0800 Subject: [PATCH 4/7] January 2024 PSU ProblemList --- openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt | 2 ++ openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt index 3a88b936c1..cb133fab1f 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt @@ -38,6 +38,7 @@ # jdk_lang java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 + ############################################################################ # jdk_management @@ -90,6 +91,7 @@ java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/ ############################################################################ # jdk_time +java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/aqa-tests/issues/4982 linux-aarch64 ############################################################################ diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt index 8f0d2da825..3d53cf5508 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt @@ -39,6 +39,7 @@ # jdk_lang java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +java/lang/module/ModuleDescriptorHashCodeTest.java https://bugs.openjdk.org/browse/JDK-8290041 windows-aarch64,macosx-aarch64 ############################################################################ @@ -97,6 +98,7 @@ java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests # jdk_tools tools/jlink/plugins/VendorInfoPluginsTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 sun/tools/jhsdb/HeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64,windows-x64 ############################################################################ From f2fdad3056c9e8ae83374ac76efd7b5dc2ab3918 Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Wed, 31 Jan 2024 14:51:17 -0800 Subject: [PATCH 5/7] Remove TestUTCParse.java from problemlist --- openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt index cb133fab1f..76c9759f34 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt @@ -91,7 +91,6 @@ java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/ ############################################################################ # jdk_time -java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/aqa-tests/issues/4982 linux-aarch64 ############################################################################ From cd8c7384bb6ef4e63c4016db61190cf6d252b36e Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Wed, 31 Jan 2024 14:58:45 -0800 Subject: [PATCH 6/7] Add test to jdk21 msft problemlist --- .../excludes/vendors/microsoft/ProblemList_openjdk21.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt index 5126270e19..3a7c876d1b 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt @@ -37,6 +37,7 @@ ############################################################################ # jdk_lang +java/lang/Thread/virtual/stress/PingPong.java#ltq https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 ############################################################################ @@ -93,7 +94,10 @@ ############################################################################ # jdk_tools -sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-x64 +sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-all +sun/tools/jhsdb/HeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 +tools/jlink/plugins/VendorInfoPluginsTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 ############################################################################ From db03728e18daf6a6eb8c1b17d57f9182907e2cfa Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Wed, 31 Jan 2024 15:03:43 -0800 Subject: [PATCH 7/7] Exclude JShellHeapDumpTest on windows-all --- openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt index 3d53cf5508..63f8b59d04 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt @@ -98,7 +98,7 @@ java/lang/module/ModuleDescriptorHashCodeTest.java https://bugs.openjdk.org/brow # jdk_tools tools/jlink/plugins/VendorInfoPluginsTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 sun/tools/jhsdb/HeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 -sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64,windows-x64 +sun/tools/jhsdb/JShellHeapDumpTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-all ############################################################################