langtools/test/tools/javac/Paths/AbsolutePathTest.java
changeset 26535 24dfa5fd8fe2
parent 26109 0430c63da650
child 30730 d3ce7619db2c
equal deleted inserted replaced
26534:43bd005b6972 26535:24dfa5fd8fe2
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @ignore 8055500 [javac] fix for 8030046 is incorrect
    26  * @bug 8030046 8055500
    27  * @bug 8030046
       
    28  * @summary javac incorrectly handles absolute paths in manifest classpath
    27  * @summary javac incorrectly handles absolute paths in manifest classpath
    29  * @author govereau
    28  * @author govereau
    30  * @library /tools/lib
    29  * @library /tools/lib
       
    30  * @ignore 8055768 ToolBox does not close opened files
    31  * @build ToolBox
    31  * @build ToolBox
    32  * @run main AbsolutePathTest
    32  * @run main AbsolutePathTest
    33  */
    33  */
    34 
    34 
    35 import java.io.File;
    35 import java.io.File;