diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-06-09 14:56:53 +0000 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-06-09 14:56:53 +0000 |
| commit | ec841f58d38e5763bc0ad9f405ed5fa075e3fd30 (patch) | |
| tree | e99bee91b920b02b01f982e955ff711ba33edc2d /scripts/test_rustc_tests.sh | |
| parent | a298c6908e443fc689c474750df26d82301fd74f (diff) | |
| download | rust-ec841f58d38e5763bc0ad9f405ed5fa075e3fd30.tar.gz rust-ec841f58d38e5763bc0ad9f405ed5fa075e3fd30.zip | |
Fix running rustc tests
There are still two failures due to incorrect test annotations
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -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 9bdb9f22c54..d04461878e8 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -89,6 +89,7 @@ rm src/test/ui/consts/issue-33537.rs # same rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ rm -r src/test/run-make/unstable-flag-required # same rm -r src/test/run-make/rustdoc-* # same +rm -r src/test/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump # genuine bugs # ============ |
