Closed Bug 1623977 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 22363 - WebAudio/OrientationSensor/Portals: use Wasm to get a SharedArrayBuff…

Categories

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

task

Tracking

(firefox76 fixed)

RESOLVED FIXED
mozilla76
Tracking Status
firefox76 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Anne van Kesteren <annevk@annevk.nl> wrote:

WebAudio/OrientationSensor/Portals: use Wasm to get a SharedArrayBuff…

…er instance

For https://github.com/web-platform-tests/wpt/issues/22358.

CI Results

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

Total 50 tests

Status Summary

Firefox

OK : 4
PASS : 57[GitHub] 103[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL : 53
PRECONDITION_FAILED: 7

Chrome

OK : 4
PASS : 66
FAIL : 44
PRECONDITION_FAILED: 7

Safari

OK : 3
FAIL : 48
PRECONDITION_FAILED: 7
ERROR : 1

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html

AUDIT TASK RUNNER FINISHED: 2 out of 5 tasks were failed.: FAIL

X 4: buffer.copyToChannel(x, 0, -1) incorrectly threw IndexSizeError: "AudioBuffer.copyToChannel: Start index (4294967295) is out of range".: FAIL
X 5: buffer.copyFromChannel(x, 0, -1) incorrectly threw IndexSizeError: "AudioBuffer.copyFromChannel: Start index (4294967295) is out of range".: FAIL
< [copyTo-exceptions] 1 out of 10 assertions were failed.: FAIL
< [copyFrom-exceptions] 1 out of 11 assertions were failed.: FAIL
/portals/portal-activate-data.html
A string can be passed through activate data.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
An image bitmap can be transferred through activate data.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
An array buffer can be transferred through activate data.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
A SharedArrayBuffer cannot be passed through activate data.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
A message port can be passed through activate data.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
Errors during transfer list processing are propagated.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
Uncloneable data has its exception propagated.: PRECONDITION_FAILED (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
/orientation-sensor/RelativeOrientationSensor.https.html
RelativeOrientationSensor: frequency hint works.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor.stop() returns undefined.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that frequency is capped to the maximum supported frequency.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor.populateMatrix() method works correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor timestamp is updated when time passes.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: no exception is thrown when calling stop() on already stopped sensor.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor.start() returns undefined.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor reading is correct when options.referenceFrame is 'screen'.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that onerror is send when start() call has failed.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor reading is correct.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that onerror is sent when permissions are not granted.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: throw 'TypeError' if referenceFrame is not one of enumeration values.: FAIL (Chrome: PASS, Safari: FAIL)
RelativeOrientationSensor: Test that sensor can be successfully created and its states are correct.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: sensor receives suspend / resume notifications when cross-origin subframe is focused.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that frequency is limited to the minimum supported frequency.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that onerror is sent when sensor is not supported.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor.quaternion return a four-element FrozenArray.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that 'onreading' is called and sensor reading is valid.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that frequency is capped to allowed maximum.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: throw 'TypeError' if frequency is invalid.: FAIL (Chrome: PASS, Safari: FAIL)
RelativeOrientationSensor: Test that fresh reading is fetched on start().: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: no exception is thrown when calling start() on already started sensor.: FAIL (Chrome: FAIL, Safari: FAIL)
RelativeOrientationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.: FAIL (Chrome: FAIL, Safari: FAIL)
/orientation-sensor/AbsoluteOrientationSensor.https.html
AbsoluteOrientationSensor: sensor reading is correct when options.referenceFrame is 'screen'.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that 'onreading' is called and sensor reading is valid.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: sensor.stop() returns undefined.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: sensor.start() returns undefined.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: throw 'TypeError' if frequency is invalid.: FAIL (Chrome: PASS, Safari: FAIL)
AbsoluteOrientationSensor.populateMatrix() method works correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that frequency is capped to allowed maximum.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that frequency is capped to the maximum supported frequency.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: sensor receives suspend / resume notifications when cross-origin subframe is focused.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that frequency is limited to the minimum supported frequency.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: no exception is thrown when calling start() on already started sensor.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that onerror is sent when permissions are not granted.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: frequency hint works.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that onerror is sent when sensor is not supported.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor.quaternion return a four-element FrozenArray.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: sensor reading is correct.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that sensor can be successfully created and its states are correct.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that fresh reading is fetched on start().: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: throw 'TypeError' if referenceFrame is not one of enumeration values.: FAIL (Chrome: PASS, Safari: FAIL)
AbsoluteOrientationSensor: sensor timestamp is updated when time passes.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: Test that onerror is send when start() call has failed.: FAIL (Chrome: FAIL, Safari: FAIL)
AbsoluteOrientationSensor: no exception is thrown when calling stop() on already stopped sensor.: FAIL (Chrome: FAIL, Safari: FAIL)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e964df90259
[wpt PR 22363] - WebAudio/OrientationSensor/Portals: use Wasm to get a SharedArrayBuff…, a=testonly
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in before you can comment on or make changes to this bug.