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
100100rm -r tests/run-make/volatile-intrinsics # same
101101rm tests/ui/abi/stack-protector.rs # requires stack protector support
102102rm -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
103104
104105# giving different but possibly correct results
105106# =============================================
@@ -118,6 +119,7 @@ rm tests/ui/suggestions/derive-trait-for-method-call.rs # same
118119rm tests/ui/typeck/issue-46112.rs # same
119120rm tests/ui/consts/const_cmp_type_id.rs # same
120121rm tests/ui/consts/issue-73976-monomorphic.rs # same
122+ rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
121123
122124# rustdoc-clif passes extra args, suppressing the help message when no args are passed
123125rm -r tests/run-make/issue-88756-default-output
@@ -150,6 +152,8 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
150152
151153rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
152154
155+ rm tests/ui/panic-handler/weak-lang-item-2.rs # Will be fixed by #113568
156+
153157cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
154158
155159# 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