@@ -89,7 +89,6 @@ rm -r tests/run-make/sepcomp-cci-copies # same
89
89
rm -r tests/run-make/volatile-intrinsics # same
90
90
rm -r tests/run-make/llvm-ident # same
91
91
rm -r tests/run-make/no-builtins-attribute # same
92
- rm -r tests/run-make/pgo-gen-no-imp-symbols # same
93
92
rm tests/ui/abi/stack-protector.rs # requires stack protector support
94
93
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
95
94
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -104,7 +103,6 @@ rm -r tests/run-make/emit-to-stdout
104
103
rm -r tests/run-make/compressed-debuginfo
105
104
rm -r tests/run-make/symbols-include-type-name
106
105
rm -r tests/run-make/notify-all-emit-artifacts
107
- rm -r tests/run-make/reset-codegen-1
108
106
109
107
# giving different but possibly correct results
110
108
# =============================================
@@ -127,7 +125,6 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
127
125
# bugs in the test suite
128
126
# ======================
129
127
rm 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
131
128
132
129
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
133
130
@@ -154,7 +151,7 @@ index 9607ff02f96..b7d97caf9a2 100644
154
151
--- a/src/tools/run-make-support/src/rustdoc.rs
155
152
+++ b/src/tools/run-make-support/src/rustdoc.rs
156
153
@@ -34,8 +34,6 @@ pub fn bare() -> Self {
157
- #[track_caller]
154
+ /// Construct a \` rustdoc \` invocation with \` -L \$ (TARGET_RPATH_DIR) \` set.
158
155
pub fn new() -> Self {
159
156
let mut cmd = setup_common();
160
157
- let target_rpath_dir = env_var_os("TARGET_RPATH_DIR");
0 commit comments