Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1181 KUNIT_EXPECT_GE_MSG(test, left, right, NULL)
1183 #define KUNIT_EXPECT_GE_MSG(test, left, right, fmt, ...) \ macro
/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c527 KUNIT_EXPECT_GE_MSG(test, drm_dp_decode_sideband_req(txmsg, out), 0, in drm_test_dp_mst_sideband_msg_req_decode()
/linux/drivers/iio/test/
H A Diio-test-rescale.c670 KUNIT_EXPECT_GE_MSG(test, rel_ppm, 0, "failed to compute ppm\n"); in iio_rescale_test_scale()