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 d1f1641 commit 9f5b520Copy full SHA for 9f5b520
scripts/test_rustc_tests.sh
@@ -11,7 +11,7 @@ pushd rust
11
cargo install ripgrep
12
13
rm -r src/test/ui/{extern/,panics/,unsized-locals/,thinlto/,simd*,*lto*.rs,linkage*,unwind-*.rs} || true
14
-for test in $(rg --files-with-matches "asm!|catch_unwind|should_panic|lto" src/test/ui); do
+for test in $(rg --files-with-matches "asm!|catch_unwind|should_panic|lto|// needs-asm-support" src/test/ui); do
15
rm $test
16
done
17
0 commit comments