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

tools: expose skip output to test runner #2130

Closed

Commits on Jul 8, 2015

  1. tools: expose skip output to test runner

    In the TAP protocol, skips are flagged as ok. Expose more
    information so we can understand if the test was skipped or not.
    jbergstroem committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    ea2fa68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b673537 View commit details
    Browse the repository at this point in the history
  3. fix: avoid calling strip

    `re` only matches on the first line unless told to do multiline.
    jbergstroem committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    de4e4d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3014572 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d6b0b5 View commit details
    Browse the repository at this point in the history
  6. fix: switch to re.search

    jbergstroem committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    9cd5da6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2015

  1. Configuration menu
    Copy the full SHA
    3749544 View commit details
    Browse the repository at this point in the history