rustc: re-enable tests on darwin

- disable doctest for stdsimd
- disable previous and some extra extra tcp tests
This commit is contained in:
Daiderd Jordan
2018-06-05 07:43:36 +02:00
parent fd95f532e0
commit ff37f08aa8
4 changed files with 126 additions and 6 deletions
+1 -5
View File
@@ -10,11 +10,7 @@
, targets
, targetPatches
, targetToolchains
# Tests frequently break on Darwin
# See the rust issue: https://github.com/rust-lang/rust/issues/51006
, doCheck ? (!stdenv.isDarwin)
, doCheck ? true
, broken ? false
, buildPlatform, hostPlatform
} @ args: