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

Function IGNORE_TEST

tests/CppUTest/SimpleStringTest.cpp:868–870  ·  view source on GitHub ↗

* This test case cannot pass on 32 bit systems. */

Source from the content-addressed store, hash-verified

866 * This test case cannot pass on 32 bit systems.
867 */
868IGNORE_TEST(SimpleString, _64BitAddressPrintsCorrectly)
869{
870}
871
872TEST(SimpleString, BracketsFormattedHexStringFromForLongOnDifferentPlatform)
873{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected