Jep360Tests_0

[2024-09-25T20:25:54.013Z] Running test Jep360Tests_0 ... [2024-09-25T20:25:54.013Z] =============================================== [2024-09-25T20:25:54.370Z] Jep360Tests_0 Start Time: Wed Sep 25 21:25:54 2024 Epoch Time (ms): 1727295954001 [2024-09-25T20:25:54.370Z] variation: NoOptions [2024-09-25T20:25:54.370Z] JVM_OPTIONS: [2024-09-25T20:25:54.370Z] { \ [2024-09-25T20:25:54.370Z] echo ""; echo "TEST SETUP:"; \ [2024-09-25T20:25:54.370Z] echo "Nothing to be done for setup."; \ [2024-09-25T20:25:54.370Z] mkdir -p "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17272959487928/Jep360Tests_0"; \ [2024-09-25T20:25:54.370Z] cd "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17272959487928/Jep360Tests_0"; \ [2024-09-25T20:25:54.370Z] echo ""; echo "TESTING:"; \ [2024-09-25T20:25:54.370Z] "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java" \ [2024-09-25T20:25:54.370Z] -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" \ [2024-09-25T20:25:54.370Z] -javaagent:"/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/functional/Java15andUp/GeneralTest.jar" \ [2024-09-25T20:25:54.370Z] org.testng.TestNG -d "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17272959487928/Jep360Tests_0" "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../../jvmtest/functional/Java15andUp/testng.xml" -testnames Jep360Tests \ [2024-09-25T20:25:54.370Z] -groups level.sanity \ [2024-09-25T20:25:54.370Z] -excludegroups d.*.osx_x86-64,d.*.arch.x86,d.*.os.osx,d.*.bits.64,d.*.generic-all; \ [2024-09-25T20:25:54.371Z] 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_17272959487928/Jep360Tests_0"; else echo "-----------------------------------"; echo "Jep360Tests_0""_FAILED"; echo "-----------------------------------"; fi; \ [2024-09-25T20:25:54.371Z] echo ""; echo "TEST TEARDOWN:"; \ [2024-09-25T20:25:54.371Z] echo "Nothing to be done for teardown."; \ [2024-09-25T20:25:54.371Z] } 2>&1 | tee -a "/Users/jenkins/workspace/Test_openjdk17_hs_sanity.functional_x86-64_mac/aqa-tests/TKG/../TKG/output_17272959487928/TestTargetResult"; [2024-09-25T20:25:54.371Z] [2024-09-25T20:25:54.371Z] TEST SETUP: [2024-09-25T20:25:54.371Z] Nothing to be done for setup. [2024-09-25T20:25:54.371Z] [2024-09-25T20:25:54.371Z] TESTING: [2024-09-25T20:25:54.785Z] ... [2024-09-25T20:25:54.785Z] ... TestNG 6.14.2 by Cédric Beust (cedric@beust.com) [2024-09-25T20:25:54.785Z] ... [2024-09-25T20:25:54.785Z] [2024-09-25T20:25:54.785Z] PASSED: test_isSealed [2024-09-25T20:25:54.785Z] PASSED: test_redefineClass_addPermittedSubclassEntry [2024-09-25T20:25:54.785Z] PASSED: test_redefineClass_changePermittedSubclassEntry [2024-09-25T20:25:54.785Z] PASSED: test_redefineClass_removePermittedSubclassEntry [2024-09-25T20:25:54.785Z] PASSED: test_redefineClass_reorderPermittedSubclassEntries [2024-09-25T20:25:54.785Z] PASSED: test_loadIllegalSubclassOfSealedClass [2024-09-25T20:25:54.785Z] PASSED: test_loadIllegalSubinterfaceOfSealedInterface [2024-09-25T20:25:54.785Z] PASSED: test_sealedClassesCannotBeFinal [2024-09-25T20:25:54.785Z] [2024-09-25T20:25:54.785Z] =============================================== [2024-09-25T20:25:54.785Z] Jep360Tests [2024-09-25T20:25:54.785Z] Tests run: 8, Failures: 0, Skips: 0 [2024-09-25T20:25:54.785Z] =============================================== [2024-09-25T20:25:54.785Z] [2024-09-25T20:25:54.785Z] [2024-09-25T20:25:54.785Z] =============================================== [2024-09-25T20:25:54.785Z] Java15andUp suite [2024-09-25T20:25:54.785Z] Total tests run: 8, Failures: 0, Skips: 0 [2024-09-25T20:25:54.785Z] =============================================== [2024-09-25T20:25:54.785Z] [2024-09-25T20:25:55.157Z] ----------------------------------- [2024-09-25T20:25:55.157Z] Jep360Tests_0_PASSED [2024-09-25T20:25:55.157Z] ----------------------------------- [2024-09-25T20:25:55.157Z] [2024-09-25T20:25:55.157Z] TEST TEARDOWN: [2024-09-25T20:25:55.157Z] Nothing to be done for teardown. [2024-09-25T20:25:55.157Z] Jep360Tests_0 Finish Time: Wed Sep 25 21:25:54 2024 Epoch Time (ms): 1727295954857