From ff37f08aa8807b683fa5dfcf52059286601de334 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 4 Jun 2018 22:08:41 +0200 Subject: rustc: re-enable tests on darwin - disable doctest for stdsimd - disable previous and some extra extra tcp tests --- pkgs/development/compilers/rust/rustc.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pkgs/development/compilers/rust/rustc.nix') diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index 72d0ee70782a..d3dcc8e2f6c9 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -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: -- cgit 1.4.1