Home
last modified time | relevance | path

Searched refs:did_pass (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test_with_high_watermark.c42 test_case->did_pass = FALSE; in diag_threshold_test_with_high_watermark()
52 test_case->did_pass = FALSE; in diag_threshold_test_with_high_watermark()
57 test_case->did_pass = TRUE; in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_with_low_watermark.c42 test_case->did_pass = FALSE; in diag_threshold_test_with_low_watermark()
52 test_case->did_pass = FALSE; in diag_threshold_test_with_low_watermark()
57 test_case->did_pass = TRUE; in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test.c134 test->did_pass = TRUE; in execute_one_test()
153 test->did_pass = TRUE; in execute_one_test()
156 test->did_pass = TRUE; in execute_one_test()
158 test->did_pass = FALSE; in execute_one_test()
163 T_EXPECT_TRUE(test->did_pass, "Test result"); in execute_one_test()
170 if (info.test->did_pass) { in execute_one_test()
H A Ddiag_threshold_test_no_retrigger.c37 test_case->did_pass = FALSE; in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_double_limit.c35 test_case->did_pass = FALSE; in double_limit_test_execution()
H A Ddiag_threshold_test_watermark_and_threshold_same.c91 test_case->did_pass = TRUE; in diag_threshold_test_watermark_and_threshold_same()
H A Ddiag_threshold_test_limit_and_threshold_same.c94 test_case->did_pass = TRUE; in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test.h51 …bool did_pass; /** When true, the te… member