From ca5f5d15e0ac1eb3d336dbe5ca3ab2695fa77739 Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Tue, 17 May 2022 10:14:42 -0400 Subject: [PATCH] Update exclude file for linux-aarch64 (#3659) Signed-off-by: Sophia Guo --- openjdk/excludes/ProblemList_openjdk18.txt | 15 ++++++--------- openjdk/excludes/ProblemList_openjdk19.txt | 16 ++++++---------- openjdk/excludes/ProblemList_openjdk8.txt | 4 ++-- 3 files changed, 14 insertions(+), 21 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk18.txt b/openjdk/excludes/ProblemList_openjdk18.txt index 7517858944..b2e12d4885 100644 --- a/openjdk/excludes/ProblemList_openjdk18.txt +++ b/openjdk/excludes/ProblemList_openjdk18.txt @@ -182,11 +182,11 @@ java/nio/channels/DatagramChannel/AfterDisconnect.java https://github.com/adopt java/nio/channels/DatagramChannel/SendReceiveMaxSize.java https://github.com/adoptium/aqa-tests/issues/3086 aix-ppc64 java/nio/file/Files/probeContentType/Basic.java https://github.com/adoptium/aqa-tests/issues/2789 aix-ppc64,windows-x64 java/nio/Buffer/DirectBufferAllocTest.java https://github.com/adoptium/aqa-tests/issues/3086 aix-ppc64 -com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/HostsFileOrderingTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/InternalNameServiceTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/InternalNameServiceWithHostsFileTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm +com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/HostsFileOrderingTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/InternalNameServiceTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/InternalNameServiceWithHostsFileTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 ############################################################################ @@ -199,9 +199,6 @@ java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 win com/sun/jdi/JdwpNetProps.java https://bugs.openjdk.java.net/browse/JDK-8231915 linux-s390x com/sun/jdi/JdwpAttachTest.java https://bugs.openjdk.java.net/browse/JDK-8253940 linux-s390x com/sun/jdi/BreakpointTest.java https://bugs.openjdk.java.net/browse/JDK-8050470 linux-s390x -com/sun/management/OperatingSystemMXBean/TestTotalSwap.java https://github.com/adoptium/aqa-tests/issues/2294 linux-arm, linux-aarch64 - - ############################################################################ # jdk_nio @@ -376,7 +373,7 @@ compiler/c2/irTests/TestPostParseCallDevirtualization.java https://github.com/a compiler/loopstripmining/TestPinnedUseInOuterLSMUnusedBySfpt.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/tiered/TieredLevelsTest.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/vectorapi/TestNoInline.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 - +compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/TestTranslatedException.java https://github.com/adoptium/aqa-tests/issues/3658 linux-x64,windows-x64,linux-aarch64,macosx-aarch64 diff --git a/openjdk/excludes/ProblemList_openjdk19.txt b/openjdk/excludes/ProblemList_openjdk19.txt index 8de8030c5a..1719b913ae 100644 --- a/openjdk/excludes/ProblemList_openjdk19.txt +++ b/openjdk/excludes/ProblemList_openjdk19.txt @@ -181,11 +181,11 @@ java/nio/channels/DatagramChannel/AfterDisconnect.java https://github.com/adopt java/nio/channels/DatagramChannel/SendReceiveMaxSize.java https://github.com/adoptium/aqa-tests/issues/3086 aix-ppc64 java/nio/file/Files/probeContentType/Basic.java https://github.com/adoptium/aqa-tests/issues/2789 aix-ppc64,windows-x64 java/nio/Buffer/DirectBufferAllocTest.java https://github.com/adoptium/aqa-tests/issues/3086 aix-ppc64 -com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/HostsFileOrderingTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/InternalNameServiceTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm -java/net/InetAddress/InternalNameServiceWithHostsFileTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm +com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/HostsFileOrderingTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/InternalNameServiceTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 +java/net/InetAddress/InternalNameServiceWithHostsFileTest.java https://github.com/adoptium/aqa-tests/issues/3637 linux-arm,linux-aarch64 ############################################################################ # jdk_io @@ -197,8 +197,6 @@ java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 win com/sun/jdi/JdwpNetProps.java https://bugs.openjdk.java.net/browse/JDK-8231915 linux-s390x com/sun/jdi/JdwpAttachTest.java https://bugs.openjdk.java.net/browse/JDK-8253940 linux-s390x com/sun/jdi/BreakpointTest.java https://bugs.openjdk.java.net/browse/JDK-8050470 linux-s390x -com/sun/management/OperatingSystemMXBean/TestTotalSwap.java https://github.com/adoptium/aqa-tests/issues/2294 linux-arm, linux-aarch64 - ############################################################################ @@ -374,9 +372,7 @@ compiler/c2/irTests/TestPostParseCallDevirtualization.java https://github.com/a compiler/loopstripmining/TestPinnedUseInOuterLSMUnusedBySfpt.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/tiered/TieredLevelsTest.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/vectorapi/TestNoInline.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 - - - +compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/TestTranslatedException.java https://github.com/adoptium/aqa-tests/issues/3658 linux-x64,windows-x64,linux-aarch64,macosx-aarch64 ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 38fe91233d..c253ea54a5 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -397,7 +397,7 @@ com/sun/jdi/RedefineFinal.sh https://github.com/adoptium/aqa-tests/issues/2415 com/sun/jdi/RedefineImplementor.sh https://github.com/adoptium/aqa-tests/issues/2415 windows-all com/sun/jdi/RedefineIntConstantToLong.sh https://github.com/adoptium/aqa-tests/issues/2415 windows-all com/sun/jdi/PrivateTransportTest.sh https://github.com/adoptium/aqa-tests/issues/2154 windows-all -com/sun/jdi/RedefineCrossEvent.java https://bugs.openjdk.java.net/browse/JDK-8206330 linux-arm,windows-x64 + ############################################################################ # jdk_util @@ -483,4 +483,4 @@ jdk/jfr/event/runtime/TestSizeTFlags.java https://github.com/adoptium/aqa-tests/ jdk/jfr/jvm/TestLargeJavaEvent512k.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm jdk/jfr/event/compiler/TestCodeSweeper.java https://github.com/adoptium/aqa-tests/issues/3043 macosx-all jdk/jfr/event/compiler/TestCodeCacheFull.java https://github.com/adoptium/aqa-tests/issues/3042 macosx-all -jdk/jfr/event/compiler/TestCompilerCompile.java https://github.com/adoptium/aqa-tests/issues/3046 windows-x64 +jdk/jfr/event/compiler/TestCompilerCompile.java https://github.com/adoptium/aqa-tests/issues/3046 windows-all,linux-aarch64