Home
last modified time | relevance | path

Searched refs:TST_PASS (Results 1 - 25 of 61) sorted by relevance

123

/third_party/ltp/lib/newlib_tests/
H A Dtest_macros04.c37 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
39 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
41 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
43 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
47 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
[all...]
H A Dtest_macros02.c32 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
34 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
36 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
38 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
42 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
[all...]
H A Dtest_macros01.c37 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
39 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
41 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
43 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
47 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
[all...]
H A Dtest_macros03.c32 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
34 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
36 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
40 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
42 tst_res(TINFO, "TST_PASS = %i from TST_EXP_PASS_SILENT(pass_fn, ...)", TST_PASS); in do_test()
[all...]
H A Dtest_macros06.c27 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
29 tst_res(TINFO, "TST_PASS = %i", TST_PASS); in do_test()
33 tst_res(TINFO, "TST_PASS = %i from TST_EXP_VAL_SILENT(fail_val, ...)", TST_PASS); in do_test()
35 tst_res(TINFO, "TST_PASS = %i from TST_EXP_VAL_SILENT(pass_val, ...)", TST_PASS); in do_test()
/third_party/ltp/include/
H A Dtst_test_macros.h26 extern int TST_PASS;
58 TST_PASS = 0; \
72 TST_PASS = 1; \
86 if (TST_PASS) { \
100 if (TST_PASS) \
123 if (TST_PASS) \
134 TST_PASS = 0; \
142 TST_PASS = 1; \
152 if (TST_PASS) \
161 TST_PASS
[all...]
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl02.h56 if (!TST_PASS) in check_qoff()
73 if (!TST_PASS) in check_qon()
92 if (!TST_PASS) in check_qoffv()
111 if (!TST_PASS) in check_qonv()
130 if (!TST_PASS) in check_qlim()
H A Dquotactl06.c143 if (!TST_PASS) in verify_quotactl()
167 if (!TST_PASS) in verify_quotactl()
H A Dquotactl09.c99 if (!TST_PASS) in verify_quotactl()
135 if (!TST_PASS) in verify_quotactl()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl09.c26 if (!TST_PASS) in do_test()
34 if (!TST_PASS) in do_test()
39 if (!TST_PASS) in do_test()
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H A Dmount_setattr01.c87 if (!TST_PASS) in run()
94 if (!TST_PASS) in run()
98 if (!TST_PASS) in run()
104 if (!TST_PASS) in run()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir09.c43 if (!TST_PASS) in test1()
63 if (!TST_PASS) in test2()
83 if (!TST_PASS) in test3()
89 if (!TST_PASS) in test3()
/third_party/ltp/testcases/lib/
H A Dtst_test.sh10 export TST_PASS=0
78 if [ $TST_CONF -gt 0 -a $TST_PASS -eq 0 ]; then
89 passed $TST_PASS
102 TPASS) TST_PASS=$((TST_PASS+1));;
491 echo "$TST_PASS$TST_FAIL$TST_CONF"
/third_party/ltp/testcases/kernel/syscalls/geteuid/
H A Dgeteuid02.c23 if (!TST_PASS) in verify_geteuid()
/third_party/ltp/testcases/kernel/syscalls/getuid/
H A Dgetuid03.c22 if (!TST_PASS) in verify_getuid()
/third_party/ltp/testcases/kernel/syscalls/epoll_create/
H A Depoll_create01.c29 if (!TST_PASS) in run()
/third_party/ltp/testcases/kernel/syscalls/uname/
H A Duname01.c23 if (!TST_PASS) in verify_uname()
/third_party/ltp/testcases/kernel/syscalls/chroot/
H A Dchroot02.c31 if (!TST_PASS) in verify_chroot()
/third_party/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module01.c36 if (!TST_PASS) in run()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone06.c48 if (!TST_PASS) in verify_clone()
H A Dclone07.c36 if (!TST_PASS) in verify_clone()
H A Dclone05.c45 if (!TST_PASS) in verify_clone()
/third_party/ltp/testcases/kernel/syscalls/init_module/
H A Dinit_module01.c40 if (!TST_PASS) in run()
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink02.c28 if (!TST_PASS) in verify_link()
/third_party/ltp/testcases/kernel/syscalls/wait/
H A Dwait02.c31 if (!TST_PASS) in verify_wait()

Completed in 7 milliseconds

123