Skip to content

Commit ebe2825

Browse files
committed
Fix rustc test suite
1 parent 4eabaf3 commit ebe2825

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3739
rm -r tests/run-make/libtest-junit
@@ -98,6 +100,8 @@ rm -r tests/run-make/sepcomp-inlining # same
98100
rm -r tests/run-make/sepcomp-separate # same
99101
rm -r tests/run-make/sepcomp-cci-copies # same
100102
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
101105
rm tests/ui/abi/stack-protector.rs # requires stack protector support
102106
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
103107
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -145,6 +149,8 @@ rm -r tests/run-make/used # same
145149
rm -r tests/run-make/no-alloc-shim
146150
rm -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
# ======================
150156
rm tests/ui/backtrace.rs # TODO warning

0 commit comments

Comments
 (0)