test DropLookupModeTest.testUnconditionalLookup(java.lang.Object/publicLookup, class java.lang.Object): failure
test DropLookupModeTest.testUnconditionalLookup(java.lang.String/public, class java.lang.String): failure
test DropLookupModeTest.testUnconditionalLookup(DropLookupModeTest/public, class DropLookupModeTest): failure
00:12:09 java.lang.AssertionError: expected [true] but found [false]
00:12:09 at org.testng.Assert.fail(Assert.java:94)
00:12:09 at org.testng.Assert.failNotEquals(Assert.java:496)
00:12:09 at org.testng.Assert.assertTrue(Assert.java:42)
00:12:09 at org.testng.Assert.assertTrue(Assert.java:52)
00:12:09 at DropLookupModeTest.testUnconditionalLookup(DropLookupModeTest.java:125)
test LookupClassTest.arrayLookupClass(): failure
Method LookupClassTest.arrayLookupClass()[pri:0, instance:LookupClassTest@22c922d1] should have thrown an exception of type class java.lang.IllegalArgumentException
test LookupClassTest.primitiveLookupClass(): failure
Method LookupClassTest.primitiveLookupClass()[pri:0, instance:LookupClassTest@22c922d1] should have thrown an exception of type class java.lang.IllegalArgumentException
test LookupClassTest.voidLookupClass(): failure
org.testng.TestException:
Method LookupClassTest.voidLookupClass()[pri:0, instance:LookupClassTest@22c922d1] should have thrown an exception of type class java.lang.IllegalArgumentException
Failure link
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk14_j9_sanity.openjdk_x86-64_mac/3/consoleFull
Optional info
Failure output (captured from console output)
New sub-test
testUnconditionalLookuphttps://bugs.openjdk.java.net/browse/JDK-8173978 - Not sure if you're allowed to read this or not, but explains the code/test change.
New test: https://github.com/ibmruntimes/openj9-openjdk-jdk14/blob/openj9/test/jdk/java/lang/invoke/DropLookupModeTest.java
Whole new test introduced in jdk14
https://bugs.openjdk.java.net/browse/JDK-8173975
https://github.com/ibmruntimes/openj9-openjdk-jdk14/blob/openj9/test/jdk/java/lang/invoke/lookup/LookupClassTest.java