Fix rustc tests
This commit is contained in:
parent
250d0832a1
commit
8fe6e74047
1 changed files with 1 additions and 2 deletions
|
@ -122,7 +122,6 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
|
||||||
# bugs in the test suite
|
# bugs in the test suite
|
||||||
# ======================
|
# ======================
|
||||||
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
|
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
|
||||||
rm tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs # TODO some symbol not being found, but works fine when manually invoked
|
|
||||||
|
|
||||||
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
|
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
|
||||||
|
|
||||||
|
@ -154,7 +153,7 @@ index 9607ff02f96..b7d97caf9a2 100644
|
||||||
let mut cmd = setup_common();
|
let mut cmd = setup_common();
|
||||||
- let target_rpath_dir = env::var_os("TARGET_RPATH_DIR").unwrap();
|
- let target_rpath_dir = env::var_os("TARGET_RPATH_DIR").unwrap();
|
||||||
- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
|
- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
|
||||||
Self { cmd }
|
Self { cmd, stdin: None }
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue