Searched refs:zexpect_not_equal (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-4.2.1/tests/posix/multi_process/src/ |
| D | times.c | 43 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/ |
| D | main.c | 22 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/ |
| D | putenv.c | 43 zexpect_not_equal(0, errno, "putenv(%s) did not set errno", s); in ZTEST()
|
| /Zephyr-4.2.1/tests/drivers/video/api/src/ |
| D | video_emul.c | 73 zexpect_not_equal(fmt.pixelformat, 0x00000000, "should not store wrong formats"); in ZTEST()
|
| /Zephyr-4.2.1/subsys/testsuite/ztest/include/zephyr/ |
| D | ztest_assert.h | 671 #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/ |
| D | main.c | 141 zexpect_not_equal(tspec->expect_valid || tspec->correctable, overflow, in ZTEST()
|