@@ -59,7 +59,6 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5959
6060# requires LTO
6161rm -r tests/run-make/cdylib
62- rm -r tests/run-make/issue-64153
6362rm -r tests/run-make/codegen-options-parsing
6463rm -r tests/run-make/lto-*
6564rm -r tests/run-make/reproducible-build-2
@@ -72,6 +71,9 @@ rm tests/ui/consts/precise-drop-with-coverage.rs
7271rm tests/ui/issues/issue-85461.rs
7372rm -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# ==================
7779rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations
@@ -106,6 +108,7 @@ rm -r tests/run-make/compressed-debuginfo
106108rm -r tests/run-make/symbols-include-type-name
107109rm -r tests/run-make/notify-all-emit-artifacts
108110rm -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# ============
125128rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
126129rm -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