File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
3232# missing features
3333# ================
3434
35+ rm -r tests/run-make/comment-section # cg_clif doesn't yet write the .comment section
36+
3537# requires stack unwinding
3638# FIXME add needs-unwind to this test
3739rm -r tests/run-make/libtest-junit
@@ -98,6 +100,8 @@ rm -r tests/run-make/sepcomp-inlining # same
98100rm -r tests/run-make/sepcomp-separate # same
99101rm -r tests/run-make/sepcomp-cci-copies # same
100102rm -r tests/run-make/volatile-intrinsics # same
103+ rm -r tests/run-make/llvm-ident # same
104+ rm -r tests/run-make/no-builtins-attribute # same
101105rm tests/ui/abi/stack-protector.rs # requires stack protector support
102106rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
103107rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -145,6 +149,8 @@ rm -r tests/run-make/used # same
145149rm -r tests/run-make/no-alloc-shim
146150rm -r tests/run-make/emit-to-stdout
147151
152+ rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
153+
148154# bugs in the test suite
149155# ======================
150156rm tests/ui/backtrace.rs # TODO warning
You can’t perform that action at this time.
0 commit comments