Skip to content

Commit

Permalink
8293991: java/lang/Float/Binary16ConversionNaN.java fails on silent N…
Browse files Browse the repository at this point in the history
…aN conversions

Reviewed-by: darcy
  • Loading branch information
shipilev committed Sep 23, 2022
1 parent acd5bcf commit 0b56b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jdk/java/lang/Float/Binary16ConversionNaN.java
Expand Up @@ -24,6 +24,7 @@
/*
* @test
* @bug 8289551
* @requires (os.arch != "x86" & os.arch != "i386") | vm.opt.UseSSE == "null" | vm.opt.UseSSE > 0
* @summary Verify NaN sign and significand bits are preserved across conversions
*/

Expand Down

0 comments on commit 0b56b82

Please sign in to comment.