Home
last modified time | relevance | path

Searched refs:expected_ret (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dtest-fdt.c409 int expected_ret; in check_devices() local
413 expected_ret = (mask & 1) ? -ENOENT : 0; in check_devices()
415 ut_asserteq(expected_ret, in check_devices()
419 expected_ret = (mask & 1) ? -ENOENT - (i + 1) : 0; in check_devices()
421 ut_asserteq(expected_ret, uclass_next_device_check(&dev)); in check_devices()
/openbmc/qemu/tests/qemu-iotests/
H A D257241 expected_ret = 0 if expected_match else 1
250 "OK!" if sub.returncode == expected_ret else "ERROR!"),