diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-17 17:05:00 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-17 17:05:00 +0200 |
| commit | 3aae6fb4942d53105f0a699b8fbc07e8dd0aa9c9 (patch) | |
| tree | 035736c9e9e243f8ce2ae46225aaea8a73232316 | |
| parent | 1e5569d62c31743cec29daa97fb527a64c93914f (diff) | |
| download | rust-3aae6fb4942d53105f0a699b8fbc07e8dd0aa9c9.tar.gz rust-3aae6fb4942d53105f0a699b8fbc07e8dd0aa9c9.zip | |
Disable a failing 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 b714d47fec2..d40fd374ee9 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -88,6 +88,8 @@ rm -r src/test/run-make/fmt-write-bloat/ # tests an optimization rm src/test/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs rm src/test/ui/abi/variadic-ffi.rs # requires callee side vararg support +rm src/test/ui/command/command-current-dir.rs # can't find libstd.so + echo "[TEST] rustc test suite" RUST_TEST_NOCAPTURE=1 COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 src/test/{codegen-units,run-make,run-pass-valgrind,ui} popd |
