-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b26
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226199 | 14 | Robert Field | P2 | Resolved | Fixed | b02 |
JDK-8228219 | 13.0.2 | Robert Field | P2 | Resolved | Fixed | b01 |
JDK-8228004 | 13.0.1 | Robert Field | P2 | Resolved | Fixed | master |
JDK-8244373 | 11.0.9-oracle | Adam Sotona | P2 | Closed | Fixed | b01 |
JDK-8241322 | 11.0.8 | Robert Field | P2 | Resolved | Fixed | b01 |
test ExceptionsTest.throwChainedUnresolved(): failure
java.lang.AssertionError: Given ""
Stack trace:
jdk.jshell.UnresolvedReferenceException: Attempt to use definition snippet with unresolved references in MethodSnippet:n/()void-void n() throws Exception { try { p(); } catch (Exception ex) { throw new java.io.IOException("error_message2", ex); }}
at .n(#2:3)
at .m(#3:2)
at .(#4:1)
: line numbers expected [1] but found [3]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:496)
at org.testng.Assert.assertEquals(Assert.java:125)
at org.testng.Assert.assertEquals(Assert.java:372)
at ExceptionsTest.assertStackTrace(ExceptionsTest.java:335)
at ExceptionsTest.assertStackMatch(ExceptionsTest.java:298)
at ExceptionsTest.assertAnyExceptionMatch(ExceptionsTest.java:314)
at ExceptionsTest.assertExceptionMatch(ExceptionsTest.java:289)
at ExceptionsTest.assertExceptionMatch(ExceptionsTest.java:270)
at ExceptionsTest.throwChainedUnresolved(ExceptionsTest.java:126)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:773)
at org.testng.TestRunner.run(TestRunner.java:623)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
at org.testng.SuiteRunner.run(SuiteRunner.java:259)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
at org.testng.TestNG.run(TestNG.java:1018)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
at java.base/java.lang.Thread.run(Thread.java:831)
- backported by
-
JDK-8226199 jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
-
- Resolved
-
-
JDK-8228004 jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
-
- Resolved
-
-
JDK-8228219 jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
-
- Resolved
-
-
JDK-8241322 jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
-
- Resolved
-
-
JDK-8244373 jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
-
- Closed
-
- relates to
-
JDK-8225208 Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows
-
- Resolved
-
-
JDK-8080353 JShell: Better error message on attempting to add default method
-
- Resolved
-
-
JDK-8200703 Problem list jdk/jshell/ExceptionsTest.java fails on windows
-
- Resolved
-
-
JDK-8212167 JShell : Stack trace of exception has wrong line number
-
- Resolved
-
-
JDK-8159740 JShell: corralled declarations do not have correct source to wrapper mapping
-
- Resolved
-
-
JDK-8198801 JShell: user exception chained cause not retained
-
- Closed
-