usbDevice.https.any.js.ini (11292B)
1 [usbDevice.https.any.html] 2 [open rejects when called on a disconnected device] 3 expected: FAIL 4 5 [disconnection closes the device] 6 expected: FAIL 7 8 [a device can be opened and closed] 9 expected: FAIL 10 11 [open and close can be called multiple times] 12 expected: FAIL 13 14 [open and close cannot be called again while open or close are in progress] 15 expected: FAIL 16 17 [close rejects when called on a disconnected device] 18 expected: FAIL 19 20 [selectConfiguration rejects when called on a disconnected device] 21 expected: FAIL 22 23 [methods requiring it reject when the device is not open] 24 expected: FAIL 25 26 [device configuration can be set and queried] 27 expected: FAIL 28 29 [selectConfiguration rejects on invalid configurations] 30 expected: FAIL 31 32 [methods requiring it reject when the device is unconfigured] 33 expected: FAIL 34 35 [interfaces are released on close] 36 expected: FAIL 37 38 [a non-existent interface cannot be claimed or released] 39 expected: FAIL 40 41 [claimInterface rejects when called on a disconnected device] 42 expected: FAIL 43 44 [releaseInterface rejects when called on a disconnected device] 45 expected: FAIL 46 47 [can select an alternate interface] 48 expected: FAIL 49 50 [cannot select a non-existent alternate interface] 51 expected: FAIL 52 53 [selectAlternateInterface rejects when called on a disconnected device] 54 expected: FAIL 55 56 [controlTransferIn rejects when called on a disconnected device] 57 expected: FAIL 58 59 [controlTransferOut rejects when called on a disconnected device] 60 expected: FAIL 61 62 [requests to interfaces and endpoint require an interface claim] 63 expected: FAIL 64 65 [can clear a halt condition] 66 expected: FAIL 67 68 [clearHalt rejects when called on a disconnected device] 69 expected: FAIL 70 71 [transfers to unavailable endpoints are rejected] 72 expected: FAIL 73 74 [can issue IN interrupt transfer] 75 expected: FAIL 76 77 [can issue IN bulk transfer] 78 expected: FAIL 79 80 [transferIn rejects if called on a disconnected device] 81 expected: FAIL 82 83 [can issue OUT bulk transfer] 84 expected: FAIL 85 86 [transferOut rejects if called on a disconnected device] 87 expected: FAIL 88 89 [can issue IN isochronous transfer] 90 expected: FAIL 91 92 [isochronousTransferIn rejects when called on a disconnected device] 93 expected: FAIL 94 95 [can issue OUT isochronous transfer] 96 expected: FAIL 97 98 [isochronousTransferOut rejects when called on a disconnected device] 99 expected: FAIL 100 101 [can reset the device] 102 expected: FAIL 103 104 [resetDevice rejects when called on a disconnected device] 105 expected: FAIL 106 107 [control transfers with a invalid recipient type reject] 108 expected: FAIL 109 110 [device operations reject if an device state change is in progress] 111 expected: FAIL 112 113 [can issue all types of IN control transfers] 114 expected: FAIL 115 116 [an interface can be claimed multiple times] 117 expected: FAIL 118 119 [an interface can be released multiple times] 120 expected: FAIL 121 122 [a device configuration value can be set again] 123 expected: FAIL 124 125 [control transfers to a non-existant interface reject] 126 expected: FAIL 127 128 [device operations reject if an interface state change is in progress] 129 expected: FAIL 130 131 [can issue all types of OUT control transfers] 132 expected: FAIL 133 134 [control transfers with a invalid request type reject] 135 expected: FAIL 136 137 [transferOut rejects if called with a detached buffer] 138 expected: FAIL 139 140 [controlTransferOut rejects if called with a detached buffer] 141 expected: FAIL 142 143 [isochronousTransferOut rejects when called with a detached buffer] 144 expected: FAIL 145 146 [interfaces can be claimed and released] 147 expected: FAIL 148 149 [interfaces can be claimed and released in parallel] 150 expected: FAIL 151 152 [device-scope OUT control transfers don't require configuration] 153 expected: FAIL 154 155 [device-scope IN control transfers don't require configuration] 156 expected: FAIL 157 158 [interface-scope OUT control transfers an interface claim] 159 expected: FAIL 160 161 [interface-scope IN control transfers require claiming the interface] 162 expected: FAIL 163 164 [interface-scope IN control transfers require configuration] 165 expected: FAIL 166 167 [interface-scope OUT control transfers require configuration] 168 expected: FAIL 169 170 171 [usbDevice.https.any.worker.html] 172 [open rejects when called on a disconnected device] 173 expected: FAIL 174 175 [disconnection closes the device] 176 expected: FAIL 177 178 [a device can be opened and closed] 179 expected: FAIL 180 181 [open and close can be called multiple times] 182 expected: FAIL 183 184 [open and close cannot be called again while open or close are in progress] 185 expected: FAIL 186 187 [close rejects when called on a disconnected device] 188 expected: FAIL 189 190 [selectConfiguration rejects when called on a disconnected device] 191 expected: FAIL 192 193 [methods requiring it reject when the device is not open] 194 expected: FAIL 195 196 [device configuration can be set and queried] 197 expected: FAIL 198 199 [selectConfiguration rejects on invalid configurations] 200 expected: FAIL 201 202 [methods requiring it reject when the device is unconfigured] 203 expected: FAIL 204 205 [interfaces are released on close] 206 expected: FAIL 207 208 [a non-existent interface cannot be claimed or released] 209 expected: FAIL 210 211 [claimInterface rejects when called on a disconnected device] 212 expected: FAIL 213 214 [releaseInterface rejects when called on a disconnected device] 215 expected: FAIL 216 217 [can select an alternate interface] 218 expected: FAIL 219 220 [cannot select a non-existent alternate interface] 221 expected: FAIL 222 223 [selectAlternateInterface rejects when called on a disconnected device] 224 expected: FAIL 225 226 [controlTransferIn rejects when called on a disconnected device] 227 expected: FAIL 228 229 [controlTransferOut rejects when called on a disconnected device] 230 expected: FAIL 231 232 [requests to interfaces and endpoint require an interface claim] 233 expected: FAIL 234 235 [can clear a halt condition] 236 expected: FAIL 237 238 [clearHalt rejects when called on a disconnected device] 239 expected: FAIL 240 241 [transfers to unavailable endpoints are rejected] 242 expected: FAIL 243 244 [can issue IN interrupt transfer] 245 expected: FAIL 246 247 [can issue IN bulk transfer] 248 expected: FAIL 249 250 [transferIn rejects if called on a disconnected device] 251 expected: FAIL 252 253 [can issue OUT bulk transfer] 254 expected: FAIL 255 256 [transferOut rejects if called on a disconnected device] 257 expected: FAIL 258 259 [can issue IN isochronous transfer] 260 expected: FAIL 261 262 [isochronousTransferIn rejects when called on a disconnected device] 263 expected: FAIL 264 265 [can issue OUT isochronous transfer] 266 expected: FAIL 267 268 [isochronousTransferOut rejects when called on a disconnected device] 269 expected: FAIL 270 271 [can reset the device] 272 expected: FAIL 273 274 [resetDevice rejects when called on a disconnected device] 275 expected: FAIL 276 277 [control transfers with a invalid recipient type reject] 278 expected: FAIL 279 280 [device operations reject if an device state change is in progress] 281 expected: FAIL 282 283 [can issue all types of IN control transfers] 284 expected: FAIL 285 286 [an interface can be claimed multiple times] 287 expected: FAIL 288 289 [an interface can be released multiple times] 290 expected: FAIL 291 292 [a device configuration value can be set again] 293 expected: FAIL 294 295 [control transfers to a non-existant interface reject] 296 expected: FAIL 297 298 [device operations reject if an interface state change is in progress] 299 expected: FAIL 300 301 [can issue all types of OUT control transfers] 302 expected: FAIL 303 304 [control transfers with a invalid request type reject] 305 expected: FAIL 306 307 [transferOut rejects if called with a detached buffer] 308 expected: FAIL 309 310 [controlTransferOut rejects if called with a detached buffer] 311 expected: FAIL 312 313 [isochronousTransferOut rejects when called with a detached buffer] 314 expected: FAIL 315 316 [interfaces can be claimed and released] 317 expected: FAIL 318 319 [interfaces can be claimed and released in parallel] 320 expected: FAIL 321 322 [device-scope OUT control transfers don't require configuration] 323 expected: FAIL 324 325 [device-scope IN control transfers don't require configuration] 326 expected: FAIL 327 328 [interface-scope OUT control transfers an interface claim] 329 expected: FAIL 330 331 [interface-scope IN control transfers require claiming the interface] 332 expected: FAIL 333 334 [interface-scope IN control transfers require configuration] 335 expected: FAIL 336 337 [interface-scope OUT control transfers require configuration] 338 expected: FAIL 339 340 341 [usbDevice.https.any.sharedworker.html] 342 [open rejects when called on a disconnected device] 343 expected: FAIL 344 345 [disconnection closes the device] 346 expected: FAIL 347 348 [a device can be opened and closed] 349 expected: FAIL 350 351 [open and close can be called multiple times] 352 expected: FAIL 353 354 [open and close cannot be called again while open or close are in progress] 355 expected: FAIL 356 357 [close rejects when called on a disconnected device] 358 expected: FAIL 359 360 [selectConfiguration rejects when called on a disconnected device] 361 expected: FAIL 362 363 [methods requiring it reject when the device is not open] 364 expected: FAIL 365 366 [device configuration can be set and queried] 367 expected: FAIL 368 369 [selectConfiguration rejects on invalid configurations] 370 expected: FAIL 371 372 [methods requiring it reject when the device is unconfigured] 373 expected: FAIL 374 375 [an interface can be claimed and released] 376 expected: FAIL 377 378 [interfaces are released on close] 379 expected: FAIL 380 381 [a non-existent interface cannot be claimed or released] 382 expected: FAIL 383 384 [claimInterface rejects when called on a disconnected device] 385 expected: FAIL 386 387 [releaseInterface rejects when called on a disconnected device] 388 expected: FAIL 389 390 [can select an alternate interface] 391 expected: FAIL 392 393 [cannot select a non-existent alternate interface] 394 expected: FAIL 395 396 [selectAlternateInterface rejects when called on a disconnected device] 397 expected: FAIL 398 399 [can issue IN control transfer] 400 expected: FAIL 401 402 [controlTransferIn rejects when called on a disconnected device] 403 expected: FAIL 404 405 [can issue OUT control transfer] 406 expected: FAIL 407 408 [controlTransferOut rejects when called on a disconnected device] 409 expected: FAIL 410 411 [requests to interfaces and endpoint require an interface claim] 412 expected: FAIL 413 414 [can clear a halt condition] 415 expected: FAIL 416 417 [clearHalt rejects when called on a disconnected device] 418 expected: FAIL 419 420 [transfers to unavailable endpoints are rejected] 421 expected: FAIL 422 423 [can issue IN interrupt transfer] 424 expected: FAIL 425 426 [can issue IN bulk transfer] 427 expected: FAIL 428 429 [transferIn rejects if called on a disconnected device] 430 expected: FAIL 431 432 [can issue OUT bulk transfer] 433 expected: FAIL 434 435 [transferOut rejects if called on a disconnected device] 436 expected: FAIL 437 438 [can issue IN isochronous transfer] 439 expected: FAIL 440 441 [isochronousTransferIn rejects when called on a disconnected device] 442 expected: FAIL 443 444 [can issue OUT isochronous transfer] 445 expected: FAIL 446 447 [isochronousTransferOut rejects when called on a disconnected device] 448 expected: FAIL 449 450 [can reset the device] 451 expected: FAIL 452 453 [resetDevice rejects when called on a disconnected device] 454 expected: FAIL