about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-11-10 11:30:51 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-11-10 11:30:51 +0000
commitd186b4946059e9e9b69740ce03fcb4abe3c99b10 (patch)
tree9dd340761fc4e1fd66e8b4810e7a7872ce713d19 /compiler/rustc_codegen_cranelift/scripts
parent17d0a45f5df31f218b84c3275bb05c3227348b5b (diff)
parentc84d1871dc4456539b7b578830268ab3539915d0 (diff)
downloadrust-d186b4946059e9e9b69740ce03fcb4abe3c99b10.tar.gz
rust-d186b4946059e9e9b69740ce03fcb4abe3c99b10.zip
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index a299b6de6b1..cdc78adcf85 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
@@ -146,6 +146,11 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
 
 rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
 
+# rustc bugs
+# ==========
+# https://github.com/rust-lang/rust/pull/116447#issuecomment-1790451463
+rm tests/ui/coroutine/gen_block_*.rs
+
 cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
 
 # prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by