We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df8223 commit 87e71feCopy full SHA for 87e71fe
scripts/test_rustc_tests.sh
@@ -146,8 +146,7 @@ rm tests/ui/lint/non-snake-case/lint-non-snake-case-crate.rs # same
146
rm tests/ui/async-await/async-drop/async-drop-initial.rs # same (rust-lang/rust#140493)
147
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
148
149
-rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
150
-rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
+rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # really slow with unoptimized libstd
151
rm tests/ui/process/process-panic-after-fork.rs # same
152
153
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
0 commit comments