Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/posix/multi_process/src/
Dtimes.c43 zexpect_not_equal(rtime[0], -1); in ZTEST()
44 zexpect_not_equal(rtime[1], -1); in ZTEST()
/Zephyr-4.2.1/tests/ztest/zexpect/src/
Dmain.c22 zexpect_not_equal(val, 5); in ZTEST()
114 zexpect_not_equal(5, 1); in ZTEST()
120 zexpect_not_equal(5, 5); in ZTEST()
/Zephyr-4.2.1/tests/posix/xsi_single_process/src/
Dputenv.c43 zexpect_not_equal(0, errno, "putenv(%s) did not set errno", s); in ZTEST()
/Zephyr-4.2.1/tests/drivers/video/api/src/
Dvideo_emul.c73 zexpect_not_equal(fmt.pixelformat, 0x00000000, "should not store wrong formats"); in ZTEST()
/Zephyr-4.2.1/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h671 #define zexpect_not_equal(a, b, ...) zexpect((a) != (b), #a " equal to " #b, ##__VA_ARGS__) macro
/Zephyr-4.2.1/tests/lib/timespec_util/src/
Dmain.c141 zexpect_not_equal(tspec->expect_valid || tspec->correctable, overflow, in ZTEST()