Searched refs:got (Results 1 – 6 of 6) sorted by relevance
| /tests/bsim/bluetooth/mesh/src/ |
| A D | mesh_test.h | 107 #define ASSERT_EQUAL(expected, got) \ argument 109 if ((expected) != (got)) { \ 112 #expected " not equal to " #got ": %d != %d\n",\ 113 (expected), (got)); \ 117 #define ASSERT_IN_RANGE(got, min, max) \ argument 119 if (!IN_RANGE(got, min, max)) { \ 121 bs_trace_error_time_line(#got " not in range %d <-> %d, " #got " = %d\n", \ 122 (min), (max), (got)); \
|
| A D | test_persistence.c | 342 const struct bt_mesh_cfg_cli_mod_pub *got) in check_mod_pub_params() argument 344 ASSERT_EQUAL(expected->addr, got->addr); in check_mod_pub_params() 345 ASSERT_EQUAL(expected->app_idx, got->app_idx); in check_mod_pub_params() 346 ASSERT_EQUAL(expected->cred_flag, got->cred_flag); in check_mod_pub_params() 347 ASSERT_EQUAL(expected->ttl, got->ttl); in check_mod_pub_params() 348 ASSERT_EQUAL(expected->period, got->period); in check_mod_pub_params() 349 ASSERT_EQUAL(expected->transmit, got->transmit); in check_mod_pub_params()
|
| /tests/kernel/context/ |
| A D | README.txt | 101 got thread (q order: 2, t/o: 500) as expected 103 got thread (q order: 3, t/o: 750) as expected 105 got thread (q order: 0, t/o: 1000) as expected 107 got thread (q order: 6, t/o: 1250) as expected 109 got thread (q order: 1, t/o: 1500) as expected 111 got thread (q order: 4, t/o: 1750) as expected 113 got thread (q order: 5, t/o: 2000) as expected 117 got (q order: 3, t/o: 750, t/o order 1) as expected 119 got (q order: 0, t/o: 1000, t/o order 2) as expected 123 got (q order: 4, t/o: 1750, t/o order 5) as expected
|
| /tests/kernel/workq/work/ |
| A D | testcase.yaml | 6 # the related CI checks got blocked, so exclude it.
|
| /tests/unit/cbprintf/ |
| A D | main.c | 283 const char *got; member 298 printf("in: %s\nat: %*c%s\n", ctx->got, in prf_failed() 299 (unsigned int)(cp - ctx->got), '>', ctx->expected); in prf_failed() 312 .got = buf, in prf_check()
|
| /tests/cmake/yaml/ |
| A D | CMakeLists.txt | 544 "Empty value expected, but got: ${readback}"
|
Completed in 13 milliseconds