Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiletest: Don't limit all suites on Android #38647

Merged
merged 1 commit into from
Dec 30, 2016

Commits on Dec 28, 2016

  1. 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.
    alexcrichton committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    f26e52e View commit details
    Browse the repository at this point in the history