Home
last modified time | relevance | path

Searched refs:exception_not_expected (Results 1 – 12 of 12) sorted by relevance

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test_no_limit_cross.c29 .exception_not_expected = TRUE,
H A Ddiag_threshold_test_simple.c26 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_enable_disable_threshold.c28 .exception_not_expected = TRUE,
H A Ddiag_threshold_test_large_limit.c28 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_no_retrigger.c26 .exception_not_expected = TRUE,
H A Ddiag_threshold_test_double_limit.c17 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_with_high_watermark.c17 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_with_low_watermark.c17 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_watermark_and_threshold_same.c19 .exception_not_expected = FALSE,
H A Ddiag_threshold_test_limit_and_threshold_same.c19 .exception_not_expected = FALSE,
H A Ddiag_threshold_test.h53 …bool exception_not_expected; /** When true, the te… member
H A Ddiag_threshold_test.c154 } else if (test->exception_not_expected == TRUE && wait_result == FALSE) { in execute_one_test()