@@ -59,7 +59,6 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
59
59
60
60
# requires LTO
61
61
rm -r tests/run-make/cdylib
62
- rm -r tests/run-make/issue-64153
63
62
rm -r tests/run-make/codegen-options-parsing
64
63
rm -r tests/run-make/lto-*
65
64
rm -r tests/run-make/reproducible-build-2
@@ -72,6 +71,9 @@ rm tests/ui/consts/precise-drop-with-coverage.rs
72
71
rm tests/ui/issues/issue-85461.rs
73
72
rm -r tests/ui/instrument-coverage/
74
73
74
+ # missing f16/f128 support
75
+ rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
76
+
75
77
# optimization tests
76
78
# ==================
77
79
rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations
@@ -106,6 +108,7 @@ rm -r tests/run-make/compressed-debuginfo
106
108
rm -r tests/run-make/symbols-include-type-name
107
109
rm -r tests/run-make/notify-all-emit-artifacts
108
110
rm -r tests/run-make/reset-codegen-1
111
+ rm -r tests/run-make/inline-always-many-cgu
109
112
110
113
# giving different but possibly correct results
111
114
# =============================================
@@ -124,6 +127,7 @@ rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contain
124
127
# ============
125
128
rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
126
129
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
127
131
128
132
# bugs in the test suite
129
133
# ======================
0 commit comments