Home
last modified time | relevance | path

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

/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/kernel/mem/tunable/
Dovercommit_memory.c88 #define EXPECT_FAIL 1 macro
198 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test()
199 alloc_and_check(commit_limit, EXPECT_FAIL); in overcommit_memory_test()
209 alloc_and_check(free_total * 2, EXPECT_FAIL); in overcommit_memory_test()
210 alloc_and_check(sum_total, EXPECT_FAIL); in overcommit_memory_test()
250 case EXPECT_FAIL: in alloc_and_check()
/external/ltp/testcases/commands/ld/
Dld0145 EXPECT_FAIL $LD x.o y.o 2\> ld.out
57 EXPECT_FAIL $CC x.o y.o 2\> cc.out
81 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
87 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.sh40 EXPECT_FAIL mkdir "dir" 2\> mkdir.out
52 EXPECT_FAIL mkdir "$LONG_PATH" 2\> mkdir.out
/external/ltp/testcases/lib/
Dtest.sh280 EXPECT_FAIL() function
Dtst_test.sh143 EXPECT_FAIL() function
/external/ltp/doc/
Dtest-writing-guidelines.txt1686 EXPECT_PASS and EXPECT_FAIL
1692 EXPECT_FAIL command arg1 arg2 ... [ \> file ]
1696 and 'tst_resm TFAIL' otherwise. 'EXPECT_FAIL' does vice versa.
1699 to that, 'EXPECT_FAIL' always redirects the command's stderr to '/dev/null'.