headers/private/firewire/iec13213.h
231
#if defined(_KERNEL) || defined(_BOOT) || defined(TEST)
src/add-ons/accelerants/matrox/engine/mga_maven.c
238
MAVW(TEST, 0x03);
src/add-ons/accelerants/matrox/engine/mga_maven.c
87
MAVW(TEST, 0x00); /* turn off test signal */
src/add-ons/accelerants/matrox/engine/mga_maven.c
97
MAVW(TEST, (MAVR(TEST) & 0x10));
src/add-ons/accelerants/matrox/engine/mga_maventv.c
1094
MAVW(TEST, 0x00);
src/add-ons/accelerants/matrox/engine/mga_maventv.c
1124
MAVW(TEST, (MAVR(TEST) & 0x10));
src/add-ons/accelerants/matrox/engine/mga_maventv.c
905
MAVW(TEST, 0x10);
src/add-ons/kernel/busses/scsi/53c8xx/53c8xx.c
770
s->status = TEST;
src/add-ons/kernel/busses/scsi/53c8xx/53c8xx.c
774
for(i=0;(s->status == TEST) && i<10;i++) {
src/add-ons/kernel/busses/scsi/53c8xx/53c8xx.c
778
if(s->status == TEST){
src/add-ons/kernel/busses/scsi/53c8xx/symbios.h
149
OFFLINE, IDLE, START, ACTIVE, TEST
src/add-ons/media/plugins/ape_reader/MAClib/All.h
123
#define MB(TEST) MESSAGEBOX(NULL, TEST, _T("Information"), MB_OK);
src/bin/fwcontrol/fwcrom.c
409
#if defined(_KERNEL) || defined(_BOOT) || defined(TEST)
src/bin/fwcontrol/fwcrom.c
46
#if defined(_KERNEL) || defined(TEST)
src/bin/fwcontrol/fwcrom.c
565
#ifdef TEST
src/bin/unzip/envargs.c
219
#ifdef TEST
src/bin/unzip/extract.c
521
#ifdef TEST
src/bin/unzip/process.c
1007
#ifdef TEST
src/libs/util/fparseln.c
193
#ifdef TEST
src/system/libnetwork/netresolv/net/getaddrinfo.c
2982
#ifdef TEST
src/system/libroot/posix/glibc/extensions/getopt.c
749
#ifdef TEST
src/system/libroot/posix/glibc/extensions/getopt1.c
68
#ifdef TEST
src/tests/kits/interface/GraphicsDefsTest.cpp
100
TEST(uint16, B_TRANSPARENT_MAGIC_RGBA15);
src/tests/kits/interface/GraphicsDefsTest.cpp
101
TEST(uint16, B_TRANSPARENT_MAGIC_RGBA15_BIG);
src/tests/kits/interface/GraphicsDefsTest.cpp
102
TEST(uint32, B_TRANSPARENT_MAGIC_RGBA32);
src/tests/kits/interface/GraphicsDefsTest.cpp
103
TEST(uint32, B_TRANSPARENT_MAGIC_RGBA32_BIG);
src/tests/kits/interface/GraphicsDefsTest.cpp
104
TEST(uint8, B_TRANSPARENT_8_BIT);
src/tests/kits/interface/GraphicsDefsTest.cpp
106
TEST(uint32, B_MAIN_SCREEN_ID.id);
src/tests/kits/interface/GraphicsDefsTest.cpp
93
TEST(pattern, B_SOLID_LOW);
src/tests/kits/interface/GraphicsDefsTest.cpp
94
TEST(pattern, B_MIXED_COLORS);
src/tests/kits/interface/GraphicsDefsTest.cpp
95
TEST(pattern, B_SOLID_HIGH);
src/tests/kits/interface/GraphicsDefsTest.cpp
97
TEST(rgb_color, B_TRANSPARENT_COLOR);
src/tests/kits/interface/GraphicsDefsTest.cpp
98
TEST(rgb_color, B_TRANSPARENT_32_BIT);
src/tests/kits/interface/GraphicsDefsTest.cpp
99
TEST(uint8, B_TRANSPARENT_MAGIC_CMAP8);
src/tests/kits/support/ByteOrderTest.cpp
232
TEST(B_UINT64_TYPE, kArray64, array64);
src/tests/kits/support/ByteOrderTest.cpp
236
TEST(B_UINT32_TYPE, kArray32, array32);
src/tests/kits/support/ByteOrderTest.cpp
240
TEST(B_UINT16_TYPE, kArray16, array16);
src/tests/kits/support/ByteOrderTest.cpp
244
TEST(B_FLOAT_TYPE, kArrayFloat, arrayFloat);
src/tests/kits/support/ByteOrderTest.cpp
248
TEST(B_DOUBLE_TYPE, kArrayDouble, arrayDouble);
src/tests/system/libroot/posix/realtime_sem_test1.cpp
100
TEST("sem_open(O_CREAT | O_EXCL) existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
1003
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
105
TEST("sem_open() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
110
TEST("unlink() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
114
TEST("sem_open(O_CREAT | O_EXCL) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
120
TEST("unlink() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
124
TEST("unlink() non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
128
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
132
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
135
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
147
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
152
TEST("sem_destroy()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
156
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
160
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
165
TEST("sem_destroy()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
169
TEST("sem_destroy()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
172
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
184
TEST("sem_open(O_CREAT) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
188
TEST("close_sem() forked");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
202
TEST("sem_open() existing forked");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
218
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
230
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
235
TEST("sem_destroy() forked");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
249
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
264
TEST("sem_open(O_CREAT) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
268
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
274
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
277
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
282
TEST("sem_wait() non-blocking");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
285
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
290
TEST("sem_wait() non-blocking");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
293
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
298
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
302
TEST("sem_open() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
306
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
311
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
314
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
319
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
322
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
327
TEST("sem_trywait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
330
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
335
TEST("sem_trywait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
338
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
343
TEST("sem_trywait() failure");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
346
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
351
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
354
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
359
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
362
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
367
TEST("sem_timedwait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
372
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
376
TEST("sem_timedwait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
380
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
384
TEST("sem_timedwait() timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
391
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
396
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
399
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
411
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
416
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
422
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
425
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
430
TEST("sem_wait() non-blocking");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
433
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
438
TEST("sem_wait() non-blocking");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
441
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
446
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
449
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
454
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
457
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
462
TEST("sem_trywait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
465
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
470
TEST("sem_trywait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
473
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
478
TEST("sem_trywait() failure");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
481
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
486
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
489
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
494
TEST("sem_post() no waiting");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
497
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
502
TEST("sem_timedwait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
507
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
511
TEST("sem_timedwait() success");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
515
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
519
TEST("sem_timedwait() timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
526
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
531
TEST("sem_destroy()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
534
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
549
TEST("sem_open(O_CREAT) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
553
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
558
TEST("unblock child after wait");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
577
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
581
TEST("unblock parent after wait");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
601
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
605
TEST("unblock child after wait before timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
626
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
63
TEST("sem_open(O_CREAT) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
630
TEST("unblock child after wait after timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
651
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
656
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
659
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
675
TEST("sem_open(O_CREAT) non-existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
679
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
68
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
685
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
689
TEST("unblock child after wait");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
714
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
719
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
72
TEST("sem_open(O_CREAT) existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
723
TEST("unblock child after wait before timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
750
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
755
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
759
TEST("unblock child after wait after timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
77
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
786
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
791
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
794
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
807
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
81
TEST("sem_open() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
812
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
817
TEST("sem_wait() on fork()ed unnamed sem in parent and child");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
839
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
843
TEST("sem_post() on fork()ed unnamed sem in parent and child");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
86
TEST("sem_open() existing");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
864
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
869
TEST("sem_destroy()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
872
TEST("done");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
890
TEST("sem_init()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
894
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
899
TEST("unblock child after wait");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
918
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
92
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
922
TEST("unblock parent after wait");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
942
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
946
TEST("unblock child after wait before timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
96
TEST("sem_close()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
967
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
971
TEST("unblock child after wait after timeout");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
992
TEST("sem_getvalue()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
997
TEST("sem_destroy()");
src/tests/system/libroot/posix/test_wctype.c
62
TEST (alnum);
src/tests/system/libroot/posix/test_wctype.c
63
TEST (alpha);
src/tests/system/libroot/posix/test_wctype.c
64
TEST (cntrl);
src/tests/system/libroot/posix/test_wctype.c
65
TEST (digit);
src/tests/system/libroot/posix/test_wctype.c
66
TEST (graph);
src/tests/system/libroot/posix/test_wctype.c
67
TEST (lower);
src/tests/system/libroot/posix/test_wctype.c
68
TEST (print);
src/tests/system/libroot/posix/test_wctype.c
69
TEST (punct);
src/tests/system/libroot/posix/test_wctype.c
70
TEST (space);
src/tests/system/libroot/posix/test_wctype.c
71
TEST (upper);
src/tests/system/libroot/posix/test_wctype.c
72
TEST (xdigit);
src/tests/system/libroot/posix/tst-wcsnlen.c
38
TEST ("0123456789", 0, 0);
src/tests/system/libroot/posix/tst-wcsnlen.c
39
TEST ("0123456789", 1, 1);
src/tests/system/libroot/posix/tst-wcsnlen.c
40
TEST ("0123456789", 2, 2);
src/tests/system/libroot/posix/tst-wcsnlen.c
41
TEST ("0123456789", 3, 3);
src/tests/system/libroot/posix/tst-wcsnlen.c
42
TEST ("0123456789", 4, 4);
src/tests/system/libroot/posix/tst-wcsnlen.c
43
TEST ("0123456789", 5, 5);
src/tests/system/libroot/posix/tst-wcsnlen.c
44
TEST ("0123456789", 6, 6);
src/tests/system/libroot/posix/tst-wcsnlen.c
45
TEST ("0123456789", 7, 7);
src/tests/system/libroot/posix/tst-wcsnlen.c
46
TEST ("0123456789", 8, 8);
src/tests/system/libroot/posix/tst-wcsnlen.c
47
TEST ("0123456789", 9, 9);
src/tests/system/libroot/posix/tst-wcsnlen.c
49
TEST ("01234", 9, 5);
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
104
TEST("msgctl(IPC_SET)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
115
TEST("msgctl(IPC_STAT)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
119
TEST("msgctl(IPC_STAT): number of bytes");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
121
TEST("msgctl(IPC_STAT): uid");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
123
TEST("msgctl(IPC_STAT): gid");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
127
TEST("msgctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
131
TEST("done");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
143
TEST("msgget(IPC_CREATE) non-existing");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
149
TEST("msgsnd(simple message)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
157
TEST("msgctl(IPC_SET) - set limit to 512");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
168
TEST("msgsnd(IPC_NOWAIT)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
173
TEST("msgctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
177
TEST("done");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
189
TEST("msgget(IPC_CREATE) non-existing");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
195
TEST("msgrcv(IPC_NOWAIT)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
204
TEST("msgsnd(simple message)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
214
TEST("msgrcv(E2BIG)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
218
TEST("msgrcv(MSG_NOERROR)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
224
TEST("msgctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
228
TEST("done");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
45
TEST("msgget(IPC_PRIVATE) - private");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
50
TEST("msgctl(IPC_RMID) - private");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
55
TEST("msgget(KEY, IPC_CREAT) non-existing");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
61
TEST("msgget(KEY) re-open existing without IPC_CREAT");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
66
TEST("msgget(IPC_CREATE) re-open existing with IPC_CREAT");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
71
TEST("msgctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
76
TEST("msgget(IPC_CREATE) non-existing without IPC_CREAT");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
82
TEST("msgctl()");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
86
TEST("done");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
98
TEST("msgget(IPC_CREATE) non-existing");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
102
TEST("semget(KEY) re-open existing without IPC_CREAT");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
106
TEST("semop(IPC_NOWAIT) - wait for zero");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
117
TEST("semop(IPC_NOWAIT) - wait to increase");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
126
TEST("semop(IPC_NOWAIT) - acquire resource sem #0");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
134
TEST("semop(IPC_NOWAIT) - acquire zero sem #0");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
140
TEST("semop(IPC_NOWAIT) - revert semop sem #0");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
158
TEST("semop() - father");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
162
TEST("done");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
173
TEST("semget(IPC_CREATE) non-existing");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
179
TEST("semctl(SETALL)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
212
TEST("semop() - father acquired set");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
217
TEST("semctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
221
TEST("done");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
233
TEST("semget(IPC_CREATE) non-existing");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
239
TEST("semctl(GETVAL)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
247
TEST("semctl(SETALL)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
260
TEST("semctl(GETALL)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
268
TEST("semctl(SETVAL) - semaphore #2");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
274
TEST("semctl(GETALL)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
278
TEST("semctl(GETALL) - semaphore #10");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
280
TEST("semctl(GETALL) - semaphore #2");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
285
TEST("semctl(IPC_SET)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
296
TEST("semctl(IPC_STAT)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
301
TEST("semctl(IPC_STAT): number of sems");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
303
TEST("semctl(IPC_STAT): uid");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
305
TEST("semctl(IPC_STAT): gid");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
309
TEST("semctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
313
TEST("done");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
49
TEST("semget(IPC_PRIVATE) - private");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
54
TEST("semctl(IPC_RMID) - private");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
59
TEST("semget(KEY, IPC_CREAT) non-existing");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
65
TEST("semget(KEY) re-open existing without IPC_CREAT");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
70
TEST("semget(IPC_CREATE) re-open existing with IPC_CREAT");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
75
TEST("semctl(IPC_RMID)");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
80
TEST("semget(IPC_CREATE) non-existing without IPC_CREAT");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
86
TEST("semctl()");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
90
TEST("done");