jdk/test/java/io/IOException/LastErrorString.java
changeset 10353 cab797d3592b
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10351:e2cef0ef9e28 10353:cab797d3592b
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25    @bug 4167937
    25    @bug 4167937
       
    26    @ignore Test truncates system files when run as root, see 7042603
    26    @summary Test code paths that use the JVM_LastErrorString procedure
    27    @summary Test code paths that use the JVM_LastErrorString procedure
    27  */
    28  */
    28 
    29 
    29 import java.io.IOException;
    30 import java.io.IOException;
    30 import java.io.File;
    31 import java.io.File;