rustc: disable failing tests on darwin
This commit is contained in:
parent
0af2c5891b
commit
b195d8ab07
@ -111,6 +111,10 @@ stdenv.mkDerivation {
|
|||||||
# Disable all lldb tests.
|
# Disable all lldb tests.
|
||||||
# error: Can't run LLDB test because LLDB's python path is not set
|
# error: Can't run LLDB test because LLDB's python path is not set
|
||||||
rm -vr src/test/debuginfo/*
|
rm -vr src/test/debuginfo/*
|
||||||
|
rm -v src/test/run-pass/backtrace-debuginfo.rs
|
||||||
|
|
||||||
|
# error: No such file or directory
|
||||||
|
rm -v src/test/run-pass/issue-45731.rs
|
||||||
|
|
||||||
# Disable tests that fail when sandboxing is enabled.
|
# Disable tests that fail when sandboxing is enabled.
|
||||||
substituteInPlace src/libstd/sys/unix/ext/net.rs \
|
substituteInPlace src/libstd/sys/unix/ext/net.rs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user