Closed Bug 1822232 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 38974 - compute pressure: Add support for Workers

Categories

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

task

Tracking

(firefox113 fixed)

RESOLVED FIXED
113 Branch
Tracking Status
firefox113 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Arnaud Mandy <arnaud.mandy@intel.com> wrote:

compute pressure: Add support for Workers

Implementation of compute pressure for dedicated workers and
shared workers.1

WPT tests have been updated accordingly.

Bug: 1421715
Change-Id: Ia8a9b8c13677f6eeb0d302838e8d20224aa5512f
Reviewed-on: https://chromium-review.googlesource.com/4204027
WPT-Export-Revision: 5a5d71a3acaeb10ef914b89f1c6181eab0a6f67a

Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

CI Results

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

Total 6 tests and 6 subtests

Status Summary

Firefox

OK : 5
PASS : 8
FAIL : 103
TIMEOUT: 1
ERROR : 1
NOTRUN : 1

Chrome

OK : 4
PASS : 40
CRASH : 2
FAIL : 65

Safari

OK : 5
PASS : 8
FAIL : 103
TIMEOUT: 1
ERROR : 1
NOTRUN : 1

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /compute-pressure/compute_pressure_basic.tentative.https.window.html [wpt.fyi]: ERROR (Chrome: CRASH, Safari: ERROR)
    • An active PressureObserver calls its callback at least once: FAIL (Safari: FAIL)
    • Test receives updates from dedicated worker: TIMEOUT (Safari: TIMEOUT)
    • Test receives updates from shared worker: NOTRUN (Safari: NOTRUN)
  • /compute-pressure/idlharness.https.any.html [wpt.fyi]
    • idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface object length: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: operation observe(PressureSource): FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: operation unobserve(PressureSource): FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: operation disconnect(): FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: operation takeRecords(): FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: attribute supportedSources: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver must be primary interface of observer: FAIL (Chrome: PASS, Safari: FAIL)
    • Stringification of observer: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "disconnect()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "takeRecords()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "supportedSources" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface object length: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface object name: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: attribute source: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: attribute state: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: attribute factors: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: attribute time: FAIL (Chrome: PASS, Safari: FAIL)
    • PressureRecord interface: operation toJSON(): FAIL (Chrome: PASS, Safari: FAIL)
  • /compute-pressure/idlharness.https.any.sharedworker.html [wpt.fyi]
    • idl_test setup: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation observe(PressureSource): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation unobserve(PressureSource): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation disconnect(): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation takeRecords(): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: attribute supportedSources: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver must be primary interface of observer: FAIL (Chrome: FAIL, Safari: FAIL)
    • Stringification of observer: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "disconnect()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "takeRecords()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "supportedSources" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute source: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute state: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute factors: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute time: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: operation toJSON(): FAIL (Chrome: FAIL, Safari: FAIL)
  • /compute-pressure/idlharness.https.any.worker.html [wpt.fyi]
    • idl_test setup: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation observe(PressureSource): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation unobserve(PressureSource): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation disconnect(): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: operation takeRecords(): FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: attribute supportedSources: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver must be primary interface of observer: FAIL (Chrome: FAIL, Safari: FAIL)
    • Stringification of observer: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "disconnect()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "takeRecords()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureObserver interface: observer must inherit property "supportedSources" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute source: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute state: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute factors: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: attribute time: FAIL (Chrome: FAIL, Safari: FAIL)
    • PressureRecord interface: operation toJSON(): FAIL (Chrome: FAIL, Safari: FAIL)
  • /compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html [wpt.fyi]
    • permissions policy header "compute-pressure=*" allows the top-level document.: FAIL (Safari: FAIL)
    • permissions policy header "compute-pressure=*" allows same-origin iframes.: FAIL (Safari: FAIL)
    • permissions policy header "compute-pressure=*" allows cross-origin iframes with allow="compute-pressure" attribute.: FAIL (Safari: FAIL)
    • $Inherited permissions policy header "compute-pressure=*" allows dedicated workers.: FAIL (Safari: FAIL)
  • /compute-pressure/permissions-policy/compute-pressure-disabled-by-permissions-policy.https.html [wpt.fyi]
    • permissions policy header "compute-pressure=()" disallows the top-level document.: FAIL (Chrome: PASS, Safari: FAIL)
    • $Inherited Permissions-Policy header compute-pressure=() disallows dedicated workers.: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f98e24f55b7d [wpt PR 38974] - compute pressure: Add support for Workers, a=testonly https://hg.mozilla.org/integration/autoland/rev/1d4ccb5ccb0a [wpt PR 38974] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in before you can comment on or make changes to this bug.