diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-03-21 03:55:25 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-03-21 03:55:25 -0700 |
| commit | 1fa2b9980fabff3227d5e5915d1180a0f6922d37 (patch) | |
| tree | 0ed0e030e9291f5e2f1c1fbd1301021417e672f8 | |
| parent | 3ac89737ca60913c6777ef8a000e6aefb9f183c9 (diff) | |
| download | rust-1fa2b9980fabff3227d5e5915d1180a0f6922d37.tar.gz rust-1fa2b9980fabff3227d5e5915d1180a0f6922d37.zip | |
test: XFAIL test issue-4120 due to Valgrind complaints.
| -rw-r--r-- | src/test/run-pass/issue-4120.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-4120.rs b/src/test/run-pass/issue-4120.rs index 16946f32e31..82bd48c4aa0 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. |
