From 1fa2b9980fabff3227d5e5915d1180a0f6922d37 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 21 Mar 2013 03:55:25 -0700 Subject: [PATCH] test: XFAIL test issue-4120 due to Valgrind complaints. --- src/test/run-pass/issue-4120.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/run-pass/issue-4120.rs b/src/test/run-pass/issue-4120.rs index 16946f32e311..82bd48c4aa08 100644 --- a/src/test/run-pass/issue-4120.rs +++ b/src/test/run-pass/issue-4120.rs @@ -1,3 +1,7 @@ +// xfail-test + +// XFAIL'd due to Valgrind complaining about TLS loss. + // Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT.