You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
All tests passed for Debug build type, but failed at "DeathNoAllocNewHook" for Release build type.
It seems that NewHook not called when testing new int;
$ ./loggint_unittest
[==========] Running 14 tests from 12 test suites.
[----------] Global test environment set-up.
[----------] 1 test from DeathNoAllocNewHook
[ RUN ] DeathNoAllocNewHook.logging
Function didn't die (unexpected new): { new int; }