From a82c8b3da2ce3d1ea288f58d20c07984ebaf930c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 11 Jan 2013 10:57:24 -0800 Subject: [PATCH] test: XFAIL issue_3882 due to strange Windows failure. rs=failure --- src/test/run-pass/issue_3882.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/issue_3882.rs b/src/test/run-pass/issue_3882.rs index 3f88772d864..b56884622da 100644 --- a/src/test/run-pass/issue_3882.rs +++ b/src/test/run-pass/issue_3882.rs @@ -1,3 +1,5 @@ +// xfail-test + // Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. -- GitLab