Skip to content

Commit 0cff1d0

Browse files
authored
Merge pull request #136 from light4/clean_test
Stop removing the llvm-asm tests in test.sh since they don't exist anymore
2 parents f4ea709 + 7c1f863 commit 0cff1d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,12 @@ EOF
187187

188188
git checkout -- src/test/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed
189189

190-
rm -r src/test/ui/{abi*,extern/,llvm-asm/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,simd*,borrowck/,test*,*lto*.rs} || true
190+
rm -r src/test/ui/{abi*,extern/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,simd*,borrowck/,test*,*lto*.rs} || true
191191
for test in $(rg --files-with-matches "catch_unwind|should_panic|thread|lto" src/test/ui); do
192192
rm $test
193193
done
194194
git checkout src/test/ui/type-alias-impl-trait/auxiliary/cross_crate_ice.rs
195195
git checkout src/test/ui/type-alias-impl-trait/auxiliary/cross_crate_ice2.rs
196-
rm src/test/ui/llvm-asm/llvm-asm-in-out-operand.rs || true # TODO(antoyo): Enable back this test if I ever implement the llvm_asm! macro.
197196

198197
RUSTC_ARGS="-Zpanic-abort-tests -Csymbol-mangling-version=v0 -Zcodegen-backend="$(pwd)"/../target/"$CHANNEL"/librustc_codegen_gcc."$dylib_ext" --sysroot "$(pwd)"/../build_sysroot/sysroot -Cpanic=abort"
199198

0 commit comments

Comments
 (0)