Home
last modified time | relevance | path

Searched refs:run_count (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/ztest/base/src/
Dmain.c105 int run_count; member
118 if (fixture->run_count == 0) { in rule_before_each()
143 rule_tests_fixture.run_count = 0; in rule_test_setup()
157 zassert_equal(fixture->run_count, CONFIG_ZTEST_TEST_REPEAT_COUNT); in rule_test_teardown()
170 fixture->run_count++; in ZTEST_F()
/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c20 static volatile int run_count; variable
221 if (run_count++ == 0) { in resubmit_handler()
235 run_count = 0; in ZTEST()
241 zassert_equal(run_count, 2, "Wrong run count: %d\n", run_count); in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c858 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
879 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
929 test->stats->run_count = 0; in __ztest_init_unit_test_result_for_suite()
967 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
969 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
1011 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
1013 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
1026 test->stats->run_count - test->stats->pass_count, in __ztest_show_suite_summary_verbose()
1027 test->stats->run_count, test->stats->duration_worst_ms / 1000, in __ztest_show_suite_summary_verbose()
1079 stats->run_count++; in __ztest_run_test_suite()
[all …]
Dztest_shell.c126 suite->stats->run_count++; in z_ztest_should_suite_run()
Dztest_posix.c216 suite->stats->run_count++; in z_ztest_should_suite_run()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h129 uint32_t run_count; member
138 uint32_t run_count; member
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c279 static void test_rtio_simple_mempool_(struct rtio *r, int run_count) in test_rtio_simple_mempool_() argument
286 mempool_data[i] = i + run_count; in test_rtio_simple_mempool_()