diff --git a/src/test/bench/shootout-reverse-complement.rs b/src/test/bench/shootout-reverse-complement.rs index 161f23182d1..43167458e86 100644 --- a/src/test/bench/shootout-reverse-complement.rs +++ b/src/test/bench/shootout-reverse-complement.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-android doesn't terminate? + use std::iter::range_step; use std::io::{stdin, stdout, File}; diff --git a/src/test/run-pass/macro-crate.rs b/src/test/run-pass-fulldeps/macro-crate.rs similarity index 100% rename from src/test/run-pass/macro-crate.rs rename to src/test/run-pass-fulldeps/macro-crate.rs