From 73b8c63d3742110396502d4d307487df6efc31f2 Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Tue, 19 Dec 2023 15:54:16 -0500 Subject: [PATCH] Enable Skynet on AIX Depends on - https://github.com/eclipse-openj9/openj9/pull/18649 - https://github.com/eclipse-openj9/openj9/pull/18657 - https://github.com/eclipse-openj9/openj9/pull/18658 Signed-off-by: Babneet Singh --- openjdk/excludes/ProblemList_openjdk21-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk22-openj9.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 40991634fb..c0a01f4068 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -130,7 +130,6 @@ jdk/internal/vm/Continuation/LiveFramesDriver.java https://github.com/eclipse-op jdk/internal/vm/Continuation/Scoped.java https://github.com/eclipse-openj9/openj9/issues/15163 generic-all jdk/modules/incubator/ImageModules.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issues/15370 linux-ppc64le,macosx-all -java/lang/Thread/virtual/stress/Skynet.java#default https://github.com/eclipse-openj9/openj9/issues/16728 linux-ppc64le,aix-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk22-openj9.txt b/openjdk/excludes/ProblemList_openjdk22-openj9.txt index a1756a13d4..547d227776 100644 --- a/openjdk/excludes/ProblemList_openjdk22-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk22-openj9.txt @@ -131,7 +131,6 @@ jdk/internal/vm/Continuation/Scoped.java https://github.com/eclipse-openj9/openj jdk/modules/incubator/ImageModules.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issues/15370 linux-ppc64le,macosx-all java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 https://github.com/eclipse-openj9/openj9/issues/17399 generic-all -java/lang/Thread/virtual/stress/Skynet.java#default https://github.com/eclipse-openj9/openj9/issues/16728 linux-ppc64le,aix-all ############################################################################