Home
last modified time | relevance | path

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

/kernel/object/
A Dbuffer_chain_tests.cpp24 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in alloc_free_basic()
30 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in alloc_free_basic()
37 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in alloc_free_basic()
44 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in alloc_free_basic()
51 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in alloc_free_basic()
72 ASSERT_FALSE(bc->buffers()->is_empty(), ""); in copy_in_copy_out()
A Dmbuf_tests.cpp135 ASSERT_FALSE(chain.is_empty(), ""); in stream_write_too_much()
196 ASSERT_FALSE(chain.is_empty(), ""); in datagram_read_buffer_too_small()
204 ASSERT_FALSE(chain.is_empty(), ""); in datagram_read_buffer_too_small()
308 ASSERT_FALSE(chain.is_empty(), ""); in datagram_write_too_much()
/kernel/tests/
A Dtimer_tests.cpp310 ASSERT_FALSE(atomic_load(&arg.timer_fired), ""); in cancel_before_deadline()
322 ASSERT_FALSE(timer_cancel(&t), ""); in cancel_after_fired()
341 ASSERT_FALSE(arg.result, ""); in cancel_from_callback()
342 ASSERT_FALSE(timer_cancel(&t), ""); in cancel_from_callback()
422 ASSERT_FALSE(timer_cancel(&t), ""); in trylock_or_cancel_canceled()
470 ASSERT_FALSE(timer_cancel(&t), ""); in trylock_or_cancel_get_lock()
/kernel/lib/unittest/include/lib/unittest/
A Dunittest.h252 #define ASSERT_FALSE(actual, msg) UTCHECK_FALSE(actual, msg, true) macro

Completed in 8 milliseconds