JDK-8225208 : Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2019-06-03
  • Updated: 2019-06-14
  • Resolved: 2019-06-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13 JDK 14
13 b24Fixed 14Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The (JDK-8200703) Problem List for jdk/jshell/ExceptionsTest.java caused by JDK-8200701 was accidentally un-problem-listed by JDK-8080353 
Comments
Out for review -- RFR 8225208: Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows Please review -- Bug: https://bugs.openjdk.java.net/browse/JDK-8225208 > hg diff diff -r 1a7f82c98eee test/langtools/ProblemList.txt --- a/test/langtools/ProblemList.txt Mon Jun 03 11:04:24 2019 -0700 +++ b/test/langtools/ProblemList.txt Mon Jun 03 16:00:07 2019 -0700 @@ -37,7 +37,7 @@ jdk/jshell/UserJdiUserRemoteTest.java 8173079 linux-all jdk/jshell/UserInputTest.java 8169536 generic-all -## jdk/jshell/ExceptionsTest.java 8200701 windows-all +jdk/jshell/ExceptionsTest.java 8200701 windows-all ########################################################################### # Thanks, Robert
03-06-2019