On 8/6/18 12:59 PM, Vladimir Kozlov wrote:
Hi Dan,
8208690 lists only next 2 tests:
sun/net/www/http/HttpClient/MultiThreadTest.java (4 instances)
java/net/Socket/LingerTest.java (2 instances)
Why you also added 2 compiler tests?
If you look at all the sightings in the bug report, you'll
see the two compiler tests listed in different entries.
The compiler test failures are intermittent, but the other
two happen in every tier2...
Dan
Thanks,
Vladimir
On 8/6/18 9:49 AM, Daniel D. Daugherty wrote:
Greetings,
I'm in the process of reducing the noise in the JDK12 CI so
I need a single (R)eviewer for the following fix:
JDK-8209018 ProblemList tests affected by JDK-8208690
https://bugs.openjdk.java.net/browse/JDK-8209018
Here's the diff:
$ hg diff
diff -r c00451b67854 test/hotspot/jtreg/ProblemList.txt
--- a/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 04:31:50 2018
-0400
+++ b/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 12:40:20 2018
-0400
@@ -59,6 +59,9 @@
compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680
generic-all
+compiler/c1/Test4917709.java 8208690 generic-all
+compiler/runtime/cr6891750/Test6891750.java 8208690 generic-all
+
#############################################################################
# :hotspot_gc
diff -r c00451b67854 test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt Mon Aug 06 04:31:50 2018 -0400
+++ b/test/jdk/ProblemList.txt Mon Aug 06 12:40:20 2018 -0400
@@ -559,6 +559,9 @@
java/net/DatagramSocket/SendDatagramToBadAddress.java 7143960
macosx-all
+java/net/Socket/LingerTest.java 8208690 generic-all
+sun/net/www/http/HttpClient/MultiThreadTest.java 8208690 generic-all
+
############################################################################
# jdk_nio
Thanks, in advance, for any questions, comments or suggestions.
Dan