diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-23 10:06:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-23 10:06:11 +0000 |
| commit | 50c14cef3f9e6980ed8c033e0cba0c8795ebbb83 (patch) | |
| tree | 5540bdc46577b2253b48ee6c6adfb87365b5c982 | |
| parent | ccf89778cdb10d47dcef1f6baf238a9d598c94b2 (diff) | |
| download | rust-50c14cef3f9e6980ed8c033e0cba0c8795ebbb83.tar.gz rust-50c14cef3f9e6980ed8c033e0cba0c8795ebbb83.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 41aa011e805..595d73d25a2 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -98,6 +98,7 @@ rm -r tests/run-make/volatile-intrinsics # same rm -r tests/run-make/llvm-ident # same rm -r tests/run-make/no-builtins-attribute # same rm -r tests/run-make/pgo-gen-no-imp-symbols # same +rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # same rm tests/ui/abi/stack-protector.rs # requires stack protector support rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific |
