3
0
Fork 0
forked from mirrors/nixpkgs

rustc: disable a test failing on Hydra repeatedly

The problem doesn't happen for me locally, but on Hydra
we tend to experience more flakiness in networking tests.
This commit is contained in:
Vladimír Čunát 2017-10-31 19:39:07 +01:00
parent 5618691751
commit fe83d91157
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -85,6 +85,9 @@ stdenv.mkDerivation {
# https://reviews.llvm.org/rL281650
rm -vr src/test/run-pass/issue-36474.rs || true
# On Hydra: `TcpListener::bind(&addr)`: Address already in use (os error 98)'
sed '/^ *fn fast_rebind()/i#[ignore]' -i src/libstd/net/tcp.rs
# Disable some failing gdb tests. Try re-enabling these when gdb
# is updated past version 7.12.
rm src/test/debuginfo/basic-types-globals.rs