diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-27 14:09:41 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-27 14:09:41 +0200 |
| commit | f429b4093f905ff2239889daec21433deb198250 (patch) | |
| tree | 76ab0c05b3fed6c98f7cd564fc164ff619d50f15 /scripts/test_rustc_tests.sh | |
| parent | 7e45747a3d7c0877da20a9931cffc50e1b6d6aa4 (diff) | |
| download | rust-f429b4093f905ff2239889daec21433deb198250.tar.gz rust-f429b4093f905ff2239889daec21433deb198250.zip | |
Fix running the rustc test suite
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 4cf24c02235..5afab7c5de5 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -101,6 +101,7 @@ rm src/test/incremental/spike-neg1.rs # errors out for some reason rm src/test/incremental/spike-neg2.rs # same rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs rm src/test/ui/mir/ssa-analysis-regression-50041.rs # produces ICE +rm src/test/ui/type-alias-impl-trait/assoc-projection-ice.rs # produces ICE rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors |
