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

Result box error tests #47601

Closed
wants to merge 5 commits into from
Closed

Result box error tests #47601

wants to merge 5 commits into from

Commits on Jan 17, 2018

  1. Enabled failure crate compatibility by changing Termination's error t…

    …rait bound from Error to Debug
    Brad Gibson committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    c7f6af5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    87236c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82bc025 View commit details
    Browse the repository at this point in the history
  3. created negative (Err()) test for termination_trait; modified compile…

    …test to support successful compile/non-panicking/non-zero exit code as a run-fail test scenario
    Brad Gibson committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    4230c51 View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary reporting of status variable

    Brad Gibson committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    65d5f09 View commit details
    Browse the repository at this point in the history