< prev index next >

test/compiler/floatingpoint/ModNaN.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 22,35 **** */ /** * @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 */ public class ModNaN { /* This bug was seen in the field for a particular version of the VM, * but never reproduced internally, and the reason was never known, * nor were the exact circumstances of the failure. */ --- 22,39 ---- */ /** * @test * @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 */ + + package compiler.floatingpoint; + public class ModNaN { /* This bug was seen in the field for a particular version of the VM, * but never reproduced internally, and the reason was never known, * nor were the exact circumstances of the failure. */
< prev index next >