Jep360Tests_0

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