diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-08 20:12:29 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-08 20:12:29 +0200 |
| commit | 0d68742d37318a7eae1372a3c0ee3452d2d35bba (patch) | |
| tree | c4c9244249a624d9a60873a943271705c890b3e2 | |
| parent | a6cce1965934d7344dd77dff53dc74f3a5662d9e (diff) | |
| download | rust-0d68742d37318a7eae1372a3c0ee3452d2d35bba.tar.gz rust-0d68742d37318a7eae1372a3c0ee3452d2d35bba.zip | |
Ignore unsupported test
| -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 347fb40e6f9..428c2480684 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -64,6 +64,7 @@ rm src/test/incremental/lto.rs # requires lto 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/emit-named-files # requires full --emit support rm src/test/pretty/asm.rs # inline asm rm src/test/pretty/raw-str-nonexpr.rs # same |
