diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-13 12:31:34 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-13 12:31:34 +0000 |
| commit | 45781e107c37524386478b02082700f09bd10d78 (patch) | |
| tree | e114f132bb49d9956787a9af6428501e12eeac21 /scripts | |
| parent | 5d592ea79a6729ec2c06660225ebb5440a23704b (diff) | |
| download | rust-45781e107c37524386478b02082700f09bd10d78.tar.gz rust-45781e107c37524386478b02082700f09bd10d78.zip | |
Fix rustc test suite
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 1b69be43086..a7920cc54ea 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -116,6 +116,8 @@ rm tests/ui/lint/lint-const-item-mutation.rs # same rm tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.rs # same rm tests/ui/suggestions/derive-trait-for-method-call.rs # same rm tests/ui/typeck/issue-46112.rs # same +rm tests/ui/consts/const_cmp_type_id.rs # same +rm tests/ui/consts/issue-73976-monomorphic.rs # same # rustdoc-clif passes extra args, suppressing the help message when no args are passed rm -r tests/run-make/issue-88756-default-output @@ -139,6 +141,7 @@ rm -r tests/run-make/multiple-emits # same rm -r tests/run-make/output-type-permutations # same rm -r tests/run-make/used # same rm -r tests/run-make/no-alloc-shim +rm -r tests/run-make/emit-to-stdout # bugs in the test suite # ====================== |
