about summary refs log tree commit diff
path: root/scripts/test_rustc_tests.sh
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-11-22 19:29:06 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-11-22 19:29:06 +0000
commit24ebf425ae3b9c3f95d5b8f239d18a2d7e66b540 (patch)
tree38e4b056437e98b620a6f0bbe940d98dffa995d1 /scripts/test_rustc_tests.sh
parentd30c1ddce734ea7a7614c8b5dd8473707f5da926 (diff)
downloadrust-24ebf425ae3b9c3f95d5b8f239d18a2d7e66b540.tar.gz
rust-24ebf425ae3b9c3f95d5b8f239d18a2d7e66b540.zip
Update rustc test suite failure list
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 d21dd6c0f74..74a99802b10 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -66,6 +66,7 @@ rm src/test/ui/fn/dyn-fn-alignment.rs # wants a 256 byte alignment
 rm -r src/test/run-make/emit-named-files # requires full --emit support
 rm src/test/ui/abi/stack-probes.rs # stack probes not yet implemented
 rm src/test/ui/simd/intrinsic/ptr-cast.rs # simd_expose_addr intrinsic unimplemented
+rm -r src/test/run-make/repr128-dwarf # debuginfo test
 
 # optimization tests
 # ==================