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

A more minimal approach to retrying failed examples #596

Closed
wants to merge 7 commits into from

Commits on Apr 6, 2012

  1. Failed-examples-only formatter using example names.

    Intended for use with -O; outputs "-e" followed by the full name of the
    failed example.
    antifun committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    cdb3a45 View commit details
    Browse the repository at this point in the history
  2. Use shell semantics when trying to split "command-line" options.

    A raw split causes carefully-escaped example names to get screwed up.
    It's also more consistent with the spirit of the external options files
    (equivalence with what you might provide on the command line).
    antifun committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    164fb29 View commit details
    Browse the repository at this point in the history
  3. Make the -e example name option additive.

    It will now run examples whose names match any of the provided regular
    expressions.
    antifun committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    0a6dc7e View commit details
    Browse the repository at this point in the history
  4. Feature for rerunning failed examples.

    Ties together the failure formatter, the additive -e, and use of the
    supplemental -O command-line options file.
    antifun committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    835f24d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2012

  1. Rework retry feature to more clearly demonstrate functionality.

    Split the feature to hopefully assuage dblock's concern about how
    multiple output/format specifications work.
    antifun committed May 9, 2012
    Configuration menu
    Copy the full SHA
    d0a6da6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2012

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