Jep360Tests_0

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