Home
last modified time | relevance | path

Searched refs:EXPECT_FAIL (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c76 #define EXPECT_FAIL 1 macro
156 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test()
157 alloc_and_check(commit_limit, EXPECT_FAIL); in overcommit_memory_test()
167 alloc_and_check(free_total * 2, EXPECT_FAIL); in overcommit_memory_test()
168 alloc_and_check(sum_total, EXPECT_FAIL); in overcommit_memory_test()
208 case EXPECT_FAIL: in alloc_and_check()
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_limit_in_bytes.sh102 EXPECT_FAIL echo -1 \> memory.limit_in_bytes
110 EXPECT_FAIL echo 1.0 \> memory.limit_in_bytes
115 EXPECT_FAIL echo 1xx \> memory.limit_in_bytes
120 EXPECT_FAIL echo xx \> memory.limit_in_bytes
Dmemcg_memsw_limit_in_bytes_test.sh84 EXPECT_FAIL echo -1 \> memory.memsw.limit_in_bytes
98 EXPECT_FAIL echo 1.0 \> memory.memsw.limit_in_bytes
109 EXPECT_FAIL echo 1xx \> memory.memsw.limit_in_bytes
120 EXPECT_FAIL echo xx \> memory.memsw.limit_in_bytes
Dmemcg_use_hierarchy_test.sh52 EXPECT_FAIL echo 1 \> memory.use_hierarchy
62 EXPECT_FAIL echo 0 \> subgroup/memory.use_hierarchy
Dmemcg_force_empty.sh73 EXPECT_FAIL echo 1 \> /dev/memcg/memory.force_empty
/external/ltp/testcases/commands/ld/
Dld0144 EXPECT_FAIL $LD x.o y.o 2\> ld.out
56 EXPECT_FAIL $CC x.o y.o 2\> cc.out
80 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
86 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out
/external/ltp/testcases/commands/mkdir/
Dmkdir_tests.sh39 EXPECT_FAIL mkdir "dir" 2\> mkdir.out
51 EXPECT_FAIL mkdir "$LONG_PATH" 2\> mkdir.out
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_measurements.sh219 EXPECT_FAIL "grep $file $ASCII_MEASUREMENTS"
/external/ltp/testcases/lib/
Dtest.sh285 EXPECT_FAIL() function
Dtst_test.sh163 EXPECT_FAIL() function
/external/ltp/doc/
Dtest-writing-guidelines.txt2021 EXPECT_PASS and EXPECT_FAIL
2027 EXPECT_FAIL command arg1 arg2 ... [ \> file ]
2031 and 'tst_resm TFAIL' otherwise. 'EXPECT_FAIL' does vice versa.
2034 to that, 'EXPECT_FAIL' always redirects the command's stderr to '/dev/null'.