Skip to content

Commit f12714f

Browse files
Revert "Fix rustc tests"
This reverts commit e241176.
1 parent e241176 commit f12714f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/test_rustc_tests.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ rm -r tests/run-make/sepcomp-cci-copies # same
8989
rm -r tests/run-make/volatile-intrinsics # same
9090
rm -r tests/run-make/llvm-ident # same
9191
rm -r tests/run-make/no-builtins-attribute # same
92-
rm -r tests/run-make/pgo-gen-no-imp-symbols # same
9392
rm tests/ui/abi/stack-protector.rs # requires stack protector support
9493
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
9594
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
@@ -104,7 +103,6 @@ rm -r tests/run-make/emit-to-stdout
104103
rm -r tests/run-make/compressed-debuginfo
105104
rm -r tests/run-make/symbols-include-type-name
106105
rm -r tests/run-make/notify-all-emit-artifacts
107-
rm -r tests/run-make/reset-codegen-1
108106

109107
# giving different but possibly correct results
110108
# =============================================
@@ -127,7 +125,6 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
127125
# bugs in the test suite
128126
# ======================
129127
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
131128

132129
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
133130

@@ -154,7 +151,7 @@ index 9607ff02f96..b7d97caf9a2 100644
154151
--- a/src/tools/run-make-support/src/rustdoc.rs
155152
+++ b/src/tools/run-make-support/src/rustdoc.rs
156153
@@ -34,8 +34,6 @@ pub fn bare() -> Self {
157-
#[track_caller]
154+
/// Construct a \`rustdoc\` invocation with \`-L \$(TARGET_RPATH_DIR)\` set.
158155
pub fn new() -> Self {
159156
let mut cmd = setup_common();
160157
- let target_rpath_dir = env_var_os("TARGET_RPATH_DIR");

0 commit comments

Comments
 (0)