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

Abort when assertions failed is greater than or equal to config value #1392

Merged
merged 1 commit into from
Sep 22, 2018
Merged

Abort when assertions failed is greater than or equal to config value #1392

merged 1 commit into from
Sep 22, 2018

Conversation

michaelcowan
Copy link
Contributor

Description

Changes the aborting() comparison to also handle when m_totals.assertions.failed is greater than m_config->abortAfter().

It is possible for this to occur under incorrect (but valid) use of assertions such as REQUIRED.

GitHub Issues

Fixes issue #1391

@codecov
Copy link

codecov bot commented Sep 22, 2018

Codecov Report

Merging #1392 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1392   +/-   ##
=======================================
  Coverage   80.08%   80.08%           
=======================================
  Files         119      119           
  Lines        3389     3389           
=======================================
  Hits         2714     2714           
  Misses        675      675

@horenmar horenmar merged commit de06340 into catchorg:master Sep 22, 2018
@horenmar
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants