diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-10 11:30:51 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-10 11:30:51 +0000 |
| commit | d49fd9f8771c5e4de53e7f53431344c40b94ca55 (patch) | |
| tree | 45c802307c98ef274dd54bedca8d00adddb9d30c /scripts | |
| parent | 8eca01f4b6e09946baa26435894251e4d441b794 (diff) | |
| download | rust-d49fd9f8771c5e4de53e7f53431344c40b94ca55.tar.gz rust-d49fd9f8771c5e4de53e7f53431344c40b94ca55.zip | |
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index a299b6de6b1..cdc78adcf85 100755 --- a/scripts/test_rustc_tests.sh +++ b/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 |
