Jep360Tests_0

[2025-06-29T19:59:57.760Z] Running test Jep360Tests_0 ... [2025-06-29T19:59:57.760Z] =============================================== [2025-06-29T19:59:57.760Z] Jep360Tests_0 Start Time: Sun Jun 29 20:59:57 2025 Epoch Time (ms): 1751227197636 [2025-06-29T19:59:57.760Z] variation: NoOptions [2025-06-29T19:59:57.760Z] JVM_OPTIONS: [2025-06-29T19:59:57.760Z] { \ [2025-06-29T19:59:57.760Z] echo ""; echo "TEST SETUP:"; \ [2025-06-29T19:59:57.760Z] echo "Nothing to be done for setup."; \ [2025-06-29T19:59:57.760Z] mkdir -p "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17512271914371/Jep360Tests_0"; \ [2025-06-29T19:59:57.760Z] cd "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17512271914371/Jep360Tests_0"; \ [2025-06-29T19:59:57.760Z] echo ""; echo "TESTING:"; \ [2025-06-29T19:59:57.760Z] "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java" \ [2025-06-29T19:59:57.760Z] -cp "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/../../testDependency/lib/asm.jar:/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/TestConfig/resources:/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/../../testDependency/lib/testng.jar:/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/../../testDependency/lib/jcommander.jar:/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/functional/Java15andUp/GeneralTest.jar" \ [2025-06-29T19:59:57.760Z] -javaagent:"/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/functional/Java15andUp/GeneralTest.jar" \ [2025-06-29T19:59:57.760Z] org.testng.TestNG -d "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17512271914371/Jep360Tests_0" "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/functional/Java15andUp/testng.xml" -testnames Jep360Tests \ [2025-06-29T19:59:57.760Z] -groups level.sanity \ [2025-06-29T19:59:57.760Z] -excludegroups d.*.osx_x86-64,d.*.arch.x86,d.*.os.osx,d.*.bits.64,d.*.generic-all; \ [2025-06-29T19:59:57.760Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "Jep360Tests_0""_PASSED"; echo "-----------------------------------"; cd /Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/..; rm -f -r "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17512271914371/Jep360Tests_0"; else echo "-----------------------------------"; echo "Jep360Tests_0""_FAILED"; echo "-----------------------------------"; fi; \ [2025-06-29T19:59:57.760Z] echo ""; echo "TEST TEARDOWN:"; \ [2025-06-29T19:59:57.760Z] echo "Nothing to be done for teardown."; \ [2025-06-29T19:59:57.760Z] } 2>&1 | tee -a "/Users/jenkins/workspace/Test_openjdk21_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17512271914371/TestTargetResult"; [2025-06-29T19:59:57.760Z] [2025-06-29T19:59:57.760Z] TEST SETUP: [2025-06-29T19:59:57.760Z] Nothing to be done for setup. [2025-06-29T19:59:57.760Z] [2025-06-29T19:59:57.760Z] TESTING: [2025-06-29T19:59:58.116Z] ... [2025-06-29T19:59:58.116Z] ... TestNG 6.14.2 by Cédric Beust (cedric@beust.com) [2025-06-29T19:59:58.116Z] ... [2025-06-29T19:59:58.116Z] [2025-06-29T19:59:58.469Z] PASSED: test_isSealed [2025-06-29T19:59:58.469Z] PASSED: test_redefineClass_addPermittedSubclassEntry [2025-06-29T19:59:58.469Z] PASSED: test_redefineClass_changePermittedSubclassEntry [2025-06-29T19:59:58.469Z] PASSED: test_redefineClass_removePermittedSubclassEntry [2025-06-29T19:59:58.469Z] PASSED: test_redefineClass_reorderPermittedSubclassEntries [2025-06-29T19:59:58.469Z] PASSED: test_loadIllegalSubclassOfSealedClass [2025-06-29T19:59:58.469Z] PASSED: test_loadIllegalSubinterfaceOfSealedInterface [2025-06-29T19:59:58.469Z] PASSED: test_sealedClassesCannotBeFinal [2025-06-29T19:59:58.469Z] [2025-06-29T19:59:58.469Z] =============================================== [2025-06-29T19:59:58.469Z] Jep360Tests [2025-06-29T19:59:58.469Z] Tests run: 8, Failures: 0, Skips: 0 [2025-06-29T19:59:58.469Z] =============================================== [2025-06-29T19:59:58.469Z] [2025-06-29T19:59:58.469Z] [2025-06-29T19:59:58.469Z] =============================================== [2025-06-29T19:59:58.469Z] Java15andUp suite [2025-06-29T19:59:58.469Z] Total tests run: 8, Failures: 0, Skips: 0 [2025-06-29T19:59:58.469Z] =============================================== [2025-06-29T19:59:58.469Z] [2025-06-29T19:59:58.824Z] ----------------------------------- [2025-06-29T19:59:58.825Z] Jep360Tests_0_PASSED [2025-06-29T19:59:58.825Z] ----------------------------------- [2025-06-29T19:59:58.825Z] [2025-06-29T19:59:58.825Z] TEST TEARDOWN: [2025-06-29T19:59:58.825Z] Nothing to be done for teardown. [2025-06-29T19:59:58.825Z] Jep360Tests_0 Finish Time: Sun Jun 29 20:59:58 2025 Epoch Time (ms): 1751227198495