diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-02 16:06:02 +0200 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-02 16:06:02 +0200 |
| commit | 9bad4b620f8e55c3d67442020180a414e5b88fb7 (patch) | |
| tree | c78e392f4951072622fb88319c34c7fae2a4fce5 | |
| parent | 7bdafb5f6ac0dc6aeeba41f0a760cedb6a6614d6 (diff) | |
| download | rust-9bad4b620f8e55c3d67442020180a414e5b88fb7.tar.gz rust-9bad4b620f8e55c3d67442020180a414e5b88fb7.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 735762b389c..b85d4745168 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -118,6 +118,7 @@ rm tests/ui/mir/mir_misc_casts.rs # depends on deduplication of constants rm tests/ui/mir/mir_raw_fat_ptr.rs # same rm tests/ui/consts/issue-33537.rs # same rm tests/ui/consts/const-mut-refs-crate.rs # same +rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift # doesn't work due to the way the rustc test suite is invoked. # should work when using ./x.py test the way it is intended |
