Re: [orientation-event-tests] orientation-event: Update idlharness.js tests. (#5202)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/213986708)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 75bfad54fecdbc96ad8f100fffed80bf469f900f
Using browser at version 59.0.3047.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5202/orientation-event/idlharness.html">/orientation-event/idlharness.html</a></summary>


|                                                                  Subtest                                                                  | Results |                                                                             Messages                                                                            |
|-------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                                           | OK      |                                                                                                                                                                 |
| `Window interface: attribute ondeviceorientation`                                                                                         | FAIL    | `assert_true: The prototype object must have a property "ondeviceorientation" expected true got false`                                                          |
| `Window interface: attribute ondevicemotion`                                                                                              | FAIL    | `assert_true: The prototype object must have a property "ondevicemotion" expected true got false`                                                               |
| `DeviceOrientationEvent interface: existence and properties of interface object`                                                          | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface object length`                                                                                          | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface object name`                                                                                            | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: existence and properties of interface prototype object`                                                | FAIL    | `assert_equals: class string of DeviceOrientationEvent.prototype expected "[object DeviceOrientationEventPrototype]" but got "[object DeviceOrientationEvent]"` |
| `DeviceOrientationEvent interface: existence and properties of interface prototype object's "constructor" property`                       | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: attribute alpha`                                                                                       | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: attribute beta`                                                                                        | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: attribute gamma`                                                                                       | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: attribute absolute`                                                                                    | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent must be primary interface of new DeviceOrientationEvent("foo")`                                                   | PASS    |                                                                                                                                                                 |
| `Stringification of new DeviceOrientationEvent("foo")`                                                                                    | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "alpha" with the proper type (0)`              | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "beta" with the proper type (1)`               | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "gamma" with the proper type (2)`              | PASS    |                                                                                                                                                                 |
| `DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "absolute" with the proper type (3)`           | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: existence and properties of interface object`                                                               | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface object length`                                                                                               | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface object name`                                                                                                 | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: existence and properties of interface prototype object`                                                     | FAIL    | `assert_equals: class string of DeviceMotionEvent.prototype expected "[object DeviceMotionEventPrototype]" but got "[object DeviceMotionEvent]"`                |
| `DeviceMotionEvent interface: existence and properties of interface prototype object's "constructor" property`                            | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: attribute acceleration`                                                                                     | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: attribute accelerationIncludingGravity`                                                                     | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: attribute rotationRate`                                                                                     | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: attribute interval`                                                                                         | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent must be primary interface of new DeviceMotionEvent("foo")`                                                             | PASS    |                                                                                                                                                                 |
| `Stringification of new DeviceMotionEvent("foo")`                                                                                         | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "acceleration" with the proper type (0)`                 | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "accelerationIncludingGravity" with the proper type (1)` | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "rotationRate" with the proper type (2)`                 | PASS    |                                                                                                                                                                 |
| `DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "interval" with the proper type (3)`                     | FAIL    | `assert_equals: expected "number" but got "object"`                                                                                                             |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5202#issuecomment-288523456

Received on Wednesday, 22 March 2017 20:10:04 UTC