Thomas Gamper
Thomas Gamper
I did a hacky proof of concept for this, where I simply register a callback with `__sanitizer_set_death_callback`. The callback implementation itself does the same as the `FatalConditionHandler`, namely the following:...
I had a quick look at this, and immediately stumbled into two questions relevant for an implementation: - If I understand correctly, `--gtest_repeat` runs the set of selected tests n...
Would it be possible to go forward with this? Both zip reader and zip writer allow to retrieve the underlying zip handle, but in case of a shared library build...