Closed Bug 1919987 Opened 1 month ago Closed 1 month ago

[wpt-sync] Sync PR 48261 - Sync interfaces/ with @webref/idl 3.54.0

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox132 fixed)

RESOLVED FIXED
132 Branch
Tracking Status
firefox132 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 48261 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/48261
Details from upstream follow.

wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> wrote:

Sync interfaces/ with @webref/idl 3.54.0

This automated pull request updates interfaces/*.idl from @webref/idl 3.54.0.

Before merging, please check that any tests that depend on the updated IDL files still work. In particular, check for gray boxes as the wpt.fyi check status, which usually means that some tests have regressed.

If additional changes are needed, please manually create another PR based on this one.

See the workflow for how this pull request was created, and the README for how the IDL files in this directory are used.

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 2 tests and 32 subtests

Status Summary

Firefox

OK : 2
PASS: 46
FAIL: 59

Chrome

OK : 2
PASS: 98
FAIL: 7

Safari

OK : 2
PASS: 46
FAIL: 59

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /webhid/idlharness.https.any.html [wpt.fyi]
    • HID interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface object length: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: attribute onconnect: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: attribute ondisconnect: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: operation getDevices(): FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: operation requestDevice(HIDDeviceRequestOptions): FAIL (Chrome: PASS, Safari: FAIL)
    • HID must be primary interface of navigator.hid: FAIL (Chrome: PASS, Safari: FAIL)
    • Stringification of navigator.hid: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: navigator.hid must inherit property "onconnect" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: navigator.hid must inherit property "ondisconnect" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: navigator.hid must inherit property "getDevices()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: navigator.hid must inherit property "requestDevice(HIDDeviceRequestOptions)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • HID interface: calling requestDevice(HIDDeviceRequestOptions) on navigator.hid with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface object length: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute oninputreport: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute opened: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute vendorId: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute productId: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute productName: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: attribute collections: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation open(): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation close(): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation forget(): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation sendReport(octet, BufferSource): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation sendFeatureReport(octet, BufferSource): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDDevice interface: operation receiveFeatureReport(octet): FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface object length: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDConnectionEvent interface: attribute device: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
    • HIDInputReportEvent interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: attribute device: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: attribute reportId: FAIL (Chrome: PASS, Safari: FAIL)
    • HIDInputReportEvent interface: attribute data: FAIL (Chrome: PASS, Safari: FAIL)
    • Navigator interface: attribute hid: FAIL (Chrome: PASS, Safari: FAIL)
    • Navigator interface: navigator must inherit property "hid" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
  • /webhid/idlharness.https.any.worker.html [wpt.fyi]
    • HID must be primary interface of navigator.hid: FAIL (Chrome: FAIL, Safari: FAIL)
    • Stringification of navigator.hid: FAIL (Chrome: FAIL, Safari: FAIL)
    • HID interface: navigator.hid must not have property "onconnect": FAIL (Chrome: FAIL, Safari: FAIL)
    • HID interface: navigator.hid must not have property "ondisconnect": FAIL (Chrome: FAIL, Safari: FAIL)
    • HID interface: navigator.hid must not have property "getDevices": FAIL (Chrome: FAIL, Safari: FAIL)
    • HID interface: navigator.hid must not have property "requestDevice": FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e0e995ff4121 [wpt PR 48261] - Sync interfaces/ with @webref/idl 3.54.0, a=testonly
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in before you can comment on or make changes to this bug.