HomeSort by relevance Sort by last modified time
    Searched refs:TWARN (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/include/
tst_res_flags.h 19 #define TWARN 4 /* Test warning flag */
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 134 tst_resm(TWARN, "test_setup() failed,"
153 tst_resm(TWARN | TERRNO,
161 tst_resm(TWARN, "child exitied with signal %d",
200 tst_resm(TWARN | TERRNO, "unlink(%s) failed", file_name);
211 tst_resm(TWARN | TERRNO, "getcwd() failed in test_setup()");
227 tst_resm(TWARN | TERRNO, "open() failed in test_setup()");
243 tst_resm(TWARN | TERRNO, "sigaction() failed in test_setup()");
324 tst_resm(TWARN | TERRNO, "close failed in test_FILES");
342 tst_resm(TWARN | TERRNO, "tst_get_tmpdir failed");
345 tst_resm(TWARN | TERRNO, "chdir failed in test_FS")
    [all...]
clone06.c 76 tst_resm(TWARN | TERRNO, "close(pfd[1]) failed");
85 tst_resm(TWARN | TERRNO, "close(pfd[0]) failed");
130 tst_resm(TWARN | TERRNO, "sprintf() failed");
133 tst_resm(TWARN | TERRNO, "write to pipe failed");
137 tst_resm(TWARN | TERRNO, "close(pfd[1]) failed");
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 147 tst_resm(TWARN | TERRNO,
165 tst_resm(TWARN | TERRNO,
172 tst_resm(TWARN | TERRNO, "mknod(2) failed to create %s",
183 tst_resm(TWARN | TERRNO, "opening %s failed", file);
203 tst_resm(TWARN | TERRNO,
212 tst_resm(TWARN | TERRNO, "writing to %s failed", file);
219 tst_resm(TWARN, "lseek() failed on %s, error="
228 tst_resm(TWARN, "Data read from %s and written "
237 tst_resm(TWARN | TERRNO, "read() Fails on %s", file);
247 tst_resm(TWARN | TTERRNO, "mount(2) failed to remount")
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/regression/
test01 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of regression/test01 failed" && tst_exit)
50 trap 'ERR=$? ; tst_resm TWARN "regression/test01: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
52 tst_resm TWARN "regression/test01: ${ERR_MSG}"
test02 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of regression/test02 failed" && tst_exit)
54 trap 'ERR=$? ; tst_resm TWARN "regression/test02: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
56 tst_resm TWARN "regression/test02: ${ERR_MSG}"
test03 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of regression/test03 failed" && tst_exit)
54 trap 'ERR=$? ; tst_resm TWARN "regression/test03: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
56 tst_resm TWARN "regression/test03: ${ERR_MSG}"
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat01.c 191 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s",
197 tst_resm(TWARN, "symlink(%s, %s) Failed, errno=%d : %s",
200 tst_resm(TWARN, "readlink(%s, buf, 255) Failed, errno=%d : %s",
203 tst_resm(TWARN,
  /external/ltp/testcases/kernel/syscalls/umount2/
umount2.h 37 tst_resm(TWARN, "Failed to umount('%s', %i) after 50 retries",
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace01.c 142 tst_resm(TWARN, "sigaction() failed"
232 tst_resm(TWARN, "sigaction() failed in child");
237 tst_resm(TWARN, "ptrace() failed in child");
242 tst_resm(TWARN, "kill() failed in child");
274 tst_resm(TWARN, "kill() failed in child_handler()");
ptrace02.c 142 tst_resm(TWARN, "sigaction() failed"
233 tst_resm(TWARN, "sigaction() failed in child");
238 tst_resm(TWARN, "ptrace() failed in child");
244 tst_resm(TWARN, "kill() failed in child");
276 tst_resm(TWARN, "kill() failed in child_handler()");
  /external/ltp/lib/
tst_device.c 141 tst_resm(TWARN | TERRNO, "open('%s', O_RDWR) failed", dev);
147 tst_resm(TWARN | TERRNO, "open('%s', O_RDWR) failed", file);
155 tst_resm(TWARN | TERRNO, "ioctl(%s, LOOP_SET_FD, %s) failed",
170 tst_resm(TWARN | TERRNO,
186 tst_resm(TWARN | TERRNO, "open(%s) failed", dev);
201 tst_resm(TWARN,
212 tst_resm(TWARN,
233 tst_resm(TWARN | TERRNO, "stat() failed");
238 tst_resm(TWARN, "%s is not a block device", dev);
244 tst_resm(TWARN | TERRNO
    [all...]
tst_timer.c 77 tst_resm(TWARN | TERRNO, "tst_clock_gettime() failed");
83 tst_resm(TWARN | TERRNO, "tst_clock_gettime() failed");
  /external/ltp/testcases/commands/insmod/
insmod01.sh 34 tst_res TWARN "failed to rmmod ltp_insmod01"
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test03 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of cloneNS/test03 failed" && tst_exit)
54 trap 'ERR=$? ; tst_resm TWARN "cloneNS/test03: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
56 tst_resm TWARN "cloneNS/test03: ${ERR_MSG}"
test04 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of cloneNS/test04 failed" && tst_exit)
54 trap 'ERR=$? ; tst_resm TWARN "cloneNS/test04: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
56 tst_resm TWARN "cloneNS/test04: ${ERR_MSG}"
  /external/ltp/testcases/kernel/fs/fs_bind/move/
test16 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of move/test16 failed" && tst_exit)
56 trap 'ERR=$? ; tst_resm TWARN "move/test16: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
58 tst_resm TWARN "move/test16: ${ERR_MSG}"
test17 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of move/test17 failed" && tst_exit)
53 trap 'ERR=$? ; tst_resm TWARN "move/test17: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
55 tst_resm TWARN "move/test17: ${ERR_MSG}"
  /external/ltp/testcases/kernel/fs/fs_bind/rbind/
test39 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of rbind/test39 failed" && tst_exit)
55 trap 'ERR=$? ; tst_resm TWARN "rbind/test39: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
57 tst_resm TWARN "rbind/test39: ${ERR_MSG}"
  /external/ltp/testcases/kernel/syscalls/fadvise/
posix_fadvise04.c 85 tst_resm(TWARN,
87 tst_resm(TWARN, "fadvise64 which is used from posix_fadvise");
93 tst_resm(TWARN, "This test can only run on kernels that are ");
94 tst_resm(TWARN, "2.6.16 and higher");
  /external/ltp/testcases/lib/
tst_ansi_color.sh 34 TWARN) printf $ansi_color_magenta;;
  /external/ltp/testcases/kernel/syscalls/reboot/
reboot02.c 132 tst_resm(TWARN, "skipping the test");
166 tst_resm(TWARN, "\"nobody\" user not present. skipping test");
170 tst_resm(TWARN, "seteuid failed to "
  /external/ltp/testcases/kernel/syscalls/setdomainname/
setdomainname03.c 150 tst_resm(TWARN, "seteuid failed to "
173 tst_resm(TWARN, "seteuid failed to "
181 tst_resm(TWARN, "setdomainname() failed while restoring"
  /external/ltp/testcases/kernel/syscalls/sethostname/
sethostname03.c 143 tst_resm(TWARN, "seteuid failed to "
168 tst_resm(TWARN, "seteuid failed to "
175 tst_resm(TWARN, "sethostname() failed while restoring"
  /external/ltp/testcases/kernel/containers/pidns/
pidns13.c 64 tst_resm(TWARN, "cinit(pid %d): control should have not reached here!",
211 tst_resm(TWARN, "parent: waitpid(cpid2) failed.");
214 tst_resm(TWARN, "parent: cinit2 is terminated by signal(%s)",
218 tst_resm(TWARN, "parent: waitpid(cpid1) failed.");
221 tst_resm(TWARN, "parent: cinit1 is terminated by signal(%s)",

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>