Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a536ced

Browse files
committedMay 2, 2024
Unexclude TestHandshake
TestHandshake has been fixed by - eclipse-openj9/openj9#19167 - eclipse-openj9/openj9#19412 Related: eclipse-openj9/openj9#13211 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
1 parent 345e264 commit a536ced

8 files changed

+0
-8
lines changed
 

‎openjdk/excludes/ProblemList_openjdk16-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ vm/verifier/VerifyProtectedConstructor.java https://github.com/eclipse-openj9/op
391391
############################################################################
392392

393393
# jdk_foreign
394-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
395394

396395
# Foreign Linker API, JEP389, Failures
397396
java/foreign/TestNative.java https://github.com/eclipse-openj9/openj9/issues/11195 generic-all

‎openjdk/excludes/ProblemList_openjdk17-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ java/foreign/TestCircularInit2.java https://github.com/adoptium/aqa-tests/issues
455455
java/foreign/TestCondy.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
456456
java/foreign/TestDowncall.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
457457
java/foreign/TestFunctionDescriptor.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
458-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
459458
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/11027 generic-all
460459
java/foreign/TestIntrinsics.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
461460
java/foreign/TestNative.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x

‎openjdk/excludes/ProblemList_openjdk18-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/
492492

493493
java/foreign/loaderLookup/TestLoaderLookup.java https://github.com/eclipse-openj9/openj9/issues/14135 generic-all
494494

495-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/14148 generic-all
496495
java/foreign/TestSegmentCopy.java https://github.com/eclipse-openj9/openj9/issues/14148 generic-all
497496

498497
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all

‎openjdk/excludes/ProblemList_openjdk19-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/
479479
java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all
480480
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all
481481
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all
482-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
483482

484483
############################################################################
485484

‎openjdk/excludes/ProblemList_openjdk20-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/
477477
java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all
478478
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all
479479
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all
480-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
481480
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
482481

483482
############################################################################

‎openjdk/excludes/ProblemList_openjdk21-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/
500500
java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all
501501
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all
502502
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all
503-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
504503
java/foreign/TestHFA.java https://github.com/eclipse-openj9/openj9/issues/17953 linux-ppc64le
505504
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
506505

‎openjdk/excludes/ProblemList_openjdk22-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/
502502
java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all
503503
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all
504504
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all
505-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
506505
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
507506

508507
java/foreign/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all

‎openjdk/excludes/ProblemList_openjdk23-openj9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ java/foreign/stackwalk/TestStackWalk.java#zgc https://github.com/eclipse-openj9/
506506
java/foreign/upcalldeopt/TestUpcallDeopt.java https://github.com/eclipse-openj9/openj9/issues/13157 generic-all
507507
java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issues/14002 generic-all
508508
java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all
509-
java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all
510509
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
511510

512511
java/foreign/TestStubAllocFailure.java https://github.com/eclipse-openj9/openj9/issues/18938 generic-all

0 commit comments

Comments
 (0)
Please sign in to comment.