Searched defs:EXPECT_FAIL (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/lib/
H A Dtst_test.sh145 EXPECT_FAIL() function
H A Dtest.sh284 EXPECT_FAIL() function
/external/ltp/testcases/kernel/mem/tunable/
H A Dovercommit_memory.c76 #define EXPECT_FAIL 1 macro
153 alloc_and_check(commit_left * 2, EXPECT_FAIL);
154 alloc_and_check(commit_limit, EXPECT_FAIL);
164 alloc_and_check(free_total * 2, EXPECT_FAIL);
165 alloc_and_check(sum_total, EXPECT_FAIL);
205 case EXPECT_FAIL:

Completed in 91 milliseconds