- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Thu, 09 Mar 2017 01:27:24 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/209190840) # Firefox (nightly channel) # Testing web-platform-tests at revision c19245ac1e8043bae0c2fdfeda36ac741b19792f Using browser at version BuildID 20170306110339; SourceStamp 966464a68a2cb3ca1125808e34abb5c1d34e3797 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/5096/webvr/idlharness.html">/webvr/idlharness.html</a></summary> | Subtest | Results | Messages | |--------------------------------------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------| | | OK | | | `Window interface: attribute onvrdisplayconnect` | PASS | | | `Window interface: attribute onvrdisplaydisconnect` | PASS | | | `Window interface: attribute onvrdisplayactivate` | PASS | | | `Window interface: attribute onvrdisplaydeactivate` | PASS | | | `Window interface: attribute onvrdisplayblur` | FAIL | `assert_own_property: The global object must have a property "onvrdisplayblur" expected property "onvrdisplayblur" missing` | | `Window interface: attribute onvrdisplayfocus` | FAIL | `assert_own_property: The global object must have a property "onvrdisplayfocus" expected property "onvrdisplayfocus" missing` | | `Window interface: attribute onvrdisplaypresentchange` | PASS | | | `Navigator interface: operation getVRDisplays()` | PASS | | | `Navigator interface: attribute activeVRDisplays` | PASS | | | `Navigator interface: attribute vrEnabled` | FAIL | `assert_true: The prototype object must have a property "vrEnabled" expected true got false` | | `HTMLIFrameElement interface: attribute allowvr` | FAIL | `assert_true: The prototype object must have a property "allowvr" expected true got false` | | `Gamepad interface: attribute displayId` | FAIL | `assert_true: The prototype object must have a property "displayId" expected true got false` | | `VRDisplay interface: existence and properties of interface object` | PASS | | | `VRDisplay interface object length` | PASS | | | `VRDisplay interface object name` | PASS | | | `VRDisplay interface: existence and properties of interface prototype object` | PASS | | | `VRDisplay interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRDisplay interface: attribute isConnected` | PASS | | | `VRDisplay interface: attribute isPresenting` | PASS | | | `VRDisplay interface: attribute capabilities` | PASS | | | `VRDisplay interface: attribute stageParameters` | PASS | | | `VRDisplay interface: operation getEyeParameters(VREye)` | PASS | | | `VRDisplay interface: attribute displayId` | PASS | | | `VRDisplay interface: attribute displayName` | PASS | | | `VRDisplay interface: operation getFrameData(VRFrameData)` | PASS | | | `VRDisplay interface: operation getPose()` | PASS | | | `VRDisplay interface: operation resetPose()` | PASS | | | `VRDisplay interface: attribute depthNear` | PASS | | | `VRDisplay interface: attribute depthFar` | PASS | | | `VRDisplay interface: operation requestAnimationFrame(FrameRequestCallback)` | PASS | | | `VRDisplay interface: operation cancelAnimationFrame(long)` | PASS | | | `VRDisplay interface: operation requestPresent([object Object])` | PASS | | | `VRDisplay interface: operation exitPresent()` | PASS | | | `VRDisplay interface: operation getLayers()` | PASS | | | `VRDisplay interface: operation submitFrame()` | PASS | | | `VRDisplayCapabilities interface: existence and properties of interface object` | PASS | | | `VRDisplayCapabilities interface object length` | PASS | | | `VRDisplayCapabilities interface object name` | PASS | | | `VRDisplayCapabilities interface: existence and properties of interface prototype object` | PASS | | | `VRDisplayCapabilities interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRDisplayCapabilities interface: attribute hasPosition` | PASS | | | `VRDisplayCapabilities interface: attribute hasOrientation` | PASS | | | `VRDisplayCapabilities interface: attribute hasExternalDisplay` | PASS | | | `VRDisplayCapabilities interface: attribute canPresent` | PASS | | | `VRDisplayCapabilities interface: attribute maxLayers` | PASS | | | `VRFieldOfView interface: existence and properties of interface object` | PASS | | | `VRFieldOfView interface object length` | PASS | | | `VRFieldOfView interface object name` | PASS | | | `VRFieldOfView interface: existence and properties of interface prototype object` | PASS | | | `VRFieldOfView interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRFieldOfView interface: attribute upDegrees` | PASS | | | `VRFieldOfView interface: attribute rightDegrees` | PASS | | | `VRFieldOfView interface: attribute downDegrees` | PASS | | | `VRFieldOfView interface: attribute leftDegrees` | PASS | | | `VRPose interface: existence and properties of interface object` | PASS | | | `VRPose interface object length` | PASS | | | `VRPose interface object name` | PASS | | | `VRPose interface: existence and properties of interface prototype object` | PASS | | | `VRPose interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRPose interface: attribute position` | PASS | | | `VRPose interface: attribute linearVelocity` | PASS | | | `VRPose interface: attribute linearAcceleration` | PASS | | | `VRPose interface: attribute orientation` | PASS | | | `VRPose interface: attribute angularVelocity` | PASS | | | `VRPose interface: attribute angularAcceleration` | PASS | | | `VRFrameData interface: existence and properties of interface object` | PASS | | | `VRFrameData interface object length` | PASS | | | `VRFrameData interface object name` | PASS | | | `VRFrameData interface: existence and properties of interface prototype object` | PASS | | | `VRFrameData interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRFrameData interface: attribute leftProjectionMatrix` | PASS | | | `VRFrameData interface: attribute leftViewMatrix` | PASS | | | `VRFrameData interface: attribute rightProjectionMatrix` | PASS | | | `VRFrameData interface: attribute rightViewMatrix` | PASS | | | `VRFrameData interface: attribute pose` | PASS | | | `VREyeParameters interface: existence and properties of interface object` | PASS | | | `VREyeParameters interface object length` | PASS | | | `VREyeParameters interface object name` | PASS | | | `VREyeParameters interface: existence and properties of interface prototype object` | PASS | | | `VREyeParameters interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VREyeParameters interface: attribute offset` | PASS | | | `VREyeParameters interface: attribute fieldOfView` | PASS | | | `VREyeParameters interface: attribute renderWidth` | PASS | | | `VREyeParameters interface: attribute renderHeight` | PASS | | | `VRStageParameters interface: existence and properties of interface object` | PASS | | | `VRStageParameters interface object length` | PASS | | | `VRStageParameters interface object name` | PASS | | | `VRStageParameters interface: existence and properties of interface prototype object` | PASS | | | `VRStageParameters interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRStageParameters interface: attribute sittingToStandingTransform` | PASS | | | `VRStageParameters interface: attribute sizeX` | PASS | | | `VRStageParameters interface: attribute sizeZ` | PASS | | | `VRDisplayEvent interface: existence and properties of interface object` | PASS | | | `VRDisplayEvent interface object length` | PASS | | | `VRDisplayEvent interface object name` | PASS | | | `VRDisplayEvent interface: existence and properties of interface prototype object` | PASS | | | `VRDisplayEvent interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `VRDisplayEvent interface: attribute display` | PASS | | | `VRDisplayEvent interface: attribute reason` | PASS | | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5096#issuecomment-285225631
Received on Thursday, 9 March 2017 01:27:41 UTC