Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8183338

Better cleanup for jdk/test/java/lang/ModuleTests/AnnotationsTest.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 10
    • None
    • core-libs

      AnnotationsTest.java creates a temporary directory for the test but does not clean it up later:


      cat -n jdk/test/java/lang/ModuleTests/AnnotationsTest.java
         [...]
          77 Path dir = Files.createTempDirectory("mods");

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

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

            alanb Alan Bateman
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: