8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
authormockner
Thu, 04 Aug 2016 12:55:28 -0400
changeset 40344 e73c2f13704d
parent 40337 0e9a027b0f8a
child 40345 19fef85b1851
8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java Summary: Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java Reviewed-by: coleenp, gtriantafill
hotspot/test/compiler/floatingpoint/ModNaN.java
--- a/hotspot/test/compiler/floatingpoint/ModNaN.java	Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/compiler/floatingpoint/ModNaN.java	Thu Aug 04 12:55:28 2016 -0400
@@ -26,7 +26,6 @@
  * @bug 8015396
  * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
  *
- * @ignore 8145543
  * @run main compiler.floatingpoint.ModNaN
  */