diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-07 18:23:39 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-07 18:23:39 +0000 |
| commit | 3ff8e7bd7c8cd76410e459e7ffc2c2f564ab7268 (patch) | |
| tree | 9e2fe272bf18f90a51dd4ed7b312cefccb687ff0 | |
| parent | 1095e0165c36bd65f5fb3af9955e565137238b65 (diff) | |
| download | rust-3ff8e7bd7c8cd76410e459e7ffc2c2f564ab7268.tar.gz rust-3ff8e7bd7c8cd76410e459e7ffc2c2f564ab7268.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index a299b6de6b1..500ed50d4bb 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -139,6 +139,8 @@ rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet suppo rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Coroutine's +rm -r tests/ui/packed # rust-lang/rust#118537 + # bugs in the test suite # ====================== rm tests/ui/backtrace.rs # TODO warning |
