-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b158
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175689 | 10 | Robert Field | P3 | Resolved | Fixed | b02 |
Two tests have been failing on Windows
jdk/jshell/ToolLocalSimpleTest.java
jdk/jshell/ToolSimpleTest.java
----------------------------
The failing test is ToolSimpleTest.testInvalidClassPath.
ToolLocalSimpleTest inherits this test.
Problem is platform-specific file separator.
File separator not needed for test, it will be removed.
jdk/jshell/ToolLocalSimpleTest.java
jdk/jshell/ToolSimpleTest.java
----------------------------
The failing test is ToolSimpleTest.testInvalidClassPath.
ToolLocalSimpleTest inherits this test.
Problem is platform-specific file separator.
File separator not needed for test, it will be removed.
- backported by
-
JDK-8175689 JShell tests: new JDK-8174797 testInvalidClassPath fails on Windows
-
- Resolved
-
- relates to
-
JDK-8174797 jshell tool: invalid module path crashes tool
-
- Closed
-