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-25 10:05:52 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-11-25 10:05:52 +0000
commitaa51a27f8e50d0df4db402be2d9b1f9396f6c85e (patch)
tree2d41b0c11304a7388330140d39129297ea0ec749 /compiler/rustc_codegen_cranelift/scripts
parente2e978f713665663c0129f935168b06c79dfbb4d (diff)
parent710c67909d034e1c663174a016ca82b95c2d6c12 (diff)
downloadrust-aa51a27f8e50d0df4db402be2d9b1f9396f6c85e.tar.gz
rust-aa51a27f8e50d0df4db402be2d9b1f9396f6c85e.zip
Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-2023-11-25
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index cdc78adcf85..a299b6de6b1 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
@@ -146,11 +146,6 @@ 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