MCPcopy Create free account
hub / github.com/cpputest/cpputest / IGNORE_TEST

Function IGNORE_TEST

tests/CppUTest/MemoryLeakWarningTest.cpp:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474#ifdef __clang__
475
476IGNORE_TEST(MemoryLeakWarningThreadSafe, turnOnThreadSafeNewDeleteOverloads)
477{
478 /* Clang misbehaves with -O2 - it will not overload operator new or
479 * operator new[] no matter what. Therefore, this test is must be ignored.
480 */
481}
482
483#else
484

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected