1
0
Fork 0
firefox/testing/web-platform/meta/webusb/usbDevice.https.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

455 lines
11 KiB
INI

[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