summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-11-25 15:22:37 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-11-25 15:22:37 +0800
commit2d0613271e2ea877f2e9f2a1d6dc5285ec1dc8d5 (patch)
tree86ed04048519fa6d63659817edd6c2869714c1c8
parent51eec0920cbb8dbb443c42fabe7b8b97f23615bc (diff)
downloadmrust-2d0613271e2ea877f2e9f2a1d6dc5285ec1dc8d5.tar.gz
Tests - Update known-fails list
-rw-r--r--disabled_tests_run-pass.txt29
1 files changed, 27 insertions, 2 deletions
diff --git a/disabled_tests_run-pass.txt b/disabled_tests_run-pass.txt
index 4a1de3e5..f16926be 100644
--- a/disabled_tests_run-pass.txt
+++ b/disabled_tests_run-pass.txt
@@ -1,13 +1,38 @@
+# EXPAND
tydesc-name # Difference in printing of paths
+macro-use-one # Selective macro_use
+empty_global_asm # global_asm! macro not implemented
+issue-38715 # BUG: macro_export doesn't shadow correctly
# codegen-units
sepcomp-fns
# Requires unwinding panics
unwind-resource
+issue-24313 # Not sure if this is unwinding or TLS problems...
+# None::<T> syntax somewhere (TODO)
+issue-22546
-# BUG: (TODO Determine)
-issue-34932 # Crashes with an OOB (invalid?) pointer in HashMap
+# MIR GEN:
+issue-18352 # append_from_lit - Match literal Borrow
+issue-36936 # Identity casts are removed.
+
+
+# TRANS
+enum-discrim-width-stuff # mrustc doesn't calculate enum descriminant sizes based on values.
+float_math # Missing intrinsic (fadd_fast)
+raw-fat-ptr # Ordering comparisons of raw pointers
+
+
+# RESOLVE
+issue-33687 # Calling a unit-like struct with Fn* traits - "Pointed struct in TupleVariant (::Test) isn't a Tuple"
+static-function-pointer-xc # Calling a static function pointer
+
+# HIR MISC
+xcrate-associated-type-defaults # type_is_specialisable - Handle missing type in impl(0x17e3018) ::"xcrate_associated_type_defaults"::Foo<u32,> for () {}, name = Out
+issue-25180 # Closure in const
+issue-27268 # ^
+issue-28189 # ^
# vim: ft=make