Lines Matching refs:TEST

52             TEST(WIFEXITED(status) == 0);
53 TEST(WIFSTOPPED(status) == 1);
54 TEST(WSTOPSIG(status) == SIGSTOP);
75 TEST(fd != err);
91 TEST(WIFEXITED(status) == 0);
92 TEST(WIFSTOPPED(status) == 1);
93 TEST(WSTOPSIG(status) == SIGSTOP);
115 TEST(fd != err);
131 TEST(WIFEXITED(status) == 0);
132 TEST(WIFSTOPPED(status) == 1);
133 TEST(WSTOPSIG(status) == SIGSTOP);
156 TEST(fd != err);
172 TEST(WIFEXITED(status) == 0);
173 TEST(WIFSTOPPED(status) == 1);
174 TEST(WSTOPSIG(status) == SIGSTOP);
196 TEST(fd != err);
212 TEST(WIFEXITED(status) == 0);
213 TEST(WIFSTOPPED(status) == 1);
214 TEST(WSTOPSIG(status) == SIGSTOP);
231 TEST(fd != -1);
251 TEST(WIFEXITED(status) == 0);
252 TEST(WIFSTOPPED(status) == 1);
253 TEST(WSTOPSIG(status) == SIGSTOP);
270 TEST(fd != -1);
290 TEST(WIFEXITED(status) == 0);
291 TEST(WIFSTOPPED(status) == 1);
292 TEST(WSTOPSIG(status) == SIGSTOP);
311 TEST(fd != err);
331 TEST(WIFEXITED(status) == 0);
332 TEST(WIFSTOPPED(status) == 1);
333 TEST(WSTOPSIG(status) == SIGSTOP);
351 TEST(fd != err);
371 TEST(WIFEXITED(status) == 0);
372 TEST(WIFSTOPPED(status) == 1);
373 TEST(WSTOPSIG(status) == SIGSTOP);
409 TEST(WIFEXITED(status) == 0);
410 TEST(WIFSTOPPED(status) == 1);
411 TEST(WSTOPSIG(status) == SIGSTOP);
447 TEST(WIFEXITED(status) == 0);
448 TEST(WIFSTOPPED(status) == 1);
449 TEST(WSTOPSIG(status) == SIGSTOP);
472 TEST(fd != err);
487 TEST(WIFEXITED(status) == 0);
488 TEST(WIFSTOPPED(status) == 1);
489 TEST(WSTOPSIG(status) == SIGSTOP);
512 TEST(fd != err);
527 TEST(WIFEXITED(status) == 0);
528 TEST(WIFSTOPPED(status) == 1);
529 TEST(WSTOPSIG(status) == SIGSTOP);
565 TEST(WIFEXITED(status) == 0);
566 TEST(WIFSTOPPED(status) == 1);
567 TEST(WSTOPSIG(status) == SIGSTOP);
602 TEST(WIFEXITED(status) == 0);
603 TEST(WIFSTOPPED(status) == 1);
604 TEST(WSTOPSIG(status) == SIGSTOP);
639 TEST(WIFEXITED(status) == 0);
640 TEST(WIFSTOPPED(status) == 1);
641 TEST(WSTOPSIG(status) == SIGSTOP);
677 TEST(WIFEXITED(status) == 0);
678 TEST(WIFSTOPPED(status) == 1);
679 TEST(WSTOPSIG(status) == SIGSTOP);