8077994: [TESTBUG] Exclude compiler/floatingpoint/ModNaN.java
authorctornqvi
Tue, 28 Apr 2015 14:45:57 -0700
changeset 30028 ac021a11a31b
parent 30027 8978b20138b4
child 30029 1cea5275d091
8077994: [TESTBUG] Exclude compiler/floatingpoint/ModNaN.java Reviewed-by: hseigel, ccheung
hotspot/test/compiler/floatingpoint/ModNaN.java
--- a/hotspot/test/compiler/floatingpoint/ModNaN.java	Fri Apr 24 16:28:29 2015 +0100
+++ b/hotspot/test/compiler/floatingpoint/ModNaN.java	Tue Apr 28 14:45:57 2015 -0700
@@ -25,7 +25,7 @@
  * @test
  * @bug 8015396
  * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
- *
+ * @ignore 8015396
  * @run main ModNaN
  */
 public class ModNaN {