Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_memsw_limit_in_bytes_test.sh61 EXPECT_FAIL echo -1 \> memory.memsw.limit_in_bytes
72 EXPECT_FAIL echo 1.0 \> memory.memsw.limit_in_bytes
80 EXPECT_FAIL echo 1xx \> memory.memsw.limit_in_bytes
88 EXPECT_FAIL echo xx \> memory.memsw.limit_in_bytes
Dmemcg_limit_in_bytes.sh93 EXPECT_FAIL echo -1 \> memory.limit_in_bytes
101 EXPECT_FAIL echo 1.0 \> memory.limit_in_bytes
106 EXPECT_FAIL echo 1xx \> memory.limit_in_bytes
111 EXPECT_FAIL echo xx \> memory.limit_in_bytes
Dmemcg_use_hierarchy_test.sh38 EXPECT_FAIL echo 1 \> memory.use_hierarchy
51 EXPECT_FAIL echo 0 \> subgroup/memory.use_hierarchy
Dmemcg_force_empty.sh54 EXPECT_FAIL echo 1 \> /dev/memcg/memory.force_empty
/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c70 #define EXPECT_FAIL 1 macro
149 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test()
150 alloc_and_check(commit_limit + total_batch_size, EXPECT_FAIL); in overcommit_memory_test()
159 alloc_and_check(sum_total * 2, EXPECT_FAIL); in overcommit_memory_test()
199 case EXPECT_FAIL: in alloc_and_check()
/third_party/ltp/testcases/commands/ld/
Dld01.sh28 EXPECT_FAIL $LD x.o y.o 2\> ld.out
40 EXPECT_FAIL $CC x.o y.o 2\> cc.out
64 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
70 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_breakns.sh46 EXPECT_FAIL $NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP1/$NETMASK dev veth1
49 EXPECT_FAIL $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK
Dnetns_sysfs.sh57 EXPECT_FAIL ns_exec $NS_HANDLE $NS_TYPE test -e /sys/class/net/$DUMMYDEV_HOST
58 EXPECT_FAIL test -e /sys/class/net/$DUMMYDEV
/third_party/ltp/testcases/commands/mkdir/
Dmkdir_tests.sh22 EXPECT_FAIL mkdir "dir" 2\> mkdir.out
34 EXPECT_FAIL mkdir "$LONG_PATH" 2\> mkdir.out
/third_party/ltp/testcases/network/tcp_cmds/tc/
Dtc01.sh38 EXPECT_FAIL tc qdisc add dev teql0 root teql0
/third_party/ltp/testcases/kernel/fs/fs_bind/move/
Dfs_bind_move17.sh20 EXPECT_FAIL mount --move parent1/child1 parent2/child2
Dfs_bind_move13.sh22 EXPECT_FAIL mount --move dir parent2/child2
Dfs_bind_move12.sh24 EXPECT_FAIL mount --bind parent2 share2 2> /dev/null
/third_party/ltp/lib/newlib_tests/shell/
Dtst_check_driver.sh48 EXPECT_FAIL tst_check_drivers not-existing-kernel-module
/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
Dfs_bind_rbind14.sh24 EXPECT_FAIL mount --rbind parent1/child1 parent2/child2
Dfs_bind_rbind16.sh25 EXPECT_FAIL mount --rbind parent1/child1 parent2/child2
Dfs_bind_rbind13.sh26 EXPECT_FAIL mount --rbind parent1/child1 parent2/child2
Dfs_bind_rbind15.sh31 EXPECT_FAIL mount --rbind parent1/child1 parent2/child2
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/
Dfs_bind14.sh24 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
Dfs_bind16.sh25 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
Dfs_bind13.sh26 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
Dfs_bind15.sh30 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_measurements.sh93 EXPECT_FAIL "grep $file $ASCII_MEASUREMENTS"
/third_party/ltp/testcases/lib/
Dtest.sh295 EXPECT_FAIL() function
/third_party/ltp/doc/
Dshell-test-api.txt574 EXPECT_PASS{,_BRK} and EXPECT_FAIL{,_BRK}
580 EXPECT_FAIL command arg1 arg2 ... [ \> file ]
584 and 'tst_res TFAIL' otherwise. 'EXPECT_FAIL' does vice versa.
587 to that, 'EXPECT_FAIL' always redirects the command's stderr to '/dev/null'.

12