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

Match messages with multispans and multiple messages on a line #42

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 3, 2016

  1. Add a count field to Error

    pczarn committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    ebc5587 View commit details
    Browse the repository at this point in the history
  2. Parse the expected message count

    For example '9' in `//~ ERROR*9 foo`
    pczarn committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    2bb7c08 View commit details
    Browse the repository at this point in the history
  3. Check errors using the expected message count.

    Duplicate actual errors are allowed by default. Errors with
    multispans are considered as duplicated for each sub-span.
    This is a [breaking-change] to compiletest's behavior.
    pczarn committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    a8acc43 View commit details
    Browse the repository at this point in the history
  4. Update a test

    pczarn committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    f27684b View commit details
    Browse the repository at this point in the history