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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/execle/
execle01_child.c 33 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
36 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
43 tst_brkm(TFAIL, NULL, "LTP_TEST_ENV_VAR is missing");
46 tst_brkm(TFAIL, NULL, "LTP_TEST_ENV_VAR='%s', expected test",
51 tst_brkm(TFAIL, NULL, "PATH is in environment");
  /external/ltp/testcases/kernel/syscalls/execve/
execve01_child.c 33 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
36 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
43 tst_brkm(TFAIL, NULL, "LTP_TEST_ENV_VAR is missing");
46 tst_brkm(TFAIL, NULL, "LTP_TEST_ENV_VAR='%s', expected test",
51 tst_brkm(TFAIL, NULL, "PATH is in environment");
  /external/ltp/testcases/kernel/syscalls/execl/
execl01_child.c 31 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
34 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
  /external/ltp/testcases/kernel/syscalls/execlp/
execlp01_child.c 31 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
34 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
  /external/ltp/testcases/kernel/syscalls/execv/
execv01_child.c 31 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
34 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
  /external/ltp/testcases/kernel/syscalls/execvp/
execvp01_child.c 31 tst_brkm(TFAIL, NULL, "argc is %d, expected 2", argc);
34 tst_brkm(TFAIL, NULL, "argv[1] is %s, expected 'canary'",
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl13.c 62 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
64 tst_resm(TFAIL, "Expected EINVAL got %d", errno);
70 tst_resm(TFAIL, "F_SETLK: fcntl(2) failed to FAIL");
72 tst_resm(TFAIL, "F_SETLK: Expected EFAULT got %d",
79 tst_resm(TFAIL, "F_SETLKW: fcntl(2) failed to FAIL");
81 tst_resm(TFAIL, "F_SETLKW: Expected EFAULT got %d",
88 tst_resm(TFAIL, "F_GETLK: fcntl(2) failed to FAIL");
90 tst_resm(TFAIL, "F_GETLK: Expected EFAULT got %d",
105 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
107 tst_resm(TFAIL, "Expected EINVAL, got %d", errno)
    [all...]
fcntl01.c 76 tst_resm(TFAIL | TERRNO, "fcntl(.., 1) failed");
79 tst_resm(TFAIL, "new fd has unexpected value: "
83 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[3]) failed");
86 tst_resm(TFAIL, "new fd has unexpected value, got %d, "
90 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[5]) failed");
93 tst_resm(TFAIL, "new fd has unexpected value: "
98 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
107 tst_resm(TFAIL, "unexpected flag 0x%x, expected 0x%x",
112 tst_resm(TFAIL | TERRNO, "fcntl(.., O_APPEND) failed");
116 tst_resm(TFAIL, "unexpected flag ox%x, expected 0x%x"
    [all...]
  /external/ltp/testcases/network/stress/dns/
dns-stress-lib.sh 27 tst_brkm TFAIL "unexpected query status"
31 tst_brkm TFAIL "unexpected number of query/answer"
38 tst_brkm TFAIL "some requests failed: $num/$connect_quantity"
  /external/ltp/testcases/kernel/mem/shmt/
shmt06.c 89 tst_resm(TFAIL, "Error: shmget: shmid = %d, errno = %d\n",
100 tst_resm(TFAIL,
121 tst_resm(TFAIL, "Waited on the wrong child");
122 tst_resm(TFAIL,
133 tst_resm(TFAIL, "shmdt");
155 tst_resm(TFAIL,
163 tst_resm(TFAIL,
168 tst_resm(TFAIL, "child: not A\n");
171 tst_resm(TFAIL, "child: not B\n");
174 tst_resm(TFAIL, "child: not C\n")
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl07.c 72 tst_resm(TFAIL, "semctl() failed errno = %d", errno);
82 tst_resm(TFAIL, "error: unexpected number of sems %lu",
87 tst_resm(TFAIL, "error: unexpected uid %d",
92 tst_resm(TFAIL, "error: unexpected gid %d",
97 tst_resm(TFAIL, "error: unexpected cuid %d",
102 tst_resm(TFAIL, "error: unexpected cgid %d",
107 tst_resm(TFAIL, "semctl(GETVAL) failed errno = %d", errno);
112 tst_resm(TFAIL, "SEMCTL(SETVAL) failed errno = %d", errno);
116 tst_resm(TFAIL, "semctl(GETVAL) failed errno = %d", errno);
120 tst_resm(TFAIL, "error: unexpected value %d", status)
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure_testset.sh 49 tst_resm TFAIL "Closing memory_pressure_enabled failed."
57 tst_resm TFAIL "Memory_pressure had memory pressure rate."
68 tst_resm TFAIL "Closing memory_pressure_enabled failed."
78 tst_resm TFAIL "Memory_pressure had memory pressure rate."
89 tst_resm TFAIL "Opening memory_pressure_enabled failed."
96 tst_resm TFAIL "set general group parameter failed."
104 tst_resm TFAIL "root group's memory_pressure had memory pressure rate."
108 tst_resm TFAIL "sub group's memory_pressure had memory pressure rate."
120 tst_resm TFAIL "Opening memory_pressure_enabled failed."
127 tst_resm TFAIL "set general group parameter 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"
  /external/ltp/testcases/commands/lsmod/
lsmod01.sh 27 tst_res TFAIL "Failed to parse the output from lsmod"
33 tst_res TFAIL "Failed to parse /proc/modules"
38 tst_res TFAIL "lsmod output different from /proc/modules."
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_inode_version_test.sh 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"
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"
108 tst_resm TFAIL "failed to umount ext4 filesystem"
115 tst_resm TFAIL "failed to mount to ext3
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll_create1/
epoll_create1_01.c 43 tst_brk(TFAIL | TERRNO, "epoll_create1(0) failed");
47 tst_brk(TFAIL, "flags=0 set close-on-exec flag");
53 tst_brk(TFAIL | TERRNO, "epoll_create1(EPOLL_CLOEXEC) failed");
57 tst_brk(TFAIL, "flags=EPOLL_CLOEXEC didn't set close-on-exec");
  /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"
83 tst_resm TFAIL "failed to create ext4 filesystem"
91 tst_resm TFAIL "failed to mount ext4 filesystem"
97 tst_resm TFAIL "ffsb returned failure"
104 tst_resm TFAIL "failed to umount ext4 filesystem
    [all...]
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap04.c 87 tst_resm(TFAIL | TERRNO, "mmap of %s failed", TEMPFILE);
96 tst_brkm(TFAIL, cleanup, "reading %s failed",
105 tst_resm(TFAIL,
116 tst_brkm(TFAIL, cleanup, "munmapping failed");
135 tst_brkm(TFAIL, NULL, "calloc failed (tst_buff)");
146 tst_brkm(TFAIL, cleanup, "opening %s failed", TEMPFILE);
152 tst_brkm(TFAIL, cleanup, "writing to %s failed", TEMPFILE);
160 tst_brkm(TFAIL, cleanup, "fchmod of %s failed", TEMPFILE);
165 tst_brkm(TFAIL, cleanup, "closing %s failed", TEMPFILE);
170 tst_brkm(TFAIL, cleanup, "calloc failed (dummy)")
    [all...]
  /external/ltp/testcases/kernel/fs/stream/
stream05.c 77 tst_brkm(TFAIL, NULL, "fopen(%s) a+ failed: %s",
85 tst_brkm(TFAIL, NULL, "fopen(%s) r+ failed: %s",
92 tst_resm(TFAIL, "ferror did not return zero: %s",
100 tst_resm(TFAIL, "Test failed in block0.");
111 tst_brkm(TFAIL, NULL, "read failed: %s",
115 tst_resm(TFAIL, "read did not read right number");
119 tst_resm(TFAIL, "read returned bad values");
125 tst_resm(TFAIL, "Test failed in block1.");
136 tst_brkm(TFAIL, NULL, "fopen(%s) r+ failed: %s",
141 tst_resm(TFAIL,
    [all...]
  /external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
rt_sigprocmask01.c 93 tst_brkm(TFAIL | TERRNO, cleanup,
97 tst_brkm(TFAIL | TERRNO, cleanup,
104 tst_brkm(TFAIL | TTERRNO, cleanup,
111 tst_brkm(TFAIL | TTERRNO, cleanup,
117 tst_brkm(TFAIL | TERRNO, cleanup,
121 tst_brkm(TFAIL | TERRNO, cleanup,
129 tst_brkm(TFAIL | TTERRNO, cleanup,
134 tst_brkm(TFAIL | TTERRNO,
144 tst_brkm(TFAIL | TTERRNO,
154 tst_brkm(TFAIL | TERRNO
    [all...]
  /external/ltp/testcases/kernel/syscalls/sigaction/
sigaction02.c 123 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
126 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
139 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
142 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
154 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
157 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
171 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
174 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
186 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
189 tst_resm(TFAIL, "sigaction set incorrect errno. Expected
    [all...]
  /external/ltp/testcases/kernel/syscalls/sigprocmask/
sigprocmask01.c 124 tst_resm(TFAIL,
134 tst_resm(TFAIL, "sigprocmask fails to "
143 tst_brkm(TFAIL, cleanup,
155 tst_brkm(TFAIL, cleanup,
169 tst_brkm(TFAIL, cleanup,
179 tst_resm(TFAIL, "Functionality "
216 tst_brkm(TFAIL, cleanup,
221 tst_brkm(TFAIL, cleanup,
229 tst_brkm(TFAIL, cleanup,
239 tst_brkm(TFAIL, cleanup
    [all...]
  /external/ltp/testcases/kernel/syscalls/write/
write05.c 96 tst_resm(TFAIL, "write of invalid fd passed");
99 tst_resm(TFAIL, "expected EBADF got %d", errno);
109 tst_resm(TFAIL, "creating a new file failed");
113 tst_resm(TFAIL, "write() on an invalid buffer "
118 tst_resm(TFAIL, "write() returned illegal "
139 tst_resm(TFAIL, "write on read-closed"
144 tst_resm(TFAIL, "write() failed to set"
153 tst_resm(TFAIL, "Fork failed");
158 tst_resm(TFAIL, "child set SIGPIPE in exit");
160 tst_resm(TFAIL, "exit status from child
    [all...]
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_function.sh 50 tst_resm TFAIL "Failed to attach task"
55 tst_resm TFAIL "Failed to attach task"
68 tst_resm TFAIL "Failed to move $start_path/ltp_2 to $start_path/ltp_3"
74 tst_resm TFAIL "Failed to remove $start_path/ltp_3"
87 tst_resm TFAIL "Moved $start_path/ltp_2 over existing $start_path/ltp_1"
100 tst_resm TFAIL "Failed to attach $pid to $start_path/ltp_1"
105 tst_resm TFAIL "Removed $start_path/ltp_1 which contains task $pid"
119 tst_resm TFAIL "Removed $start_path/ltp_1 which contains subdir 'a'"
134 tst_resm TFAIL "Subgroup $start_path/ltp_1 outside hierarchy to $PWD/ltp"
145 tst_resm TFAIL "Tasks file $start_path/ltp_1/tasks could be removed
    [all...]
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 143 tst_resm(TFAIL, "Creation of %s failed", DIR_A);
148 tst_resm(TFAIL, "Chown of %s failed", DIR_A);
153 tst_resm(TFAIL, "Stat of %s failed", DIR_A);
159 tst_resm(TFAIL, "%s: Incorrect modes, setgid bit set",
166 tst_resm(TFAIL, "%s: Incorrect group", DIR_A);
177 tst_resm(TFAIL, "Creation of %s failed", DIR_B);
182 tst_resm(TFAIL, "Chown of %s failed", DIR_B);
187 tst_resm(TFAIL, "Chmod of %s failed", DIR_B);
192 tst_resm(TFAIL, "Stat of %s failed", DIR_B);
198 tst_resm(TFAIL,
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>