diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-25 09:40:02 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-25 09:40:02 +0000 |
| commit | 86fc533a7155179f490649571174bc1470edb97b (patch) | |
| tree | 4dfd212f7af8db418ba479c16d8f0607144a03be | |
| parent | da3782a0b4aa6ad31a2e59a17eb712f4ea190a91 (diff) | |
| download | rust-86fc533a7155179f490649571174bc1470edb97b.tar.gz rust-86fc533a7155179f490649571174bc1470edb97b.zip | |
Re-enable rustc test that was disabled due to a rustc bug
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index cdc78adcf85..a299b6de6b1 100755 --- a/scripts/test_rustc_tests.sh +++ b/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 |
