@@ -147,6 +147,11 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue |
|
|
147 |
147 |
|
148 |
148 |
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd |
149 |
149 |
|
|
150 |
+# rustc bugs |
|
151 |
+# ========== |
|
152 |
+# https://github.com/rust-lang/rust/pull/116447#issuecomment-1790451463 |
|
153 |
+rm tests/ui/coroutine/gen_block_*.rs |
|
154 |
+ |
150 |
155 |
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist |
151 |
156 |
|
152 |
157 |
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by |