Home
last modified time | relevance | path

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

/linux/drivers/input/tests/
H A Dinput_test.c34 KUNIT_FAIL_AND_ABORT(test, "Register device failed: %d", ret); in input_test_init()
/linux/kernel/
H A Dresource_kunit.c216 KUNIT_FAIL_AND_ABORT(test, "Fail to insert resource %pR\n", res); in resource_test_insert_resource()
/linux/drivers/net/mctp/
H A Dmctp-serial.c560 KUNIT_FAIL_AND_ABORT(test, "Ran out of chunks"); in test_next_chunk_len()
/linux/include/kunit/
H A Dtest.h1291 #define KUNIT_FAIL_AND_ABORT(test, fmt, ...) \ macro