HomeSort by relevance Sort by last modified time
    Searched refs:tst_resm (Results 26 - 50 of 1602) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/stress/broken_ip/
broken_ip6-dstaddr 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \
34 tst_resm TPASS "Test is finished successfully."
broken_ip6-nexthdr 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \
33 tst_resm TPASS "Test is finished successfully."
broken_ip6-plen 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \
34 tst_resm TPASS "Test is finished successfully."
broken_ip6-version 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \
33 tst_resm TPASS "Test is finished successfully."
  /external/ltp/testcases/kernel/syscalls/writev/
writev04.c 115 tst_resm(TFAIL, "signal() SIGTERM FAILED");
121 tst_resm(TFAIL, "signal() SIGPIPE FAILED");
129 tst_resm(TFAIL, "open(2) failed: fname = %s, "
134 tst_resm(TFAIL, "write(2) failed: nbytes "
141 tst_resm(TFAIL, "close failed: errno = %d", errno);
150 tst_resm(TINFO, "Enter block 1");
164 tst_resm(TFAIL, "Got error EFAULT");
166 tst_resm(TFAIL, "Received unexpected error: %d",
173 tst_resm(TFAIL, "writev overwrote the file");
179 tst_resm(TINFO, "block 1 FAILED")
    [all...]
writev01.c 169 tst_resm(TPASS, "Enter Block 1");
174 tst_resm(TPASS, "Received EINVAL as expected");
176 tst_resm(TFAIL, "Expected errno = EINVAL, "
179 tst_resm(TFAIL, "writev failed to fail");
180 tst_resm(TINFO, "Exit block 1");
187 tst_resm(TPASS, "Enter block 2");
190 tst_resm(TBROK | TERRNO, "block2: 1st lseek failed");
197 tst_resm(TFAIL, "read failed; expected nbytes "
201 tst_resm(TFAIL, "writev over "
204 tst_resm(TFAIL | TERRNO, "writev failed unexpectedly")
    [all...]
  /external/ltp/testcases/kernel/containers/pidns/
pidns13.c 65 tst_resm(TWARN, "cinit(pid %d): control should have not reached here!",
85 tst_resm(TBROK, "cinit%d: pidns is not created.", cinit_no);
92 tst_resm(TBROK, "cinit1: close(pipe_fd[1]) failed");
97 tst_resm(TBROK, "cinit1: fcntl(F_SETOWN) failed");
101 tst_resm(TBROK, "cinit1: fcntl(F_SETSIG) failed");
106 tst_resm(TBROK, "cinit1: fcntl(F_SETFL) failed");
114 tst_resm(TBROK, "cinit1: sigaction() failed");
117 tst_resm(TINFO, "cinit1: setup handler for async I/O on pipe");
129 tst_resm(TBROK, "cinit1: sigtimedwait() failed.");
134 tst_resm(TPASS, "cinit1: si_fd is %d, si_code is %d"
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_inode_version_test.sh 34 tst_resm TINFO "Test inode version is 32 bits with 128 inode size"
38 tst_resm TFAIL "failed to create ext4 filesystem"
46 tst_resm TFAIL "failed to mount ext4 filesystem"
56 tst_resm TFAIL "inode version is smaller than 1"
68 tst_resm TFAIL "inode version is not 32 bits"
75 tst_resm TFAIL "failed to umount ext4 filesystem"
79 tst_resm TPASS "32 bits inode version with 128 inode size test pass"
88 tst_resm TFAIL "failed to create ext4 filesystem"
94 tst_resm TFAIL "failed to mount ext4 filesystem"
101 tst_resm TFAIL "inode version is wrong
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork08.c 73 tst_resm(TFAIL, "failed to fopen file for write");
76 tst_resm(TFAIL, "failed to fopen file for read");
83 tst_resm(TFAIL, "getc from read side was confused");
92 tst_resm(TINFO, "parent forksval: %d", forks);
97 tst_resm(TINFO, "Fork failed");
105 tst_resm(TFAIL, "error in first child"
116 tst_resm(TINFO, "second child got char: %c",
119 tst_resm(TPASS, "Test passed in child"
123 tst_resm(TFAIL, "Second child got "
127 tst_resm(TFAIL, "test failed in child
    [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl21.c 102 tst_resm(TFAIL, "Couldn't open temp file! errno = %d", errno);
106 tst_resm(TFAIL, "Couldn't write to temp file! errno = %d",
115 tst_resm(TFAIL, "SIGCLD signal setup failed, errno: %d", errno);
141 tst_resm(TFAIL, "fcntl on file failed, errno =%d",
177 tst_resm(TFAIL, "lock type is wrong should be %s is %s",
183 tst_resm(TFAIL, "lock whence is wrong should be %d is %d",
189 tst_resm(TFAIL, "region starts in wrong place, should be"
195 tst_resm(TFAIL,
202 tst_resm(TFAIL, "locking pid is wrong, should be %d is %d",
213 tst_resm(TFAIL, "fcntl on file failed, errno =%d", errno)
    [all...]
fcntl19.c 104 tst_resm(TFAIL, "Couldn't open temp file! errno = %d", errno);
108 tst_resm(TFAIL, "Couldn't write to temp file! errno = %d",
117 tst_resm(TFAIL, "SIGCLD signal setup failed, errno: %d", errno);
137 tst_resm(TFAIL | TERRNO, "fcntl on file failed");
170 tst_resm(TFAIL, "lock type is wrong should be %s is %s",
176 tst_resm(TFAIL, "lock whence is wrong should be %d is %d",
182 tst_resm(TFAIL, "region starts in wrong place, should be"
188 tst_resm(TFAIL,
195 tst_resm(TFAIL, "locking pid is wrong, should be %d is %d",
206 tst_resm(TFAIL, "fcntl on file failed, errno =%d", errno)
    [all...]
fcntl20.c 105 tst_resm(TFAIL | TERRNO, "mkstemp failed");
134 tst_resm(TFAIL | TERRNO, "fcntl on file failed");
169 tst_resm(TFAIL, "lock type is wrong should be %s is %s",
175 tst_resm(TFAIL, "lock whence is wrong should be %d is %d",
181 tst_resm(TFAIL, "region starts in wrong place, should be"
187 tst_resm(TFAIL,
194 tst_resm(TFAIL, "locking pid is wrong, should be %d is %d",
205 tst_resm(TFAIL, "fcntl on file failed, errno =%d", errno);
232 tst_resm(TFAIL, "couldn't send message to child");
240 tst_resm(TFAIL, "couldn't get message from child")
    [all...]
  /external/ltp/testcases/kernel/controllers/pids/
pids.sh 42 tst_resm TINFO "removing created directories"
45 tst_resm TINFO "Umounting pids"
87 tst_resm TBROK "failed to attach process"
100 tst_resm TFAIL "fork failed unexpectedly"
102 tst_resm TPASS "fork didn't fail"
104 tst_resm TBROK "pids_task1 failed"
111 tst_resm TINFO "limit the number of pid to $max"
121 tst_resm TPASS "fork failed as expected"
123 tst_resm TFAIL "fork didn't fail despite the limit"
125 tst_resm TBROK "pids_task1 failed
    [all...]
  /external/ltp/testcases/kernel/syscalls/migrate_pages/
migrate_pages_common.c 39 tst_resm(TPASS, "expected ret success: "
43 tst_resm(TFAIL, "unexpected failure - "
52 tst_resm(TPASS | TTERRNO, "expected failure");
55 tst_resm(TFAIL, "call succeeded unexpectedly");
57 tst_resm(TFAIL | TTERRNO, "unexpected failure - "
  /external/ltp/testcases/network/iproute/
ip_tests.sh 33 tst_resm TINFO "inititalizing tests"
74 tst_resm TINFO "test 'ip link set' command"
75 tst_resm TINFO "changing mtu size of $iface device"
80 tst_resm TFAIL "ip command failed"
86 tst_resm TPASS "successfully changed mtu size"
89 tst_resm TFAIL "MTU value set to $MTUSZ, but expected 1281"
95 tst_resm TINFO "test 'ip link show' command (list device attributes)"
99 tst_resm TFAIL "'ip link show $iface' command failed"
103 tst_resm TPASS "$iface correctly listed"
108 tst_resm TINFO "test 'ip addr' command with loopback dev
    [all...]
  /external/ltp/testcases/kernel/io/stress_floppy/
stress_floppy 62 tst_resm TINFO "Floppy diskette drive fd0 available."
71 tst_resm TINFO "Testing format..."
74 tst_resm TFAIL "Format failed!"
76 tst_resm TPASS "Format successful."
84 tst_resm TINFO "Testing $the_file tar..."
87 tst_resm TFAIL "$the_file Tar write failed!"
90 tst_resm TINFO "$the_file Tar write passed."
94 tst_resm TFAIL "$the_file Tar read failed!"
97 tst_resm TINFO "$the_file Tar read passed."
101 tst_resm TFAIL "Diff of the $the_file tar files failed!
    [all...]
  /external/ltp/testcases/kernel/syscalls/io_setup/
io_setup01.c 74 tst_resm(TPASS, "call succeeded expectedly");
77 tst_resm(TFAIL, "unexpected returned value - %ld - "
86 tst_resm(TFAIL, "call succeeded unexpectedly");
89 tst_resm(TPASS, "expected failure - "
93 tst_resm(TFAIL, "unexpected returned value - %ld - "
101 tst_resm(TFAIL, "call succeeded unexpectedly");
104 tst_resm(TPASS, "expected failure - "
108 tst_resm(TFAIL, "unexpected returned value - %ld - "
118 tst_resm(TFAIL, "call succeeded unexpectedly");
121 tst_resm(TPASS, "expected failure -
    [all...]
  /external/ltp/testcases/kernel/syscalls/statvfs/
statvfs01.c 57 tst_resm(TFAIL | TERRNO, "statvfs(%s, ...) failed",
60 tst_resm(TPASS, "statvfs(%s, ...) passed", TEST_PATH);
65 tst_resm(TINFO, "This call is similar to statfs");
66 tst_resm(TINFO, "Extracting info about the '%s' file system",
68 tst_resm(TINFO, "file system block size = %lu bytes", buf.f_bsize);
69 tst_resm(TINFO, "file system fragment size = %lu bytes", buf.f_frsize);
70 tst_resm(TINFO, "file system free blocks = %ju",
72 tst_resm(TINFO, "file system total inodes = %ju",
74 tst_resm(TINFO, "file system free inodes = %ju",
76 tst_resm(TINFO, "file system id = %lu", buf.f_fsid)
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog10 40 tst_resm TINFO "syslog: Testing setlogmask() with LOG_MASK macro..."
76 tst_resm TBROK "/var/log/messages no such log file"
85 tst_resm TFAIL "Expected message was not logged...."
92 tst_resm TFAIL "Unexpected message was logged..."
98 tst_resm TINFO " Test setlogmask() with LOG_MASK macro."
99 tst_resm TINFO " o Use setlogmask() with LOG_MASK macro to set an"
100 tst_resm TINFO " individual priority level."
101 tst_resm TINFO " o Send the message of above prority and expect it to be"
102 tst_resm TINFO " logged."
103 tst_resm TINFO " o Send message which is at other priority level to
    [all...]
  /external/ltp/testcases/kernel/device-drivers/rtc/
rtc01.c 67 tst_resm(TINFO, "RTC READ TEST:");
72 tst_resm(TFAIL, "RTC_RD_TIME ioctl failed");
76 tst_resm(TPASS, "RTC READ TEST Passed");
78 tst_resm(TINFO, "Current RTC date/time is %d-%d-%d, %02d:%02d:%02d.",
82 tst_resm(TINFO, "RTC ALARM TEST :");
102 tst_resm(TCONF | TERRNO, "RTC_ALM_SET not supported");
104 tst_resm(TFAIL | TERRNO , "RTC_ALM_SET ioctl failed");
111 tst_resm(TFAIL, "RTC_ALM_READ ioctl failed");
115 tst_resm(TINFO, "Alarm time set to %02d:%02d:%02d.",
120 tst_resm(TINFO, "RTC_AIE_ON ioctl failed")
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-persist-prealloc/
ext4_persist_prealloc_test.sh 37 tst_resm TFAIL "failed to create ext4 filesystem"
43 tst_resm TFAIL "failed to mount ext4 filesystem"
50 tst_resm TFAIL "file - fallocate0${i} doesn't exist. Please \
63 tst_resm TFAIL "fallocate's return value is not expected"
71 tst_resm TFAIL "failed to umount ext4 filesystem"
77 tst_resm TFAIL "fsck returned failure"
81 tst_resm TPASS "ext4 persistent preallocation test pass"
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait_bitset.h 29 tst_resm(TINFO, "testing futex_wait_bitset() timeout with %s",
40 tst_resm(TFAIL, "futex_wait_bitset() returned %li, expected -1",
46 tst_resm(TCONF, "In this kernel, futex() does not support "
52 tst_resm(TFAIL | TTERRNO, "expected %s",
58 tst_resm(TFAIL,
65 tst_resm(TFAIL,
71 tst_resm(TPASS, "futex_wait_bitset() waited %llius, expected %llius",
  /external/ltp/testcases/kernel/containers/netns/
netns_comm.sh 54 tst_resm TINFO "NS interaction: $1 | devices setup: $3"
60 tst_resm TPASS "configuration and communication over veth0"
62 tst_resm TFAIL "configuration and communication over veth0"
69 tst_resm TPASS "configuration and communication over veth1"
71 tst_resm TFAIL "configuration and communication over veth1"
92 tst_resm TPASS "configuration and communication over localhost"
94 tst_resm TFAIL "configuration and communication over localhost"
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/
ext4-alloc-test.sh 33 tst_resm TFAIL "failed to create ext4 filesystem"
39 tst_resm TFAIL "failed to mount ext4 filesystem"
45 tst_resm TFAIL "ffsb returned failure"
52 tst_resm TFAIL "failed to umount ext4 filesystem"
58 tst_resm TFAIL "failed to mount to ext3"
65 tst_resm TFAIL "fsck returned failure"
69 tst_resm TPASS "remount test pass"
79 tst_resm TINFO "isDelalloc: $1, isDirectIO: $2, Blocksize: $3, isAuto_da_alloc: $4"
83 tst_resm TFAIL "failed to create ext4 filesystem"
91 tst_resm TFAIL "failed to mount ext4 filesystem
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test03 28 tst_resm TINFO "***************TEST03***************"
29 tst_resm TINFO "cloneNS: namespace with unclonable mount "
30 tst_resm TINFO "************************************"
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}"
71 tst_resm TFAIL "cloneNS/test03: FAILED: cloneNS: namespace with unclonable mount "
74 tst_resm TPASS "cloneNS/test03: PASSED"

Completed in 185 milliseconds

12 3 4 5 6 7 8 91011>>