diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-06 13:14:45 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-06 13:14:45 +0200 |
| commit | 7a1cf889c72c380e3fa1c77c125d685e94b3f551 (patch) | |
| tree | 80136b7d957fbb7ef59f568132fbdbdb7695bacb /scripts | |
| parent | 8114d933bde512f02db2d755f837cf97a6b1fff2 (diff) | |
| download | rust-7a1cf889c72c380e3fa1c77c125d685e94b3f551.tar.gz rust-7a1cf889c72c380e3fa1c77c125d685e94b3f551.zip | |
Fix rustc test suite by ignoring rustdoc test
Diffstat (limited to 'scripts')
| -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 fbc3feceec7..32ecf4d2e98 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -61,6 +61,8 @@ rm src/test/incremental/issue-49482.rs # same rm src/test/incremental/issue-54059.rs # same rm src/test/incremental/lto.rs # requires lto +rm src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ + rm src/test/pretty/asm.rs # inline asm rm src/test/pretty/raw-str-nonexpr.rs # same |
