From c859fb02f3c11ceca491f99ef6fd2a80291383b0 Mon Sep 17 00:00:00 2001 From: Mahendra Chhipa Date: Tue, 1 Dec 2020 12:57:36 +0000 Subject: [PATCH] 8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore Reviewed-by: iignatyev --- test/jdk/java/io/IOException/LastErrorString.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/io/IOException/LastErrorString.java b/test/jdk/java/io/IOException/LastErrorString.java index 7d1213c046a..ba2157fc86f 100644 --- a/test/jdk/java/io/IOException/LastErrorString.java +++ b/test/jdk/java/io/IOException/LastErrorString.java @@ -23,7 +23,7 @@ /* @test @bug 4167937 - @ignore Test truncates system files when run as root, see 7042603 + @ignore 7042603 - Test truncates system files when run as root @summary Test code paths that use the JVM_LastErrorString procedure */