diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-06-23 14:32:08 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-06-23 14:32:08 +0000 |
| commit | 8a4557e01cab2166a825ff897c8f01874ffaba48 (patch) | |
| tree | d87c7d230a7513a2f9602eda69d466abfe3ac66b | |
| parent | 439c323f9cea37cd2fbae8df624f8502d4ad7b6b (diff) | |
| download | rust-8a4557e01cab2166a825ff897c8f01874ffaba48.tar.gz rust-8a4557e01cab2166a825ff897c8f01874ffaba48.zip | |
Update for changes to the rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index d04461878e8..d253718eeb8 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -33,6 +33,7 @@ rm src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-typ rm src/test/ui/async-await/async-fn-size-moved-locals.rs # -Cpanic=abort shrinks some generator by one byte rm src/test/ui/async-await/async-fn-size-uninit-locals.rs # same rm src/test/ui/generator/size-moved-locals.rs # same +rm -r src/test/ui/macros/rfc-2011-nicer-assert-messages/ # vendor intrinsics rm src/test/ui/sse2.rs # cpuid not supported, so sse2 not detected @@ -68,7 +69,7 @@ rm -r src/test/run-make/emit-named-files # requires full --emit support # optimization tests # ================== -rm src/test/ui/issues/issue-28950.rs # depends on stack size optimizations +rm src/test/ui/codegen/issue-28950.rs # depends on stack size optimizations rm src/test/ui/codegen/init-large-type.rs # same rm -r src/test/run-make/fmt-write-bloat/ # tests an optimization |
