-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b36
Was: langtools/test/jdk/jshell/ToolRetainTest.java leaks files in /tmp
langtools/test/jdk/jshell/ToolRetainTest.java leaks files in /tmp.
If the files are being written by jshell, they should be cleaned up.
If the files are being written by the test itself, it would be more appropriate to use the jtreg scratch directory (i.e. current directory, when test is running.)
See attached script for running tests one at a time and checking for jshell files in /tmp.
langtools/test/jdk/jshell/ToolRetainTest.java leaks files in /tmp.
If the files are being written by jshell, they should be cleaned up.
If the files are being written by the test itself, it would be more appropriate to use the jtreg scratch directory (i.e. current directory, when test is running.)
See attached script for running tests one at a time and checking for jshell files in /tmp.
- duplicates
-
JDK-8183342 Better cleanup for ExternalEditor.java and ExternalEditorTest.java
-
- Closed
-
- relates to
-
JDK-8158738 jshell tool: Save does not affect jshell if started from another editor
-
- Closed
-
- links to