Merge #34205: rust: disable a test to fix build

... after applying glibc patches.
It's not clear (yet) why this older rustc (test) got broken.
Newer rustc (used for Firefox) has the very same test that still passes.
This commit is contained in:
Vladimír Čunát
2018-01-25 12:45:56 +01:00

View File

@@ -101,6 +101,10 @@ stdenv.mkDerivation {
# Useful debugging parameter
# export VERBOSE=1
''
+ optionalString (stdenv ? glibc) ''
# Disable failing test because of glibc-2.25 patch.
rm -vr src/test/run-pass/out-of-stack.rs
''
+ optionalString stdenv.isDarwin ''
# Disable all lldb tests.
# error: Can't run LLDB test because LLDB's python path is not set