Searched refs:testing_test_fail (Results 1 – 2 of 2) sorted by relevance
690 #define TEST_FAIL() testing_test_fail(NULL, false)691 #define TEST_FAIL_TAG(tag) testing_test_fail(tag, false)692 int testing_test_fail(const char *tag, bool is_alloc);
555 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function727 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function738 if (testing_test_fail(NULL, true)) in os_malloc()