Skip to content

Commit 94c2e7a

Browse files
committed
Fix rustc test suite
1 parent 476b7bd commit 94c2e7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5959

6060
# requires LTO
6161
rm -r tests/run-make/cdylib
62-
rm -r tests/run-make/issue-64153
6362
rm -r tests/run-make/codegen-options-parsing
6463
rm -r tests/run-make/lto-*
6564
rm -r tests/run-make/reproducible-build-2
@@ -72,6 +71,9 @@ rm tests/ui/consts/precise-drop-with-coverage.rs
7271
rm tests/ui/issues/issue-85461.rs
7372
rm -r tests/ui/instrument-coverage/
7473

74+
# missing f16/f128 support
75+
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
76+
7577
# optimization tests
7678
# ==================
7779
rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations
@@ -106,6 +108,7 @@ rm -r tests/run-make/compressed-debuginfo
106108
rm -r tests/run-make/symbols-include-type-name
107109
rm -r tests/run-make/notify-all-emit-artifacts
108110
rm -r tests/run-make/reset-codegen-1
111+
rm -r tests/run-make/inline-always-many-cgu
109112

110113
# giving different but possibly correct results
111114
# =============================================
@@ -124,6 +127,7 @@ rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contain
124127
# ============
125128
rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
126129
rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
130+
rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation warning for -Cinline-threshold
127131

128132
# bugs in the test suite
129133
# ======================

0 commit comments

Comments
 (0)