Skip to content

Enable 'CatchSystemErrors' only during debug sessions#103

Open
netspiri wants to merge 1 commit intomicrosoft:dev15from
netspiri:fix/catch-system-errors
Open

Enable 'CatchSystemErrors' only during debug sessions#103
netspiri wants to merge 1 commit intomicrosoft:dev15from
netspiri:fix/catch-system-errors

Conversation

@netspiri
Copy link
Copy Markdown

Avoid enabling --catch_system_errors in test 'run' sessions to avoid breaking up test execution in cases of assertions.

In the case of 'debug' sessions, this option is used to improve debugging.

@netspiri netspiri force-pushed the fix/catch-system-errors branch from 0e24b77 to 82145ba Compare October 22, 2018 11:36
…ged or running

- Change default configuration value of 'CatchSystemErrors'
-- Default value of '--catch_system_errors' changed from 'yes' to 'no' from Boost 1.59 to Boost 1.60
-- Necessary to `#define BOOST_TEST_DEFAULTS_TO_CORE_DUMP` (http://www.boost.org/doc/libs/1_60_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/catch_system.html)
@netspiri netspiri force-pushed the fix/catch-system-errors branch from 82145ba to 338b3b5 Compare October 22, 2018 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants