about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-07-02 11:15:56 -0700
committerBrian Anderson <banderson@mozilla.com>2013-07-02 11:15:56 -0700
commit6fd15ffbf9b121ecd727f7c6c1b886a0e643c656 (patch)
tree77433af31fc955cff5a6ad95b734fef965d06c16 /src/libstd
parent0e07c8d249f0a67c1afbeb1379b8a6993f6a26f0 (diff)
downloadrust-6fd15ffbf9b121ecd727f7c6c1b886a0e643c656.tar.gz
rust-6fd15ffbf9b121ecd727f7c6c1b886a0e643c656.zip
std::rt: Ignore homed task tests
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/rt/sched.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/rt/sched.rs b/src/libstd/rt/sched.rs
index 26956c49a62..7813579666a 100644
--- a/src/libstd/rt/sched.rs
+++ b/src/libstd/rt/sched.rs
@@ -1127,6 +1127,7 @@ mod test {
     // times.
 
     #[test]
+    #[ignore(reason = "iloopy")]
     fn test_stress_homed_tasks() {
         let n = stress_factor();
         for int::range(0,n as int) |_| {