8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java

Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java

Reviewed-by: coleenp, gtriantafill
This commit is contained in:
Max Ockner 2016-08-04 12:55:28 -04:00
parent 91de51fa9e
commit 9465d5512a

View File

@ -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
*/