Searched refs:munit_errorf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 197 #define munit_errorf(format, ...) \ macro 200 #define munit_error(msg) munit_errorf("%s", msg) 231 munit_errorf("assertion failed: %s %s %s (" prefix "%" fmt suffix \ 302 munit_errorf("assertion failed: %s == %s (%0." #precision \ 317 munit_errorf("assertion failed: string %s == %s (\"%s\" == \"%s\")", #a, \ 328 munit_errorf("assertion failed: string %s != %s (\"%s\" == \"%s\")", #a, \ 346 munit_errorf("assertion failed: memory %s == %s, at offset " \ 367 munit_errorf("assertion failed: memory %s == %s", #a, #b); \ 379 munit_errorf("assertion failed: memory %s != %s (%zu bytes)", #a, #b, \
|
| H A D | test_zap.c | 122 munit_errorf("mock_zap_create_params: invalid type '%s'", type); in mock_zap_create_params() 143 munit_errorf("mock_zap_is_params: invalid type '%s'", type); in mock_zap_is_params()
|