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.

(cherry picked from commit fe83d91)
  • Loading branch information
vcunat committed Nov 29, 2017
1 parent 921f089 commit 6ede9d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/rust/rustc.nix
Expand Up @@ -82,6 +82,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 6ede9d3

Please sign in to comment.