about summary refs log tree commit diff
path: root/scripts/test_rustc_tests.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-04-27 14:09:41 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2022-04-27 14:09:41 +0200
commitf429b4093f905ff2239889daec21433deb198250 (patch)
tree76ab0c05b3fed6c98f7cd564fc164ff619d50f15 /scripts/test_rustc_tests.sh
parent7e45747a3d7c0877da20a9931cffc50e1b6d6aa4 (diff)
downloadrust-f429b4093f905ff2239889daec21433deb198250.tar.gz
rust-f429b4093f905ff2239889daec21433deb198250.zip
Fix running the rustc test suite
Diffstat (limited to 'scripts/test_rustc_tests.sh')
-rwxr-xr-xscripts/test_rustc_tests.sh1
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