diff options
Diffstat (limited to 'testing/web-platform/meta/webusb/usbDevice.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webusb/usbDevice.https.any.js.ini | 455 |
1 files changed, 455 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webusb/usbDevice.https.any.js.ini b/testing/web-platform/meta/webusb/usbDevice.https.any.js.ini new file mode 100644 index 0000000000..9745a75a8c --- /dev/null +++ b/testing/web-platform/meta/webusb/usbDevice.https.any.js.ini @@ -0,0 +1,455 @@ +[usbDevice.https.any.html] + [open rejects when called on a disconnected device] + expected: FAIL + + [disconnection closes the device] + expected: FAIL + + [a device can be opened and closed] + expected: FAIL + + [open and close can be called multiple times] + expected: FAIL + + [open and close cannot be called again while open or close are in progress] + expected: FAIL + + [close rejects when called on a disconnected device] + expected: FAIL + + [selectConfiguration rejects when called on a disconnected device] + expected: FAIL + + [methods requiring it reject when the device is not open] + expected: FAIL + + [device configuration can be set and queried] + expected: FAIL + + [selectConfiguration rejects on invalid configurations] + expected: FAIL + + [methods requiring it reject when the device is unconfigured] + expected: FAIL + + [interfaces are released on close] + expected: FAIL + + [a non-existent interface cannot be claimed or released] + expected: FAIL + + [claimInterface rejects when called on a disconnected device] + expected: FAIL + + [releaseInterface rejects when called on a disconnected device] + expected: FAIL + + [can select an alternate interface] + expected: FAIL + + [cannot select a non-existent alternate interface] + expected: FAIL + + [selectAlternateInterface rejects when called on a disconnected device] + expected: FAIL + + [controlTransferIn rejects when called on a disconnected device] + expected: FAIL + + [controlTransferOut rejects when called on a disconnected device] + expected: FAIL + + [requests to interfaces and endpoint require an interface claim] + expected: FAIL + + [can clear a halt condition] + expected: FAIL + + [clearHalt rejects when called on a disconnected device] + expected: FAIL + + [transfers to unavailable endpoints are rejected] + expected: FAIL + + [can issue IN interrupt transfer] + expected: FAIL + + [can issue IN bulk transfer] + expected: FAIL + + [transferIn rejects if called on a disconnected device] + expected: FAIL + + [can issue OUT bulk transfer] + expected: FAIL + + [transferOut rejects if called on a disconnected device] + expected: FAIL + + [can issue IN isochronous transfer] + expected: FAIL + + [isochronousTransferIn rejects when called on a disconnected device] + expected: FAIL + + [can issue OUT isochronous transfer] + expected: FAIL + + [isochronousTransferOut rejects when called on a disconnected device] + expected: FAIL + + [can reset the device] + expected: FAIL + + [resetDevice rejects when called on a disconnected device] + expected: FAIL + + [control transfers with a invalid recipient type reject] + expected: FAIL + + [device operations reject if an device state change is in progress] + expected: FAIL + + [can issue all types of IN control transfers] + expected: FAIL + + [an interface can be claimed multiple times] + expected: FAIL + + [an interface can be released multiple times] + expected: FAIL + + [a device configuration value can be set again] + expected: FAIL + + [control transfers to a non-existant interface reject] + expected: FAIL + + [device operations reject if an interface state change is in progress] + expected: FAIL + + [can issue all types of OUT control transfers] + expected: FAIL + + [control transfers with a invalid request type reject] + expected: FAIL + + [transferOut rejects if called with a detached buffer] + expected: FAIL + + [controlTransferOut rejects if called with a detached buffer] + expected: FAIL + + [isochronousTransferOut rejects when called with a detached buffer] + expected: FAIL + + [interfaces can be claimed and released] + expected: FAIL + + [interfaces can be claimed and released in parallel] + expected: FAIL + + [device-scope OUT control transfers don't require configuration] + expected: FAIL + + [device-scope IN control transfers don't require configuration] + expected: FAIL + + [interface-scope OUT control transfers an interface claim] + expected: FAIL + + [interface-scope IN control transfers require claiming the interface] + expected: FAIL + + [interface-scope IN control transfers require configuration] + expected: FAIL + + [interface-scope OUT control transfers require configuration] + expected: FAIL + + +[usbDevice.https.any.worker.html] + [open rejects when called on a disconnected device] + expected: FAIL + + [disconnection closes the device] + expected: FAIL + + [a device can be opened and closed] + expected: FAIL + + [open and close can be called multiple times] + expected: FAIL + + [open and close cannot be called again while open or close are in progress] + expected: FAIL + + [close rejects when called on a disconnected device] + expected: FAIL + + [selectConfiguration rejects when called on a disconnected device] + expected: FAIL + + [methods requiring it reject when the device is not open] + expected: FAIL + + [device configuration can be set and queried] + expected: FAIL + + [selectConfiguration rejects on invalid configurations] + expected: FAIL + + [methods requiring it reject when the device is unconfigured] + expected: FAIL + + [interfaces are released on close] + expected: FAIL + + [a non-existent interface cannot be claimed or released] + expected: FAIL + + [claimInterface rejects when called on a disconnected device] + expected: FAIL + + [releaseInterface rejects when called on a disconnected device] + expected: FAIL + + [can select an alternate interface] + expected: FAIL + + [cannot select a non-existent alternate interface] + expected: FAIL + + [selectAlternateInterface rejects when called on a disconnected device] + expected: FAIL + + [controlTransferIn rejects when called on a disconnected device] + expected: FAIL + + [controlTransferOut rejects when called on a disconnected device] + expected: FAIL + + [requests to interfaces and endpoint require an interface claim] + expected: FAIL + + [can clear a halt condition] + expected: FAIL + + [clearHalt rejects when called on a disconnected device] + expected: FAIL + + [transfers to unavailable endpoints are rejected] + expected: FAIL + + [can issue IN interrupt transfer] + expected: FAIL + + [can issue IN bulk transfer] + expected: FAIL + + [transferIn rejects if called on a disconnected device] + expected: FAIL + + [can issue OUT bulk transfer] + expected: FAIL + + [transferOut rejects if called on a disconnected device] + expected: FAIL + + [can issue IN isochronous transfer] + expected: FAIL + + [isochronousTransferIn rejects when called on a disconnected device] + expected: FAIL + + [can issue OUT isochronous transfer] + expected: FAIL + + [isochronousTransferOut rejects when called on a disconnected device] + expected: FAIL + + [can reset the device] + expected: FAIL + + [resetDevice rejects when called on a disconnected device] + expected: FAIL + + [control transfers with a invalid recipient type reject] + expected: FAIL + + [device operations reject if an device state change is in progress] + expected: FAIL + + [can issue all types of IN control transfers] + expected: FAIL + + [an interface can be claimed multiple times] + expected: FAIL + + [an interface can be released multiple times] + expected: FAIL + + [a device configuration value can be set again] + expected: FAIL + + [control transfers to a non-existant interface reject] + expected: FAIL + + [device operations reject if an interface state change is in progress] + expected: FAIL + + [can issue all types of OUT control transfers] + expected: FAIL + + [control transfers with a invalid request type reject] + expected: FAIL + + [transferOut rejects if called with a detached buffer] + expected: FAIL + + [controlTransferOut rejects if called with a detached buffer] + expected: FAIL + + [isochronousTransferOut rejects when called with a detached buffer] + expected: FAIL + + [interfaces can be claimed and released] + expected: FAIL + + [interfaces can be claimed and released in parallel] + expected: FAIL + + [device-scope OUT control transfers don't require configuration] + expected: FAIL + + [device-scope IN control transfers don't require configuration] + expected: FAIL + + [interface-scope OUT control transfers an interface claim] + expected: FAIL + + [interface-scope IN control transfers require claiming the interface] + expected: FAIL + + [interface-scope IN control transfers require configuration] + expected: FAIL + + [interface-scope OUT control transfers require configuration] + expected: FAIL + + +[usbDevice.https.any.sharedworker.html] + [open rejects when called on a disconnected device] + expected: FAIL + + [disconnection closes the device] + expected: FAIL + + [a device can be opened and closed] + expected: FAIL + + [open and close can be called multiple times] + expected: FAIL + + [open and close cannot be called again while open or close are in progress] + expected: FAIL + + [close rejects when called on a disconnected device] + expected: FAIL + + [selectConfiguration rejects when called on a disconnected device] + expected: FAIL + + [methods requiring it reject when the device is not open] + expected: FAIL + + [device configuration can be set and queried] + expected: FAIL + + [selectConfiguration rejects on invalid configurations] + expected: FAIL + + [methods requiring it reject when the device is unconfigured] + expected: FAIL + + [an interface can be claimed and released] + expected: FAIL + + [interfaces are released on close] + expected: FAIL + + [a non-existent interface cannot be claimed or released] + expected: FAIL + + [claimInterface rejects when called on a disconnected device] + expected: FAIL + + [releaseInterface rejects when called on a disconnected device] + expected: FAIL + + [can select an alternate interface] + expected: FAIL + + [cannot select a non-existent alternate interface] + expected: FAIL + + [selectAlternateInterface rejects when called on a disconnected device] + expected: FAIL + + [can issue IN control transfer] + expected: FAIL + + [controlTransferIn rejects when called on a disconnected device] + expected: FAIL + + [can issue OUT control transfer] + expected: FAIL + + [controlTransferOut rejects when called on a disconnected device] + expected: FAIL + + [requests to interfaces and endpoint require an interface claim] + expected: FAIL + + [can clear a halt condition] + expected: FAIL + + [clearHalt rejects when called on a disconnected device] + expected: FAIL + + [transfers to unavailable endpoints are rejected] + expected: FAIL + + [can issue IN interrupt transfer] + expected: FAIL + + [can issue IN bulk transfer] + expected: FAIL + + [transferIn rejects if called on a disconnected device] + expected: FAIL + + [can issue OUT bulk transfer] + expected: FAIL + + [transferOut rejects if called on a disconnected device] + expected: FAIL + + [can issue IN isochronous transfer] + expected: FAIL + + [isochronousTransferIn rejects when called on a disconnected device] + expected: FAIL + + [can issue OUT isochronous transfer] + expected: FAIL + + [isochronousTransferOut rejects when called on a disconnected device] + expected: FAIL + + [can reset the device] + expected: FAIL + + [resetDevice rejects when called on a disconnected device] + expected: FAIL + |