diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-05 12:46:56 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-05 12:46:56 +0200 |
| commit | 557a09f6b543ec36597d2dfdf1d26262a3a4b235 (patch) | |
| tree | 34c55ecc406509a394becbd14e3ecfbcf4dbae57 | |
| parent | b87d7834c0c272f74fec72ccdb10d3b0e227e89a (diff) | |
| download | rust-557a09f6b543ec36597d2dfdf1d26262a3a4b235.tar.gz rust-557a09f6b543ec36597d2dfdf1d26262a3a4b235.zip | |
Ignore broken rustc test
| -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 3d6bd887459..7e539209c39 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -104,6 +104,8 @@ rm src/test/ui/mir/ssa-analysis-regression-50041.rs # produces ICE rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors +rm src/test/ui/rfc-2091-track-caller/intrinsic-wrapper.rs # wrong result from `Location::caller()` + # bugs in the test suite # ====================== rm src/test/ui/backtrace.rs # TODO warning |
