Home
last modified time | relevance | path

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

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