-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add broken test cases for spectests #431
Conversation
5045abf
to
b8c69ca
Compare
total.failed += res.failed; | ||
total.skipped += res.skipped; | ||
} | ||
catch (const std::exception& ex) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main
has the very same catch all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without it, it won't outuput TOTAL
summary string in case of unexpected exception, but perhaps it's not important.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if there's an exception we shouldn't try to recover, apart from displaying the exception.
b8c69ca
to
421637e
Compare
421637e
to
08843e0
Compare
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
==========================================
+ Coverage 99.19% 99.31% +0.12%
==========================================
Files 50 50
Lines 13938 13929 -9
==========================================
+ Hits 13826 13834 +8
+ Misses 112 95 -17 |
No description provided.