8145620: Disable compiler/floatingpoint/ModNaN.java

Reviewed-by: dholmes, coleenp
This commit is contained in:
Ioi Lam 2015-12-16 19:30:10 -08:00
parent 8af9bcce4b
commit ce1bdba7c7

View File

@ -24,6 +24,7 @@
/**
* @test
* @bug 8015396
* @ignore 8145543
* @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
* @run main ModNaN
*/