From 3ff8e7bd7c8cd76410e459e7ffc2c2f564ab7268 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:23:39 +0000 Subject: [PATCH] Fix rustc test suite --- scripts/test_rustc_tests.sh | 2 ++ 1 file changed, 2 insertions(+) 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