| Commit | Line | Data |
|---|---|---|
| e4e324c4 | 1 | <?xml version="1.0"?> |
| 2 | <list-of-tests> | |
| 3 | <test> | |
| 4 | <desc></desc> | |
| 5 | <binary>t_mq_ambig</binary> | |
| 6 | <timeout>10</timeout> | |
| 7 | <iterations>1</iterations> | |
| 8 | <optional>false</optional> | |
| b8e8e429 SK |
9 | <calls> |
| 10 | <function>mq_close</function> | |
| 11 | <function>mq_open</function> | |
| 12 | <function>mq_receive</function> | |
| 13 | <function>mq_send</function> | |
| 14 | <function>mq_unlink</function> | |
| 15 | </calls> | |
| e4e324c4 | 16 | </test> |
| 17 | ||
| 18 | <test> | |
| 19 | <desc></desc> | |
| 20 | <binary>t_mq_close</binary> | |
| 21 | <timeout>10</timeout> | |
| 22 | <iterations>1</iterations> | |
| 23 | <optional>false</optional> | |
| b8e8e429 SK |
24 | <calls> |
| 25 | <function>mq_close</function> | |
| 26 | </calls> | |
| e4e324c4 | 27 | </test> |
| 28 | ||
| 29 | <test> | |
| 30 | <desc></desc> | |
| 31 | <binary>t_mq_notify_invsigno</binary> | |
| 32 | <timeout>10</timeout> | |
| 33 | <iterations>1</iterations> | |
| 34 | <optional>false</optional> | |
| b8e8e429 SK |
35 | <calls> |
| 36 | <function>mq_close</function> | |
| 37 | <function>mq_notify</function> | |
| 38 | <function>mq_open</function> | |
| 39 | <function>mq_send</function> | |
| 40 | <function>mq_unlink</function> | |
| 41 | <function>sleep</function> | |
| 42 | </calls> | |
| e4e324c4 | 43 | </test> |
| 44 | ||
| 45 | <test> | |
| 46 | <desc></desc> | |
| 47 | <binary>t_mq_notify_simple</binary> | |
| 48 | <timeout>10</timeout> | |
| 49 | <iterations>1</iterations> | |
| 50 | <optional>false</optional> | |
| b8e8e429 SK |
51 | <calls> |
| 52 | <function>mq_close</function> | |
| 53 | <function>mq_notify</function> | |
| 54 | <function>mq_open</function> | |
| 55 | <function>mq_send</function> | |
| 56 | <function>mq_unlink</function> | |
| 57 | <function>sigaction</function> | |
| 58 | <function>sleep</function> | |
| 59 | </calls> | |
| e4e324c4 | 60 | </test> |
| 61 | ||
| 62 | <test> | |
| 63 | <desc></desc> | |
| 64 | <binary>t_mq_open</binary> | |
| 65 | <timeout>10</timeout> | |
| 66 | <iterations>1</iterations> | |
| 67 | <optional>false</optional> | |
| b8e8e429 SK |
68 | <calls> |
| 69 | <function>free</function> | |
| 70 | <function>malloc</function> | |
| 71 | <function>memset</function> | |
| 72 | <function>mq_close</function> | |
| 73 | <function>mq_open</function> | |
| 74 | <function>mq_unlink</function> | |
| 75 | </calls> | |
| e4e324c4 | 76 | </test> |
| 77 | ||
| 78 | <test> | |
| 79 | <desc></desc> | |
| 80 | <binary>t_mq_open_close</binary> | |
| 81 | <timeout>10</timeout> | |
| 82 | <iterations>1</iterations> | |
| 83 | <optional>false</optional> | |
| b8e8e429 SK |
84 | <calls> |
| 85 | <function>mq_close</function> | |
| 86 | <function>mq_open</function> | |
| 87 | <function>mq_unlink</function> | |
| 88 | </calls> | |
| e4e324c4 | 89 | </test> |
| 90 | ||
| 91 | <test> | |
| 92 | <desc></desc> | |
| 93 | <binary>t_mq_open_umask</binary> | |
| 94 | <timeout>10</timeout> | |
| 95 | <iterations>1</iterations> | |
| 96 | <optional>false</optional> | |
| b8e8e429 SK |
97 | <calls> |
| 98 | <function>WIFSIGNALED</function> | |
| 99 | <function>WTERMSIG</function> | |
| 100 | <function>fork</function> | |
| 101 | <function>mq_close</function> | |
| 102 | <function>mq_open</function> | |
| 103 | <function>mq_unlink</function> | |
| 104 | <function>umask</function> | |
| 105 | <function>wait</function> | |
| 106 | </calls> | |
| e4e324c4 | 107 | </test> |
| 108 | ||
| 109 | <test> | |
| 110 | <desc></desc> | |
| 111 | <binary>t_mq_parent_child</binary> | |
| 112 | <timeout>10</timeout> | |
| 113 | <iterations>1</iterations> | |
| 114 | <optional>false</optional> | |
| b8e8e429 SK |
115 | <calls> |
| 116 | <function>exit</function> | |
| 117 | <function>mq_close</function> | |
| 118 | <function>mq_unlink</function> | |
| 119 | <function>perror</function> | |
| 120 | <function>fork</function> | |
| 121 | <function>mq_close</function> | |
| 122 | <function>mq_open</function> | |
| 123 | <function>mq_receive</function> | |
| 124 | <function>mq_send</function> | |
| 125 | <function>mq_unlink</function> | |
| 126 | <function>strcmp</function> | |
| 127 | <function>wait</function> | |
| 128 | </calls> | |
| e4e324c4 | 129 | </test> |
| 130 | ||
| 131 | <test> | |
| 132 | <desc></desc> | |
| 133 | <binary>t_mq_parent_child_multmsg</binary> | |
| 134 | <timeout>10</timeout> | |
| 135 | <iterations>1</iterations> | |
| 136 | <optional>false</optional> | |
| b8e8e429 SK |
137 | <calls> |
| 138 | <function>fork</function> | |
| 139 | <function>mq_close</function> | |
| 140 | <function>mq_open</function> | |
| 141 | <function>mq_receive</function> | |
| 142 | <function>mq_send</function> | |
| 143 | <function>mq_unlink</function> | |
| 144 | <function>strcmp</function> | |
| 145 | <function>strlen</function> | |
| 146 | <function>wait</function> | |
| 147 | </calls> | |
| e4e324c4 | 148 | </test> |
| 149 | ||
| 150 | <test> | |
| 151 | <desc></desc> | |
| 152 | <binary>t_mq_select</binary> | |
| 153 | <timeout>10</timeout> | |
| 154 | <iterations>1</iterations> | |
| 155 | <optional>false</optional> | |
| b8e8e429 SK |
156 | <calls> |
| 157 | <function>FD_CLR</function> | |
| 158 | <function>FD_ISSET</function> | |
| 159 | <function>FD_SET</function> | |
| 160 | <function>FD_ZERO</function> | |
| 161 | <function>fork</function> | |
| 162 | <function>mq_close</function> | |
| 163 | <function>mq_open</function> | |
| 164 | <function>mq_receive</function> | |
| 165 | <function>mq_send</function> | |
| 166 | <function>mq_unlink</function> | |
| 167 | <function>select</function> | |
| 168 | <function>sleep</function> | |
| 169 | <function>strcmp</function> | |
| 170 | </calls> | |
| e4e324c4 | 171 | </test> |
| 172 | ||
| 173 | <test> | |
| 174 | <desc></desc> | |
| 175 | <binary>t_mq_send</binary> | |
| 176 | <timeout>10</timeout> | |
| 177 | <iterations>1</iterations> | |
| 178 | <optional>false</optional> | |
| b8e8e429 SK |
179 | <calls> |
| 180 | <function>free</function> | |
| 181 | <function>malloc</function> | |
| 182 | <function>memset</function> | |
| 183 | <function>mq_close</function> | |
| 184 | <function>mq_open</function> | |
| 185 | <function>mq_send</function> | |
| 186 | <function>mq_unlink</function> | |
| 187 | <function>sysconf</function> | |
| 188 | </calls> | |
| e4e324c4 | 189 | </test> |
| 190 | ||
| 191 | <test> | |
| 192 | <desc></desc> | |
| 193 | <binary>t_mq_send2</binary> | |
| 194 | <timeout>10</timeout> | |
| 195 | <iterations>1</iterations> | |
| 196 | <optional>false</optional> | |
| b8e8e429 SK |
197 | <calls> |
| 198 | <function>WIFSIGNALED</function> | |
| 199 | <function>WTERMSIG</function> | |
| 200 | <function>fork</function> | |
| 201 | <function>kill</function> | |
| 202 | <function>memset</function> | |
| 203 | <function>mq_close</function> | |
| 204 | <function>mq_open</function> | |
| 205 | <function>mq_send</function> | |
| 206 | <function>mq_unlink</function> | |
| 207 | <function>sleep</function> | |
| 208 | <function>wait</function> | |
| 209 | </calls> | |
| e4e324c4 | 210 | </test> |
| 211 | ||
| 212 | <test> | |
| 213 | <desc></desc> | |
| 214 | <binary>t_mq_send3</binary> | |
| 215 | <timeout>10</timeout> | |
| 216 | <iterations>1</iterations> | |
| 217 | <optional>false</optional> | |
| b8e8e429 SK |
218 | <calls> |
| 219 | <function>fork</function> | |
| 220 | <function>memset</function> | |
| 221 | <function>mq_close</function> | |
| 222 | <function>mq_getattr</function> | |
| 223 | <function>mq_open</function> | |
| 224 | <function>mq_receive</function> | |
| 225 | <function>mq_send</function> | |
| 226 | <function>mq_unlink</function> | |
| 227 | <function>sleep</function> | |
| 228 | </calls> | |
| e4e324c4 | 229 | </test> |
| 230 | ||
| 231 | <test> | |
| 232 | <desc></desc> | |
| 233 | <binary>t_mq_send_dos</binary> | |
| 234 | <timeout>10</timeout> | |
| 235 | <iterations>1</iterations> | |
| 236 | <optional>false</optional> | |
| b8e8e429 SK |
237 | <calls> |
| 238 | <function>memset</function> | |
| 239 | <function>mq_close</function> | |
| 240 | <function>mq_open</function> | |
| 241 | <function>mq_send</function> | |
| 242 | <function>mq_unlink</function> | |
| 243 | </calls> | |
| e4e324c4 | 244 | </test> |
| 245 | ||
| 246 | <test> | |
| 247 | <desc></desc> | |
| 248 | <binary>t_mq_setattr</binary> | |
| 249 | <timeout>10</timeout> | |
| 250 | <iterations>1</iterations> | |
| 251 | <optional>false</optional> | |
| b8e8e429 SK |
252 | <calls> |
| 253 | <function>memset</function> | |
| 254 | <function>mq_close</function> | |
| 255 | <function>mq_getattr</function> | |
| 256 | <function>mq_open</function> | |
| 257 | <function>mq_setattr</function> | |
| 258 | <function>mq_unlink</function> | |
| 259 | </calls> | |
| e4e324c4 | 260 | </test> |
| 261 | ||
| 262 | <test> | |
| 263 | <desc></desc> | |
| 264 | <binary>t_mq_timedsend</binary> | |
| 265 | <timeout>10</timeout> | |
| 266 | <iterations>1</iterations> | |
| 267 | <optional>false</optional> | |
| b8e8e429 SK |
268 | <calls> |
| 269 | <function>WIFSIGNALED</function> | |
| 270 | <function>WTERMSIG</function> | |
| 271 | <function>clock_gettime</function> | |
| 272 | <function>fork</function> | |
| 273 | <function>memset</function> | |
| 274 | <function>mq_close</function> | |
| 275 | <function>mq_open</function> | |
| 276 | <function>mq_receive</function> | |
| 277 | <function>mq_send</function> | |
| 278 | <function>mq_timedsend</function> | |
| 279 | <function>mq_unlink</function> | |
| 280 | <function>wait</function> | |
| 281 | </calls> | |
| e4e324c4 | 282 | </test> |
| 283 | ||
| 284 | <test> | |
| 285 | <desc></desc> | |
| 286 | <binary>t_mq_timedsend2</binary> | |
| 287 | <timeout>10</timeout> | |
| 288 | <iterations>1</iterations> | |
| 289 | <optional>false</optional> | |
| b8e8e429 SK |
290 | <calls> |
| 291 | <function>memset</function> | |
| 292 | <function>mq_close</function> | |
| 293 | <function>mq_open</function> | |
| 294 | <function>mq_send</function> | |
| 295 | <function>mq_timedsend</function> | |
| 296 | <function>mq_unlink</function> | |
| 297 | </calls> | |
| e4e324c4 | 298 | </test> |
| 299 | ||
| 300 | <test> | |
| 301 | <desc></desc> | |
| 302 | <binary>t_mq_timedreceive_timeout</binary> | |
| 303 | <timeout>10</timeout> | |
| 304 | <iterations>1</iterations> | |
| 305 | <optional>false</optional> | |
| b8e8e429 SK |
306 | <calls> |
| 307 | <function>clock_gettime</function> | |
| 308 | <function>gettimeofday</function> | |
| 309 | <function>mq_close</function> | |
| 310 | <function>mq_open</function> | |
| 311 | <function>mq_timedreceive</function> | |
| 312 | <function>mq_unlink</function> | |
| 313 | </calls> | |
| e4e324c4 | 314 | </test> |
| 315 | ||
| 316 | <test> | |
| 317 | <desc></desc> | |
| 318 | <binary>t_mq_timedsend_timeout</binary> | |
| 319 | <timeout>10</timeout> | |
| 320 | <iterations>1</iterations> | |
| 321 | <optional>false</optional> | |
| b8e8e429 SK |
322 | <calls> |
| 323 | <function>clock_gettime</function> | |
| 324 | <function>gettimeofday</function> | |
| 325 | <function>memset</function> | |
| 326 | <function>mq_close</function> | |
| 327 | <function>mq_open</function> | |
| 328 | <function>mq_send</function> | |
| 329 | <function>mq_timedsend</function> | |
| 330 | <function>mq_unlink</function> | |
| 331 | </calls> | |
| e4e324c4 | 332 | </test> |
| 333 | ||
| 334 | </list-of-tests> |