Skip to content

Commit

Permalink
rustc: disable a test failing on Hydra repeatedly
Browse files Browse the repository at this point in the history
The problem doesn't happen for me locally, but on Hydra
we tend to experience more flakiness in networking tests.
  • Loading branch information
vcunat committed Oct 31, 2017
1 parent 5618691 commit fe83d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/rust/rustc.nix
Expand Up @@ -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
Expand Down

0 comments on commit fe83d91

Please sign in to comment.