# HG changeset patch # User iklam # Date 1450323010 28800 # Node ID 9e364645fdca40c535d1d8a02c1146a351b42ebd # Parent 0f532b7cf61ca1befdafb57482f99e68bed3d8a8 8145620: Disable compiler/floatingpoint/ModNaN.java Reviewed-by: dholmes, coleenp diff -r 0f532b7cf61c -r 9e364645fdca hotspot/test/compiler/floatingpoint/ModNaN.java --- a/hotspot/test/compiler/floatingpoint/ModNaN.java Wed Dec 16 08:57:47 2015 +0100 +++ b/hotspot/test/compiler/floatingpoint/ModNaN.java Wed Dec 16 19:30:10 2015 -0800 @@ -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 */