Merge pull request #34862 from hamishmack/patch-2

rust: fix disabling of fragile test
This commit is contained in:
Daiderd Jordan 2018-02-13 00:15:09 +01:00 committed by GitHub
commit 9b080c35b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ stdenv.mkDerivation {
# Disable fragile tests.
rm -vr src/test/run-make/linker-output-non-utf8 || true
rm -vr src/test/run-make/issue-26092.rs || true
rm -vr src/test/run-make/issue-26092 || 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