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

CI: replace compiletest-rs with trybuild #268

Merged
merged 3 commits into from
Nov 13, 2019
Merged

CI: replace compiletest-rs with trybuild #268

merged 3 commits into from
Nov 13, 2019

Commits on Nov 7, 2019

  1. CI: replace compiletest-rs with trybuild

    We use compiletest to run compile-fail tests but compiletest depends on compiler
    internals so it breaks every now and then and requires nightly. With trybuild we
    can also run compile-fail tests but it works on stable and it already has
    reached version 1.0
    japaric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    31b392f View commit details
    Browse the repository at this point in the history
  2. run cfail tests only when rustc --version == $MSRV

    this version is more or less fixed so new releases of Rust (stable or nightly
    channel) are unlikely to break to build due to changes in diagnostic messages
    japaric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    da9c6a7 View commit details
    Browse the repository at this point in the history
  3. fix bash comparison

    japaric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e9a8394 View commit details
    Browse the repository at this point in the history