-
Bug
-
Resolution: Unresolved
-
P4
-
25
Error: Unable to initialize main class CharsetTest
Caused by: java.lang.NoClassDefFoundError: jtreg/SkippedException
];
stderr: [expect: spawn id exp3 not open
while executing
"expect eof"
(file "<dir>/src.full/open/test/jdk/java/io/Console/script.exp" line 32)
]
exitValue = 1
java.lang.RuntimeException: Test failed. Exit value from 'expect' command: 1
at CharsetTest.main(CharsetTest.java:69)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
Caused by: java.lang.NoClassDefFoundError: jtreg/SkippedException
];
stderr: [expect: spawn id exp3 not open
while executing
"expect eof"
(file "<dir>/src.full/open/test/jdk/java/io/Console/script.exp" line 32)
]
exitValue = 1
java.lang.RuntimeException: Test failed. Exit value from 'expect' command: 1
at CharsetTest.main(CharsetTest.java:69)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
- caused by
-
JDK-8356985 Use "stdin.encoding" in Console's read*() methods
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25601