Closed
Bug 1452151
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 9975 - orientation-sensor: Rename LocalCoordinateSystem enum.
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9975 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9975
Details from upstream follow.
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> wrote:
> orientation-sensor: Rename LocalCoordinateSystem enum.
>
> Call it `OrientationSensorLocalCoordinateSystem` per w3c/orientation-sensor#56.
>
>
>
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ab0b8efd811cc28244c83e656c0f5aa0b5d06ba7
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 71 subtests
OK : 1
PASS : 11
FAIL : 60
New tests that have failures or other problems:
/orientation-sensor/idlharness.https.html
AbsoluteOrientationSensor interface object length: FAIL
AbsoluteOrientationSensor interface object name: FAIL
AbsoluteOrientationSensor interface: existence and properties of interface object: FAIL
AbsoluteOrientationSensor interface: existence and properties of interface prototype object: FAIL
AbsoluteOrientationSensor interface: existence and properties of interface prototype object's "constructor" property: FAIL
AbsoluteOrientationSensor interface: existence and properties of interface prototype object's @@unscopables property: FAIL
AbsoluteOrientationSensor must be primary interface of new AbsoluteOrientationSensor();: FAIL
OrientationSensor interface object length: FAIL
OrientationSensor interface object name: FAIL
OrientationSensor interface: attribute quaternion: FAIL
OrientationSensor interface: calling populateMatrix(RotationMatrixType) on new AbsoluteOrientationSensor(); with too few arguments must throw TypeError: FAIL
OrientationSensor interface: calling populateMatrix(RotationMatrixType) on new RelativeOrientationSensor(); with too few arguments must throw TypeError: FAIL
OrientationSensor interface: existence and properties of interface object: FAIL
OrientationSensor interface: existence and properties of interface prototype object: FAIL
OrientationSensor interface: existence and properties of interface prototype object's "constructor" property: FAIL
OrientationSensor interface: existence and properties of interface prototype object's @@unscopables property: FAIL
OrientationSensor interface: new AbsoluteOrientationSensor(); must inherit property "populateMatrix(RotationMatrixType)" with the proper type: FAIL
OrientationSensor interface: new AbsoluteOrientationSensor(); must inherit property "quaternion" with the proper type: FAIL
OrientationSensor interface: new RelativeOrientationSensor(); must inherit property "populateMatrix(RotationMatrixType)" with the proper type: FAIL
OrientationSensor interface: new RelativeOrientationSensor(); must inherit property "quaternion" with the proper type: FAIL
OrientationSensor interface: operation populateMatrix(RotationMatrixType): FAIL
RelativeOrientationSensor interface object length: FAIL
RelativeOrientationSensor interface object name: FAIL
RelativeOrientationSensor interface: existence and properties of interface object: FAIL
RelativeOrientationSensor interface: existence and properties of interface prototype object: FAIL
RelativeOrientationSensor interface: existence and properties of interface prototype object's "constructor" property: FAIL
RelativeOrientationSensor interface: existence and properties of interface prototype object's @@unscopables property: FAIL
RelativeOrientationSensor must be primary interface of new RelativeOrientationSensor();: FAIL
Sensor interface object length: FAIL
Sensor interface object name: FAIL
Sensor interface: attribute activated: FAIL
Sensor interface: attribute hasReading: FAIL
Sensor interface: attribute onactivate: FAIL
Sensor interface: attribute onerror: FAIL
Sensor interface: attribute onreading: FAIL
Sensor interface: attribute timestamp: FAIL
Sensor interface: existence and properties of interface object: FAIL
Sensor interface: existence and properties of interface prototype object: FAIL
Sensor interface: existence and properties of interface prototype object's "constructor" property: FAIL
Sensor interface: existence and properties of interface prototype object's @@unscopables property: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "activated" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "hasReading" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "onactivate" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "onerror" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "onreading" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "start()" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "stop()" with the proper type: FAIL
Sensor interface: new AbsoluteOrientationSensor(); must inherit property "timestamp" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "activated" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "hasReading" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "onactivate" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "onerror" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "onreading" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "start()" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "stop()" with the proper type: FAIL
Sensor interface: new RelativeOrientationSensor(); must inherit property "timestamp" with the proper type: FAIL
Sensor interface: operation start(): FAIL
Sensor interface: operation stop(): FAIL
Stringification of new AbsoluteOrientationSensor();: FAIL
Stringification of new RelativeOrientationSensor();: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/545c0ad0a16e
[wpt PR 9975] - orientation-sensor: Rename LocalCoordinateSystem enum., a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•