diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-05-14 19:11:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-05-14 19:11:57 -0700 |
| commit | 2d35c01a280c8a96f35f0152a3d75bbf57798ff7 (patch) | |
| tree | 2c31dce97e28800b14dbe1e1b09ed245d1120275 | |
| parent | c30414f980eb3e8010640f6c83a5ef6f8e6ab047 (diff) | |
| download | rust-2d35c01a280c8a96f35f0152a3d75bbf57798ff7.tar.gz rust-2d35c01a280c8a96f35f0152a3d75bbf57798ff7.zip | |
rusti: Ignore tests. Failing on i686. #6489
| -rw-r--r-- | src/librusti/rusti.rc | 2 |
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 |
