about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-05-14 19:11:57 -0700
committerBrian Anderson <banderson@mozilla.com>2013-05-14 19:11:57 -0700
commit2d35c01a280c8a96f35f0152a3d75bbf57798ff7 (patch)
tree2c31dce97e28800b14dbe1e1b09ed245d1120275
parentc30414f980eb3e8010640f6c83a5ef6f8e6ab047 (diff)
downloadrust-2d35c01a280c8a96f35f0152a3d75bbf57798ff7.tar.gz
rust-2d35c01a280c8a96f35f0152a3d75bbf57798ff7.zip
rusti: Ignore tests. Failing on i686. #6489
-rw-r--r--src/librusti/rusti.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc
index 21cc8d60e49..4a03d31e5db 100644
--- a/src/librusti/rusti.rc
+++ b/src/librusti/rusti.rc
@@ -446,7 +446,7 @@ mod tests {
         }
     }
 
-    #[test]
+    #[test] #[ignore]
     fn run_all() {
         // By default, unit tests are run in parallel. Rusti, on the other hand,
         // does not enjoy doing this. I suspect that it is because the LLVM