Skip to content

Commit 2859fde

Browse files
committed
Fix rustc test suite
1 parent 82fc4ec commit 2859fde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ rm -r tests/run-make/c-link-to-rust-va-list-fn # requires callee side vararg sup
5050
rm tests/ui/c-variadic/valid.rs # same
5151
rm tests/ui/c-variadic/trait-method.rs # same
5252
rm tests/ui/c-variadic/inherent-method.rs # same
53+
rm tests/ui/c-variadic/copy.rs # same
5354
rm tests/ui/sanitizer/kcfi-c-variadic.rs # same
5455
rm tests/ui/c-variadic/same-program-multiple-abis-x86_64.rs # variadics for calling conventions other than C unsupported
5556
rm tests/ui/delegation/fn-header.rs
@@ -147,6 +148,7 @@ rm -r tests/run-make-cargo/panic-immediate-abort-codegen # same
147148
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
148149
rm -r tests/run-make/const-trait-stable-toolchain # same
149150
rm -r tests/run-make/print-request-help-stable-unstable # same
151+
rm -r tests/run-make/issue-149402-suggest-unresolve # same
150152
rm -r tests/run-make/incr-add-rust-src-component
151153
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
152154
rm -r tests/run-make/export/extern-opt # something about rustc version mismatches

0 commit comments

Comments
 (0)