Home
last modified time | relevance | path

Searched refs:expect_failure (Results 1 – 1 of 1) sorted by relevance

/malloc/
A Dtst-alloc_buffer.c67 bool expect_failure = refbuf_failed in test_empty_array() local
71 TEST_VERIFY ((ptr == NULL) == expect_failure); in test_empty_array()
72 TEST_VERIFY (alloc_buffer_has_failed (&buf) == expect_failure); in test_empty_array()
76 bool expect_failure = refbuf_failed in test_empty_array() local
80 TEST_VERIFY ((ptr == NULL) == expect_failure); in test_empty_array()
81 TEST_VERIFY (alloc_buffer_has_failed (&buf) == expect_failure); in test_empty_array()

Completed in 4 milliseconds