Searched refs:testing_test_fail (Results 1 – 2 of 2) sorted by relevance
688 #define TEST_FAIL() testing_test_fail(NULL, false)689 #define TEST_FAIL_TAG(tag) testing_test_fail(tag, false)692 int testing_test_fail(const char *tag, bool is_alloc);696 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
572 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function759 if (testing_test_fail(NULL, true)) in os_malloc()