diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2022-06-24 19:27:53 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2022-06-24 19:27:53 -0400 |
| commit | 161ccb36b1c1c6a98af153637c7ea244635c8e90 (patch) | |
| tree | e6197ea4bb47387f0e4dddd6a8335323461fc6f1 | |
| parent | d6aadc684bebbef86c3b4dff67e5eb37196f7011 (diff) | |
| download | rust-161ccb36b1c1c6a98af153637c7ea244635c8e90.tar.gz rust-161ccb36b1c1c6a98af153637c7ea244635c8e90.zip | |
Disable UI tests that fail on the rustc side
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh index f2721c9c92c..635641980d7 100755 --- a/test.sh +++ b/test.sh @@ -261,7 +261,7 @@ EOF git checkout -- src/test/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed - rm -r src/test/ui/{abi*,extern/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,borrowck/,test*,*lto*.rs} || true + 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 for test in $(rg --files-with-matches "catch_unwind|should_panic|thread|lto" src/test/ui); do rm $test done |
