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
32
32
# missing features
33
33
# ================
34
34
35
+ rm -r tests/run-make/comment-section # cg_clif doesn't yet write the .comment section
36
+
35
37
# requires stack unwinding
36
38
# FIXME add needs-unwind to this test
37
39
rm -r tests/run-make/libtest-junit
@@ -98,6 +100,8 @@ rm -r tests/run-make/sepcomp-inlining # same
98
100
rm -r tests/run-make/sepcomp-separate # same
99
101
rm -r tests/run-make/sepcomp-cci-copies # same
100
102
rm -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
101
105
rm tests/ui/abi/stack-protector.rs # requires stack protector support
102
106
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
103
107
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -145,6 +149,8 @@ rm -r tests/run-make/used # same
145
149
rm -r tests/run-make/no-alloc-shim
146
150
rm -r tests/run-make/emit-to-stdout
147
151
152
+ rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
153
+
148
154
# bugs in the test suite
149
155
# ======================
150
156
rm tests/ui/backtrace.rs # TODO warning
You can’t perform that action at this time.
0 commit comments