Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information