summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/rustc.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-24 23:06:10 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-24 23:06:10 +0100
commit1dd284ceb5a428e00049256a5a1b57350b15dc66 (patch)
tree9cb5e0b180e77289cff6fb707698fead20a9f6d1 /pkgs/development/compilers/rust/rustc.nix
parent9b245b565e8e60b1c2cde8be372d424bb117ada6 (diff)
downloadnixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar.gz
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar.bz2
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar.lz
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar.xz
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.tar.zst
nixlib-1dd284ceb5a428e00049256a5a1b57350b15dc66.zip
rust: disable another fragile test
Diffstat (limited to 'pkgs/development/compilers/rust/rustc.nix')
-rw-r--r--pkgs/development/compilers/rust/rustc.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index b7808ab6ec0f..d3647971357f 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -78,8 +78,9 @@ stdenv.mkDerivation {
     #[ -f src/liballoc_jemalloc/lib.rs ] && sed -i 's,je_,,g' src/liballoc_jemalloc/lib.rs
     #[ -f src/liballoc/heap.rs ] && sed -i 's,je_,,g' src/liballoc/heap.rs # Remove for 1.4.0+
 
-    # Disable fragile linker-output-non-utf8 test
+    # Disable fragile tests.
     rm -vr src/test/run-make/linker-output-non-utf8 || true
+    rm -vr src/test/run-make/issue-26092.rs || true
 
     # Remove test targeted at LLVM 3.9 - https://github.com/rust-lang/rust/issues/36835
     rm -vr src/test/run-pass/issue-36023.rs || true