diff options
| author | antoyo <antoyo@users.noreply.github.com> | 2022-06-24 21:10:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 21:10:16 -0400 |
| commit | be5caeb8c90d7420e2c23e5608feade347489c65 (patch) | |
| tree | e6197ea4bb47387f0e4dddd6a8335323461fc6f1 | |
| parent | d6aadc684bebbef86c3b4dff67e5eb37196f7011 (diff) | |
| parent | 161ccb36b1c1c6a98af153637c7ea244635c8e90 (diff) | |
| download | rust-be5caeb8c90d7420e2c23e5608feade347489c65.tar.gz rust-be5caeb8c90d7420e2c23e5608feade347489c65.zip | |
Merge pull request #189 from rust-lang/fix/disable-erroring-tests
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 |
