summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--disabled_tests_run-pass.txt26
1 files changed, 23 insertions, 3 deletions
diff --git a/disabled_tests_run-pass.txt b/disabled_tests_run-pass.txt
index f16926be..18428128 100644
--- a/disabled_tests_run-pass.txt
+++ b/disabled_tests_run-pass.txt
@@ -1,3 +1,6 @@
+# PARSE
+align-struct # repr(align(2)) - Need to support integers in attributes
+
# EXPAND
tydesc-name # Difference in printing of paths
macro-use-one # Selective macro_use
@@ -9,8 +12,18 @@ sepcomp-fns
# Requires unwinding panics
unwind-resource
+backtrace
+backtrace-debuginfo
+backtrace-debuginfo-aux
issue-24313 # Not sure if this is unwinding or TLS problems...
+# CONST EVAL
+associated-const-type-parameters # TODO: Associated const referred from associated const
+
+# TYPECHECK
+associated-types-doubleendediterator-object # BUG BUG: Validation failed
+autoderef-privacy # KNOWN BUG: Privacy isn't applied
+
# None::<T> syntax somewhere (TODO)
issue-22546
@@ -20,10 +33,14 @@ issue-36936 # Identity casts are removed.
# TRANS
-enum-discrim-width-stuff # mrustc doesn't calculate enum descriminant sizes based on values.
+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
-
+abi-sysv64-register-usage # asm! register translation
+allocator-override # asm! translation - "TODO: Handle asm! output leader 'r'"
+asm-in-out-operand # asm! translation - "Assembly output specifiers must start with ="
+asm-indirect-memory # ^
+asm-out-assign # asm! translation
# RESOLVE
issue-33687 # Calling a unit-like struct with Fn* traits - "Pointed struct in TupleVariant (::Test) isn't a Tuple"
@@ -35,4 +52,7 @@ issue-25180 # Closure in const
issue-27268 # ^
issue-28189 # ^
-# vim: ft=make
+# MISC
+allocator-default # Needs alloc_jealloc, which isn't built
+
+# vim: ft=make expandtab ts=4