@@ -89,6 +89,7 @@ rm -r tests/run-make/sepcomp-cci-copies # same
8989rm -r tests/run-make/volatile-intrinsics # same
9090rm -r tests/run-make/llvm-ident # same
9191rm -r tests/run-make/no-builtins-attribute # same
92+ rm -r tests/run-make/pgo-gen-no-imp-symbols # same
9293rm tests/ui/abi/stack-protector.rs # requires stack protector support
9394rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
9495rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -103,6 +104,7 @@ rm -r tests/run-make/emit-to-stdout
103104rm -r tests/run-make/compressed-debuginfo
104105rm -r tests/run-make/symbols-include-type-name
105106rm -r tests/run-make/notify-all-emit-artifacts
107+ rm -r tests/run-make/reset-codegen-1
106108
107109# giving different but possibly correct results
108110# =============================================
@@ -125,6 +127,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
125127# bugs in the test suite
126128# ======================
127129rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
130+ rm -r tests/run-make/const_fn_mir # needs-unwind directive accidentally dropped
128131
129132rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
130133
@@ -151,7 +154,7 @@ index 9607ff02f96..b7d97caf9a2 100644
151154--- a/src/tools/run-make-support/src/rustdoc.rs
152155+++ b/src/tools/run-make-support/src/rustdoc.rs
153156@@ -34,8 +34,6 @@ pub fn bare() -> Self {
154- /// Construct a \` rustdoc \` invocation with \` -L \$ (TARGET_RPATH_DIR) \` set.
157+ #[track_caller]
155158 pub fn new() -> Self {
156159 let mut cmd = setup_common();
157160- let target_rpath_dir = env_var_os("TARGET_RPATH_DIR");
0 commit comments