Skip to content

Commit ef37036

Browse files
committedNov 2, 2023
Disable a couple of rustc tests which are broken due to a rustc bug
1 parent c04ceb4 commit ef37036

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎scripts/test_rustc_tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
147147

148148
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
149149

150+
# rustc bugs
151+
# ==========
152+
# https://github.com/rust-lang/rust/pull/116447#issuecomment-1790451463
153+
rm tests/ui/coroutine/gen_block_*.rs
154+
150155
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
151156

152157
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by

0 commit comments

Comments
 (0)