Skip to content

Commit 39bc103

Browse files
committed
Fix rustc test suite
1 parent d768359 commit 39bc103

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/test_rustc_tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation war
134134
# bugs in the test suite
135135
# ======================
136136
rm 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

138140
rm 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)'
158160
diff --git a/src/tools/run-make-support/src/rustdoc.rs b/src/tools/run-make-support/src/rustdoc.rs
159161
index 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 {

0 commit comments

Comments
 (0)