HelenOS sources

PCUT_ASSERTION_FAILED 1118 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%08x != 0x%08x\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1129 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%08x != 0x%08x\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1140 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%016" PRIx64 " != 0x%016" PRIx64 "\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1153 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%08x != 0x%08x\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1164 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%016" PRIx64 " != 0x%016" PRIx64 "\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1179 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%08x != 0x%08x\n", i, f1, f2);
PCUT_ASSERTION_FAILED 1192 uspace/lib/math/test/rounding.c 			PCUT_ASSERTION_FAILED("case %d: 0x%016" PRIx64 " != 0x%016" PRIx64 "\n", i, f1, f2);
PCUT_ASSERTION_FAILED  114 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected true but got <%s>", \
PCUT_ASSERTION_FAILED  126 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected false but got <%s>", \
PCUT_ASSERTION_FAILED  140 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <"#expected "> but got <" #actual ">"); \
PCUT_ASSERTION_FAILED  152 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <" #pointer "> to be NULL, " \
PCUT_ASSERTION_FAILED  169 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Pointer <" pointer_name "> ought not to be NULL"); \
PCUT_ASSERTION_FAILED  191 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <%lld> but got <%lld> (%s != %s)", \
PCUT_ASSERTION_FAILED  207 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <%llu> but got <%llu> (%s != %s)", \
PCUT_ASSERTION_FAILED  223 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected '" #actual "' = '" #expected "' = <%p> but got '" #actual "' = <%p>", \
PCUT_ASSERTION_FAILED  241 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <%lf+-%lf> but got <%lf> (%s != %s)", \
PCUT_ASSERTION_FAILED  259 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <%s> but got <%s> (%s != %s)", \
PCUT_ASSERTION_FAILED  278 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected <%s> but got <%s> (%s != %s)", \
PCUT_ASSERTION_FAILED  304 uspace/lib/pcut/include/pcut/asserts.h 			PCUT_ASSERTION_FAILED("Expected error %d (%s, %s) but got error %d (%s)", \
HelenOS homepage, sources at GitHub