OpenJDK / jdk / jdk12
changeset 26109:0430c63da650
8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java
Reviewed-by: jjg
author | ksrini |
---|---|
date | Tue, 19 Aug 2014 15:34:01 -0700 |
parents | cc73c05072e8 |
children | 6ce251a87137 5ce1fe94b270 |
files | langtools/test/tools/javac/Paths/AbsolutePathTest.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/langtools/test/tools/javac/Paths/AbsolutePathTest.java Tue Aug 19 12:13:43 2014 +0100 +++ b/langtools/test/tools/javac/Paths/AbsolutePathTest.java Tue Aug 19 15:34:01 2014 -0700 @@ -23,6 +23,7 @@ /* * @test + * @ignore 8055500 [javac] fix for 8030046 is incorrect * @bug 8030046 * @summary javac incorrectly handles absolute paths in manifest classpath * @author govereau