Better cleanup for jdk/test/java/lang/module/ConfigurationTest.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 10
    • Affects Version/s: None
    • Component/s: core-libs

      ConfigurationTest.java creates directories and files in the default temp directory, but does not clean up later.

      cat -n jdk/test/java/lang/module/ConfigurationTest.java
         [...]
        2120 Path dir = Files.createTempDirectory(name);


      The preferred approach would be to create temporary test files and directories under the jtreg property user.dir instead, if it is defined.

      During a jtreg run, user.dir has the value $PWD/JTwork/scratch

            Assignee:
            Alan Bateman
            Reporter:
            Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: