rustc: Fix hanging build by disabling test.

This commit is contained in:
Moritz Ulrich 2016-11-20 15:38:14 +01:00
parent 703deb0bc0
commit aa4ad9b98a
No known key found for this signature in database
GPG Key ID: A9E1CC79ECBFA432

View File

@ -93,6 +93,10 @@ stdenv.mkDerivation {
# Remove test targeted at LLVM 3.9 - https://github.com/rust-lang/rust/issues/36835
rm -vr src/test/run-pass/issue-36023.rs
# Disable test getting stuck on hydra - possible fix:
# https://reviews.llvm.org/rL281650
rm -vr src/test/run-pass/issue-36474.rs
# Useful debugging parameter
# export VERBOSE=1
'' +