[wpt-sync] Sync PR 35965 - orientation sensor: Fix typo in test function name.
Categories
(Core :: DOM: Device Interfaces, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35965 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35965
Details from upstream follow.
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> wrote:
orientation sensor: Fix typo in test function name.
Orienation -> Orientation
Change-Id: Ib6af0610e0719d751685589367a6fe81092d5231
Reviewed-on: https://chromium-review.googlesource.com/3904390
WPT-Export-Revision: 64103871311af4528b0d2056aeb554a26c8de7f5
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 22 subtests
Status Summary
Firefox
FAIL : 6
ERROR : 2
NOTRUN: 38
Chrome
OK : 2
PASS : 42
FAIL : 2
Safari
FAIL : 6
ERROR : 2
NOTRUN: 38
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /orientation-sensor/AbsoluteOrientationSensor.https.html [wpt.fyi]:
ERROR[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-debug,Gecko-windows10-64-2004-qr-opt] (Chrome:OK, Safari:ERROR)- AbsoluteOrientationSensor: Test that onerror is sent when sensor is not supported.:
FAIL(Chrome:PASS, Safari:FAIL) - AbsoluteOrientationSensor: Test that onerror is sent when permissions are not granted.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that onerror is send when start() call has failed.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that frequency is capped to allowed maximum.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that frequency is capped to the maximum supported frequency.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that frequency is limited to the minimum supported frequency.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that 'onreading' is called and sensor reading is valid.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: sensor reading is correct.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: sensor timestamp is updated when time passes.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that sensor can be successfully created and its states are correct.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: no exception is thrown when calling start() on already started sensor.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: no exception is thrown when calling stop() on already stopped sensor.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Test that fresh reading is fetched on start().:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: frequency hint works.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: Readings delivered by shared platform sensor are immediately accessible to all sensors.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor: throw 'TypeError' if frequency is invalid.:
FAIL(Chrome:PASS, Safari:FAIL) - AbsoluteOrientationSensor: sensor reading is correct when options.referenceFrame is 'screen'.:
NOTRUN(Chrome:FAIL, Safari:NOTRUN) - AbsoluteOrientationSensor: throw 'TypeError' if referenceFrame is not one of enumeration values.:
FAIL(Chrome:PASS, Safari:FAIL) - AbsoluteOrientationSensor.quaternion return a four-element FrozenArray.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - AbsoluteOrientationSensor.populateMatrix() method works correctly.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- AbsoluteOrientationSensor: Test that onerror is sent when sensor is not supported.:
- /orientation-sensor/RelativeOrientationSensor.https.html [wpt.fyi]:
ERROR[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-debug,Gecko-windows10-64-2004-qr-opt] (Chrome:OK, Safari:ERROR)- RelativeOrientationSensor: Test that onerror is sent when sensor is not supported.:
FAIL(Chrome:PASS, Safari:FAIL) - RelativeOrientationSensor: Test that onerror is sent when permissions are not granted.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that onerror is send when start() call has failed.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that frequency is capped to allowed maximum.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that frequency is capped to the maximum supported frequency.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that frequency is limited to the minimum supported frequency.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that 'onreading' is called and sensor reading is valid.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: sensor reading is correct.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: sensor timestamp is updated when time passes.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that sensor can be successfully created and its states are correct.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: no exception is thrown when calling start() on already started sensor.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: no exception is thrown when calling stop() on already stopped sensor.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Test that fresh reading is fetched on start().:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: frequency hint works.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: Readings delivered by shared platform sensor are immediately accessible to all sensors.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor: throw 'TypeError' if frequency is invalid.:
FAIL(Chrome:PASS, Safari:FAIL) - RelativeOrientationSensor: sensor reading is correct when options.referenceFrame is 'screen'.:
NOTRUN(Chrome:FAIL, Safari:NOTRUN) - RelativeOrientationSensor: throw 'TypeError' if referenceFrame is not one of enumeration values.:
FAIL(Chrome:PASS, Safari:FAIL) - RelativeOrientationSensor.quaternion return a four-element FrozenArray.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - RelativeOrientationSensor.populateMatrix() method works correctly.:
NOTRUN(Chrome:PASS, Safari:NOTRUN)
- RelativeOrientationSensor: Test that onerror is sent when sensor is not supported.:
Tests Disabled in Gecko Infrastructure
- /orientation-sensor/AbsoluteOrientationSensor.https.html [wpt.fyi]:
ERROR[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-debug,Gecko-windows10-64-2004-qr-opt] (Chrome:OK, Safari:ERROR) - /orientation-sensor/RelativeOrientationSensor.https.html [wpt.fyi]:
ERROR[GitHub],SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-debug,Gecko-windows10-64-2004-qr-opt] (Chrome:OK, Safari:ERROR)
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•