Skip to content

Commit 0b56b82

Browse files
committed
8293991: java/lang/Float/Binary16ConversionNaN.java fails on silent NaN conversions
Reviewed-by: darcy
1 parent acd5bcf commit 0b56b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jdk/java/lang/Float/Binary16ConversionNaN.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/*
2525
* @test
2626
* @bug 8289551
27+
* @requires (os.arch != "x86" & os.arch != "i386") | vm.opt.UseSSE == "null" | vm.opt.UseSSE > 0
2728
* @summary Verify NaN sign and significand bits are preserved across conversions
2829
*/
2930

0 commit comments

Comments
 (0)