Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtc_util.h24 #ifndef PRINT_DATA
25 #define PRINT_DATA(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
50 #define TC_PRINT_RUNID PRINT_DATA("RunID: " TC_STR(TC_RUNID) "\n")
57 PRINT_DATA( \
119 PRINT_DATA(FMT_ERROR, "FAIL", __func__, __LINE__); \
120 PRINT_DATA(fmt, ##__VA_ARGS__); \
131 #define TC_PRINT(fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__)
138 #define TC_SUMMARY_PRINT(fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__)
143 #define TC_START_PRINT(name) PRINT_DATA("START - %s\n", name);
157 #define TC_END(result, fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__)
[all …]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_mock.c36 PRINT_DATA("Failed to allocate mock parameter\n"); in alloc_parameter()
207 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_check_expected_value()
218 PRINT_DATA("%s:%s received wrong value: Got %lu, expected %lu\n", fn, name, in z_ztest_check_expected_value()
236 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_check_expected_data()
249 PRINT_DATA("%s:%s received data while expected null pointer\n", fn, name); in z_ztest_check_expected_data()
252 PRINT_DATA("%s:%s received null pointer while expected data\n", fn, name); in z_ztest_check_expected_data()
256 PRINT_DATA("%s:%s data provided don't match\n", fn, name); in z_ztest_check_expected_data()
273 PRINT_DATA("%s:%s received null pointer\n", fn, name); in z_ztest_copy_return_data()
280 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_copy_return_data()
301 PRINT_DATA("Failed to find return value for function %s\n", fn); in z_ztest_get_return_value()
[all …]
Dztest.c103 PRINT_DATA("Test %s failed: Unused mock parameter values\n", test->name); in cleanup_test()
106 PRINT_DATA("Test %s failed: Unused mock return values\n", test->name); in cleanup_test()
425 PRINT_DATA(" at %s function\n", get_friendly_phase_name(cur_phase)); in ztest_test_fail()
429 PRINT_DATA(" at %s function\n", get_friendly_phase_name(cur_phase)); in ztest_test_fail()
434 PRINT_DATA(" ERROR: cannot fail in test phase '%s()', bailing\n", in ztest_test_fail()
446 PRINT_DATA(" ERROR: cannot pass in test phase '%s()', bailing\n", in ztest_test_pass()
460 PRINT_DATA(" ERROR: cannot skip in test phase '%s()', bailing\n", in ztest_test_skip()
473 PRINT_DATA(" at %s function\n", get_friendly_phase_name(cur_phase)); in ztest_test_expect_fail()
477 PRINT_DATA(" at %s function\n", get_friendly_phase_name(cur_phase)); in ztest_test_expect_fail()
482 PRINT_DATA(" ERROR: cannot fail in test phase '%s()', bailing\n", in ztest_test_expect_fail()
[all …]
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h38 PRINT_DATA("\n Assertion failed at %s:%d\n", ztest_relative_filename(file), in z_zassert_()
52 PRINT_DATA("\n Assumption failed at %s:%d\n", ztest_relative_filename(file), in z_zassume_()
66 PRINT_DATA("\n Expectation failed at %s:%d\n", ztest_relative_filename(file), in z_zexpect_()
86 PRINT_DATA("\n Assertion failed at %s:%d: %s: %s\n", in z_zassert()
96 PRINT_DATA("\n Assertion succeeded at %s:%d (%s)\n", in z_zassert()
110 PRINT_DATA("\n Assumption failed at %s:%d: %s: %s\n", in z_zassume()
120 PRINT_DATA("\n Assumption succeeded at %s:%d (%s)\n", in z_zassume()
134 PRINT_DATA("\n Expectation failed at %s:%d: %s: %s\n", in z_zexpect()
144 PRINT_DATA("\n Expectation succeeded at %s:%d (%s)\n", in z_zexpect()
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dload_store.c200 PRINT_DATA("Load and store OK after %u (high) " in load_store_high()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dload_store.c296 PRINT_DATA("Load and store OK after %u (high) " in load_store_high()