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

test: Add a min-llvm-version directive #36198

Merged
merged 1 commit into from
Sep 3, 2016

Commits on Sep 1, 2016

  1. test: Add a min-llvm-version directive

    We've got tests which require a particular version of LLVM to run as they're
    testing bug fixes. Our build system, however, supports multiple LLVM versions,
    so we can't run these tests on all LLVM versions.
    
    This adds a new `min-llvm-version` directive for tests so they can opt out of
    being run on older versions of LLVM. This then namely applies that logic to the
    `issue-36023.rs` test case and...
    
    Closes rust-lang#36138
    alexcrichton committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    96283fc View commit details
    Browse the repository at this point in the history