rust/src/tools/compiletest
Alex Crichton f26e52efa5 compiletest: Don't limit all suites on Android
On Android we only have one test thread for supposed problems with concurrency
and the remote debugger. Not all of our suites require one concurrency, however,
and suites like compile-fail or pretty can be much faster if they're
parallelized on Travis.

This commit only sets the test threads to one on Android for suites which
actually run code, and other suites aren't tampered with.
2016-12-27 23:29:33 -08:00
..
src compiletest: Don't limit all suites on Android 2016-12-27 23:29:33 -08:00
build.rs rustbuild: Add support for compiletest test suites 2016-04-18 16:30:01 -07:00
Cargo.toml mk: Fix compile with makefiles 2016-12-20 18:51:54 -08:00