From f5912d45671123d71d5a85c7366bf36d530ae4fd Mon Sep 17 00:00:00 2001 From: Luigi Montoya Date: Wed, 31 Jan 2024 16:32:49 -0800 Subject: [PATCH] Microsoft OpenJDK Problemlist for January PSU (#5025) * Added problematic LowMemoryTest2 to problemlist for Microsoft Related to #5022 * Problem listed the LowMemory2 test for Linux x64 as well (we might want to just remove this test from all SKUs) * Add JDK21 ProblemList * January 2024 PSU ProblemList * Remove TestUTCParse.java from problemlist * Add test to jdk21 msft problemlist * Exclude JShellHeapDumpTest on windows-all --------- Co-authored-by: Derek Keeler Co-authored-by: Derek Keeler --- .../microsoft/ProblemList_openjdk11.txt | 2 + .../microsoft/ProblemList_openjdk17.txt | 2 + .../microsoft/ProblemList_openjdk21.txt | 128 ++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt index 46cb77b8e4..76c9759f34 100644 --- a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt @@ -38,9 +38,11 @@ # jdk_lang java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 + ############################################################################ # jdk_management +java/lang/management/MemoryMXBean/LowMemoryTest2.sh https://github.com/adoptium/aqa-tests/issues/5022 macosx-x64,linux-x64 ############################################################################ diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk17.txt index 8f0d2da825..63f8b59d04 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-all ############################################################################ diff --git a/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt new file mode 100644 index 0000000000..3a7c876d1b --- /dev/null +++ b/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt @@ -0,0 +1,128 @@ +############################################################################ +# 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 +java/lang/Thread/virtual/stress/PingPong.java#ltq https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64 + +############################################################################ + +# 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-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 + +############################################################################ + +# 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