This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation war
134134# bugs in the test suite
135135# ======================
136136rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
137+ rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation
138+ rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
137139
138140rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
139141
@@ -157,8 +159,8 @@ index ea06b620c4c..b969d0009c6 100644
157159 RUSTDOC := \$ (RUSTDOC) -Clinker='\$ (RUSTC_LINKER)'
158160diff --git a/src/tools/run-make-support/src/rustdoc.rs b/src/tools/run-make-support/src/rustdoc.rs
159161index 9607ff02f96..b7d97caf9a2 100644
160- --- a/src/tools/run-make-support/src/rustdoc.rs
161- +++ b/src/tools/run-make-support/src/rustdoc.rs
162+ --- a/src/tools/run-make-support/src/external_deps/ rustdoc.rs
163+ +++ b/src/tools/run-make-support/src/external_deps/ rustdoc.rs
162164@@ -34,8 +34,6 @@ pub fn bare() -> Self {
163165 #[track_caller]
164166 pub fn new() -> Self {
You can’t perform that action at this time.
0 commit comments