File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ rm -r tests/run-make/sepcomp-cci-copies # same
100
100
rm -r tests/run-make/volatile-intrinsics # same
101
101
rm tests/ui/abi/stack-protector.rs # requires stack protector support
102
102
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
103
+ rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
103
104
104
105
# giving different but possibly correct results
105
106
# =============================================
@@ -118,6 +119,7 @@ rm tests/ui/suggestions/derive-trait-for-method-call.rs # same
118
119
rm tests/ui/typeck/issue-46112.rs # same
119
120
rm tests/ui/consts/const_cmp_type_id.rs # same
120
121
rm tests/ui/consts/issue-73976-monomorphic.rs # same
122
+ rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
121
123
122
124
# rustdoc-clif passes extra args, suppressing the help message when no args are passed
123
125
rm -r tests/run-make/issue-88756-default-output
@@ -150,6 +152,8 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
150
152
151
153
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
152
154
155
+ rm tests/ui/panic-handler/weak-lang-item-2.rs # Will be fixed by #113568
156
+
153
157
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
154
158
155
159
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by
You can’t perform that action at this time.
0 commit comments