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 | d186b4946059e9e9b69740ce03fcb4abe3c99b10 (patch) | |
| tree | 9dd340761fc4e1fd66e8b4810e7a7872ce713d19 /compiler/rustc_codegen_cranelift/scripts | |
| parent | 17d0a45f5df31f218b84c3275bb05c3227348b5b (diff) | |
| parent | c84d1871dc4456539b7b578830268ab3539915d0 (diff) | |
| download | rust-d186b4946059e9e9b69740ce03fcb4abe3c99b10.tar.gz rust-d186b4946059e9e9b69740ce03fcb4abe3c99b10.zip | |
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh index a299b6de6b1..cdc78adcf85 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh +++ b/compiler/rustc_codegen_cranelift/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 |
