about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-05-18 16:35:58 -0700
committerBrian Anderson <banderson@mozilla.com>2013-05-18 16:35:58 -0700
commit8daa5ec9eac7148674cd63e5281c56925a3bc7b7 (patch)
tree8cc478f0441a84d96f7f25de95ca3498b5303b6d
parent633af4c8abeeb8b7c65b1a504276da72e4f4234c (diff)
downloadrust-8daa5ec9eac7148674cd63e5281c56925a3bc7b7.tar.gz
rust-8daa5ec9eac7148674cd63e5281c56925a3bc7b7.zip
xfail-fast run-pass/core-rt-smoke
-rw-r--r--src/test/run-pass/core-rt-smoke.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/core-rt-smoke.rs b/src/test/run-pass/core-rt-smoke.rs
index fb08cda3b25..3a0b4b6d40d 100644
--- a/src/test/run-pass/core-rt-smoke.rs
+++ b/src/test/run-pass/core-rt-smoke.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-fast
+
 // A simple test of starting the runtime manually
 
 #[start]