Skip to content

Disable Exception Support in Testing #95

@threeal

Description

@threeal

This issue recommends to disable exception support in testing by adding the -fno-exceptions compile option to the test target. This change is recommended because apparently, sometimes the code coverage won't reach 100% test coverage because the testing didn't catch any exception. Since reproducing a case where the function will throw an exception is hard, it is better to just disable the exception instead.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions