]> git.proxmox.com Git - rustc.git/blobdiff - library/core/tests/num/dec2flt/rawfp.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / library / core / tests / num / dec2flt / rawfp.rs
index c098b9c2ba27ddf1618fe74d97f1b8913e12ef62..34a37209d99f8846a31d2bb3ea328999cd340611 100644 (file)
@@ -81,7 +81,6 @@ fn rounding_overflow() {
     assert_eq!(rounded.k, adjusted_k + 1);
 }
 
-#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn prev_float_monotonic() {
     let mut x = 1.0;
@@ -117,7 +116,6 @@ fn next_float_inf() {
     assert_eq!(next_float(f64::INFINITY), f64::INFINITY);
 }
 
-#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn next_prev_identity() {
     for &x in &SOME_FLOATS {
@@ -128,7 +126,6 @@ fn next_prev_identity() {
     }
 }
 
-#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn next_float_monotonic() {
     let mut x = 0.49999999999999;