about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-07-01 21:23:36 -0700
committerBrian Anderson <banderson@mozilla.com>2013-07-01 21:23:36 -0700
commit451c94343f2c49cfcc790816fd8587bfdc7ecfb8 (patch)
tree5ddf608700effdf642ee254975e97dca6ccf495b
parent77b98247a26dcba11bd04f27ff8f5252ecd97df5 (diff)
downloadrust-451c94343f2c49cfcc790816fd8587bfdc7ecfb8.tar.gz
rust-451c94343f2c49cfcc790816fd8587bfdc7ecfb8.zip
Ignore all rusti tests harder. #7541
-rw-r--r--src/librusti/rusti.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librusti/rusti.rs b/src/librusti/rusti.rs
index 2cdcea203ca..f91d9932239 100644
--- a/src/librusti/rusti.rs
+++ b/src/librusti/rusti.rs
@@ -511,7 +511,8 @@ pub fn main() {
     }
 }
 
-#[cfg(test)]
+//#[cfg(test)]
+#[cfg(ignore)] // FIXME #7541 doesn't work under cross-compile
 mod tests {
     use std::io;
     use std::iterator::IteratorUtil;