-
Bug
-
Resolution: Fixed
-
P3
-
11, 14, 15
-
b30
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248425 | 16 | Robert Field | P3 | Resolved | Fixed | b04 |
JDK-8250115 | 15.0.2 | Robert Field | P3 | Resolved | Fixed | b01 |
JDK-8250414 | 15.0.1 | Robert Field | P3 | Resolved | Fixed | b03 |
JDK-8265472 | 11.0.13-oracle | Adam Sotona | P3 | Closed | Duplicate | |
JDK-8265536 | 11.0.12-oracle | Adam Sotona | P3 | Resolved | Fixed | b02 |
JDK-8263656 | 11.0.12 | Robert Field | P3 | Resolved | Fixed | b01 |
----------System.out:(70/4486)----------
[TestNG] Running:
jdk/jshell/FailOverDirectExecutionControlTest.java
config FailOverDirectExecutionControlTest.setUp(): success
test ExecutionControlTestBase.classesDeclaration(): success
config FailOverDirectExecutionControlTest.tearDown(): success
config FailOverDirectExecutionControlTest.setUp(): success
test ExecutionControlTestBase.interfaceTest(): success
config FailOverDirectExecutionControlTest.tearDown(): success
config FailOverDirectExecutionControlTest.setUp(): success
test ExecutionControlTestBase.methodOverload(): success
config FailOverDirectExecutionControlTest.tearDown(): success
config FailOverDirectExecutionControlTest.setUp(): success
test ExecutionControlTestBase.testExprSanity(): success
config FailOverDirectExecutionControlTest.tearDown(): success
config FailOverDirectExecutionControlTest.setUp(): success
test ExecutionControlTestBase.testImportOnDemand(): success
config FailOverDirectExecutionControlTest.tearDown(): success
config FailOverDirectExecutionControlTest.setUp(): failure
java.lang.IllegalStateException: Launching JShell execution engine threw: This operation intentionally broken.
at jdk.jshell/jdk.jshell.JShell.<init>(JShell.java:139)
at jdk.jshell/jdk.jshell.JShell$Builder.build(JShell.java:405)
at KullaTesting.setUp(KullaTesting.java:197)
at FailOverDirectExecutionControlTest.setUp(FailOverDirectExecutionControlTest.java:132)
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:564)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
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:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
at java.base/java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.UnsupportedOperationException: This operation intentionally broken.
at my.provide/my.provide.AlwaysFailingProvider.generate(AlwaysFailingProvider.java:12)
at jdk.jshell/jdk.jshell.spi.ExecutionControl.generate(ExecutionControl.java:179)
at jdk.jshell/jdk.jshell.spi.ExecutionControl.generate(ExecutionControl.java:296)
at jdk.jshell/jdk.jshell.execution.FailOverExecutionControlProvider.generate(FailOverExecutionControlProvider.java:103)
at jdk.jshell/jdk.jshell.JShell.<init>(JShell.java:126)
... 33 more
test FailOverDirectExecutionControlTest.variables(): skip
config FailOverDirectExecutionControlTest.tearDown(): skip
===============================================
jdk/jshell/FailOverDirectExecutionControlTest.java
Total tests run: 6, Failures: 0, Skips: 1
Configuration Failures: 1, Skips: 1
===============================================
- backported by
-
JDK-8248425 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Resolved
-
-
JDK-8250115 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Resolved
-
-
JDK-8250414 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Resolved
-
-
JDK-8263656 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Resolved
-
-
JDK-8265536 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Resolved
-
-
JDK-8265472 JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
-
- Closed
-
- relates to
-
JDK-8247438 JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown
-
- Resolved
-
-
JDK-8202520 JShell tests: move intermittently failing tests to tier2
-
- Resolved
-