This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ macro_rules! test_literal {
2121 } } ;
2222}
2323
24- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
2524#[ test]
2625fn ordinary ( ) {
2726 test_literal ! ( 1.0 ) ;
@@ -38,7 +37,6 @@ fn ordinary() {
3837 test_literal ! ( 2.2250738585072014e-308 ) ;
3938}
4039
41- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
4240#[ test]
4341fn special_code_paths ( ) {
4442 test_literal ! ( 36893488147419103229.0 ) ; // 2^65 - 3, triggers half-to-even with even significand
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ fn rounding_overflow() {
8181 assert_eq ! ( rounded. k, adjusted_k + 1 ) ;
8282}
8383
84- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
8584#[ test]
8685fn prev_float_monotonic ( ) {
8786 let mut x = 1.0 ;
@@ -117,7 +116,6 @@ fn next_float_inf() {
117116 assert_eq ! ( next_float( f64 :: INFINITY ) , f64 :: INFINITY ) ;
118117}
119118
120- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
121119#[ test]
122120fn next_prev_identity ( ) {
123121 for & x in & SOME_FLOATS {
@@ -128,7 +126,6 @@ fn next_prev_identity() {
128126 }
129127}
130128
131- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
132129#[ test]
133130fn next_float_monotonic ( ) {
134131 let mut x = 0.49999999999999 ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ fn test_mul_pow10() {
1313 }
1414}
1515
16- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
1716#[ test]
1817fn shortest_sanity_test ( ) {
1918 f64_shortest_sanity_test ( format_shortest) ;
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ fn test_max_pow10_no_more_than() {
3333 }
3434}
3535
36- #[ cfg_attr( all( target_arch = "wasm32" , target_os = "emscripten" ) , ignore) ] // issue 42630
3736#[ test]
3837fn shortest_sanity_test ( ) {
3938 f64_shortest_sanity_test ( format_shortest) ;
You can’t perform that action at this time.
0 commit comments