Skip to content

Commit 7c0bf41

Browse files
committed
Ignore another emscripten test because missing intrinsics
1 parent 8401e37 commit 7c0bf41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcoretest/num/flt2dec/estimator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
use core::num::flt2dec::estimator::*;
1212

1313
#[test]
14+
// FIXME https://github.com/kripken/emscripten/issues/4563
15+
#[cfg_attr(target_os = "emscripten", ignore)]
1416
fn test_estimate_scaling_factor() {
1517
macro_rules! assert_almost_eq {
1618
($actual:expr, $expected:expr) => ({

0 commit comments

Comments
 (0)