Discussion:
[JDK 11] Problem list tools/jimage/JImageExtractTest.java for macosx-all
Amy Lu
2018-02-28 08:53:33 UTC
Permalink
Please review the patch to problem list
tools/jimage/JImageExtractTest.java for macosx-all.

This test fails frequently (observed at Mac) and should be problem
listed before JDK-8198819 fixed.

bug: https://bugs.openjdk.java.net/browse/JDK-8198820
webrev: http://cr.openjdk.java.net/~amlu/8198820/webrev.00/

Thanks,
Amy


--- old/test/jdk/ProblemList.txt 2018-02-28 16:48:06.000000000 +0800
+++ new/test/jdk/ProblemList.txt 2018-02-28 16:48:06.000000000 +0800
@@ -467,7 +467,7 @@

tools/launcher/FXLauncherTest.java 8068049 linux-all,macosx-all

-tools/jimage/JImageExtractTest.java 8198405 windows-all
+tools/jimage/JImageExtractTest.java 8198405,8198819 windows-all,macosx-all
tools/jimage/JImageListTest.java 8198405 windows-all

############################################################################
Alan Bateman
2018-02-28 10:23:39 UTC
Permalink
Post by Amy Lu
Please review the patch to problem list
tools/jimage/JImageExtractTest.java for macosx-all.
This test fails frequently (observed at Mac) and should be problem
listed before JDK-8198819 fixed.
bug: https://bugs.openjdk.java.net/browse/JDK-8198820
webrev: http://cr.openjdk.java.net/~amlu/8198820/webrev.00/
This looks okay, also no objection to excluding it on all platforms as
it is seems to fail periodically on Solaris too.

-Alan
Amy Lu
2018-02-28 11:29:58 UTC
Permalink
Post by Alan Bateman
Post by Amy Lu
Please review the patch to problem list
tools/jimage/JImageExtractTest.java for macosx-all.
This test fails frequently (observed at Mac) and should be problem
listed before JDK-8198819 fixed.
bug: https://bugs.openjdk.java.net/browse/JDK-8198820
webrev: http://cr.openjdk.java.net/~amlu/8198820/webrev.00/
This looks okay, also no objection to excluding it on all platforms as
it is seems to fail periodically on Solaris too.
Thank you Alan!

Changed to problem list for generic-all and pushed.

Thanks,
Amy
Post by Alan Bateman
-Alan
Loading...