From 424ae442c546301d11cbd822e5ce759ab019d217 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Tue, 10 Jul 2012 23:38:39 -0700 Subject: [PATCH] xfailing pipe-select on Windows, because it also uses fail. --- src/test/run-pass/pipe-select.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/pipe-select.rs b/src/test/run-pass/pipe-select.rs index 7142da80848..539b34f2841 100644 --- a/src/test/run-pass/pipe-select.rs +++ b/src/test/run-pass/pipe-select.rs @@ -1,4 +1,5 @@ // xfail-pretty +// xfail-win32 use std; import std::timer::sleep;