about summary refs log tree commit diff
path: root/src/libcore/tests/num
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2017-10-07 13:19:34 +0300
committerNiv Kaminer <nivkner@zoho.com>2017-10-08 00:27:28 +0300
commite0ac65e669e2a59a674327f7ff2590afbc2f3442 (patch)
treeb13925735814a635585c8535bb7cb3bbf8385aaf /src/libcore/tests/num
parentcce93436d3628f5fa8288c7e84f4b695542c6ae3 (diff)
downloadrust-e0ac65e669e2a59a674327f7ff2590afbc2f3442.tar.gz
rust-e0ac65e669e2a59a674327f7ff2590afbc2f3442.zip
address more FIXME whose associated issues were marked as closed
update FIXME(#6298) to point to open issue 15020
update FIXME(#6268) to point to RFC 811
update FIXME(#10520) to point to RFC 1751
remove FIXME for emscripten issue 4563 and include target in `test_estimate_scaling_factor`
remove FIXME(#18207) since node_id isn't used for `ref` pattern analysis
remove FIXME(#6308) since DST was implemented in #12938
remove FIXME(#2658) since it was decided to not reorganize module
remove FIXME(#20590) since it was decided to stay conservative with projection types
remove FIXME(#20297) since it was decided that solving the issue is unnecessary
remove FIXME(#27086) since closures do correspond to structs now
remove FIXME(#13846) and enable `function_sections` for windows
remove mention of #22079 in FIXME(#22079) since this is a general FIXME
remove FIXME(#5074) since the restriction on borrow were lifted
Diffstat (limited to 'src/libcore/tests/num')
-rw-r--r--src/libcore/tests/num/flt2dec/estimator.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcore/tests/num/flt2dec/estimator.rs b/src/libcore/tests/num/flt2dec/estimator.rs
index 0bca616ea9a..857aae72c8a 100644
--- a/src/libcore/tests/num/flt2dec/estimator.rs
+++ b/src/libcore/tests/num/flt2dec/estimator.rs
@@ -8,11 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// FIXME https://github.com/kripken/emscripten/issues/4563
-// NB we have to actually not compile this test to avoid
-// an undefined symbol error
-#![cfg(not(target_os = "emscripten"))]
-
 use core::num::flt2dec::estimator::*;
 
 #[test]