]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/num/dec2flt/mod.rs
Re-enable all num tests on WASM
[rust.git] / library / core / tests / num / dec2flt / mod.rs
index 1c172f49c279c726fc73a69968ec5fdf6fd1521e..32f05d1def50a961f2cde604b7271c6e967c09ec 100644 (file)
@@ -21,7 +21,6 @@ macro_rules! test_literal {
     }};
 }
 
-#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn ordinary() {
     test_literal!(1.0);
@@ -38,7 +37,6 @@ fn ordinary() {
     test_literal!(2.2250738585072014e-308);
 }
 
-#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn special_code_paths() {
     test_literal!(36893488147419103229.0); // 2^65 - 3, triggers half-to-even with even significand