Skip to content

Commit be5caeb

Browse files
authored
Merge pull request rust-lang#189 from rust-lang/fix/disable-erroring-tests
Disable UI tests that fail on the rustc side
2 parents d6aadc6 + 161ccb3 commit be5caeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ EOF
261261

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

264-
rm -r src/test/ui/{abi*,extern/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,borrowck/,test*,*lto*.rs} || true
264+
rm -r src/test/ui/{abi*,extern/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,borrowck/,chalkify/bugs/,test*,*lto*.rs,consts/const-float-bits-reject-conv.rs,consts/issue-miri-1910.rs} || true
265265
for test in $(rg --files-with-matches "catch_unwind|should_panic|thread|lto" src/test/ui); do
266266
rm $test
267267
done

0 commit comments

Comments
 (0)