Bug 1567042 [wpt PR 17898] - Update wpt metadata, a=testonly

wpt-pr: 17898
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2019-07-26 13:04:14 +00:00
Родитель a51a3e53d4
Коммит ce6def0c91
34 изменённых файлов: 103 добавлений и 13 удалений

Просмотреть файл

@ -1,4 +1,5 @@
[events_input_source_recreation.https.html]
expected: ERROR
[Input sources are re-created when handedness or target ray mode changes]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[events_input_sources_change.https.html]
expected: ERROR
[Transient input sources fire events in the right order]
expected: FAIL

Просмотреть файл

@ -1,6 +1,7 @@
[events_referenceSpace_reset.https.html]
expected: ERROR
[XRSession resetpose from a device properly fires off the right events for non-immersive sessions]
expected: FAIL
expected: NOTRUN
[XRSession resetpose from a device properly fires off the right events for immersive sessions]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[events_session_select.https.html]
expected: ERROR
[XRInputSources primary input presses properly fires off the right events]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[events_session_select_subframe.https.html]
expected: ERROR
[Ensures that an XRInputSources primary input being pressed and released in the space of a single frame properly fires off the right events]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[getInputPose_handedness.https.html]
expected: ERROR
[XRInputSources properly communicate their handedness]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[getInputPose_pointer.https.html]
expected: ERROR
[XRInputSources with a target ray mode of 'tracked-pointer' properly communicate their poses]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrBoundedReferenceSpace_updates.https.html]
expected: ERROR
['XRBoundedReferenceSpace updates properly when the changes are applied]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrDevice_disconnect_ends.https.html]
expected: ERROR
[Immersive session ends when device is disconnected]
expected: FAIL

Просмотреть файл

@ -1,4 +1,11 @@
[xrDevice_requestSession_immersive.https.html]
expected: ERROR
[Tests requestSession resolves when supported]
expected: FAIL
[Tests requestSession ignores unknown optionalFeatures]
expected: NOTRUN
[Tests requestSession accepts XRSessionInit dictionary]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,11 @@
[xrDevice_requestSession_optionalFeatures.https.html]
expected: ERROR
[Tests requestSession ignores unknown optionalFeatures]
expected: NOTRUN
[Tests requestSession accepts XRSessionInit dictionary]
expected: FAIL
[Tests requestSession accepts XRSessionInit dictionary with empty feature lists]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,4 @@
[xrDevice_requestSession_requiredFeatures_unknown.https.html]
[Tests requestSession rejects for unknown requiredFeatures]
expected: FAIL

Просмотреть файл

@ -1,7 +1,8 @@
[xrFrame_getPose.https.html]
expected: ERROR
[XRFrame.getPose works for immersive sessions]
expected: FAIL
[XRFrame.getPose works for non-immersive sessions]
expected: FAIL
expected: NOTRUN

Просмотреть файл

@ -1,6 +1,7 @@
[xrFrame_lifetime.https.html]
expected: ERROR
[XRFrame methods throw exceptions outside of the requestAnimationFrame callback for non-immersive sessions]
expected: FAIL
expected: NOTRUN
[XRFrame methods throw exceptions outside of the requestAnimationFrame callback for immersive sessions]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrInputSource_add_remove.https.html]
expected: ERROR
[XRInputSources can be properly added and removed from the session]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrInputSource_gamepad_disconnect.https.html]
expected: ERROR
[WebXR InputSource's gamepad gets disconnected when the input source is removed]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrInputSource_gamepad_input_registered.https.html]
expected: ERROR
[WebXR InputSource's gamepad properly registers input]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrReferenceSpace_originOffset.https.html]
expected: ERROR
[Updating XRReferenceSpace origin offset updates view and input matrices.]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrReferenceSpace_originOffsetBounded.https.html]
expected: ERROR
[Updating XRBoundedReferenceSpace origin offset updates view, input matrices, and bounds geometry.]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrRigidTransform_constructor.https.html]
expected: ERROR
[XRRigidTransform constructor works]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrRigidTransform_inverse.https.html]
expected: ERROR
[XRRigidTransform inverse works]
expected: FAIL

Просмотреть файл

@ -1,6 +1,7 @@
[xrSession_cancelAnimationFrame.https.html]
expected: ERROR
[XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for non-immersive sessions]
expected: FAIL
expected: NOTRUN
[XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for immersive sessions]
expected: FAIL

Просмотреть файл

@ -1,7 +1,8 @@
[xrSession_cancelAnimationFrame_invalidhandle.https.html]
expected: ERROR
[XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on immersive testSession]
expected: FAIL
[XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on non-immersive testSession]
expected: FAIL
expected: NOTRUN

Просмотреть файл

@ -1,6 +1,7 @@
[xrSession_end.https.html]
expected: ERROR
[end event fires when non-immersive session ends]
expected: FAIL
expected: NOTRUN
[end event fires when immersive session ends]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrSession_input_events_end.https.html]
expected: ERROR
[Calling end during an input callback stops processing at the right time]
expected: FAIL

Просмотреть файл

@ -1,6 +1,7 @@
[xrSession_requestAnimationFrame_callback_calls.https.html]
expected: ERROR
[XRSession requestAnimationFrame calls the provided callback a non-immersive session]
expected: FAIL
expected: NOTRUN
[XRSession requestAnimationFrame calls the provided callback for an immersive session]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[xrSession_requestAnimationFrame_data_valid.https.html]
expected: ERROR
[RequestAnimationFrame resolves with good data]
expected: FAIL

Просмотреть файл

@ -1,7 +1,8 @@
[xrSession_requestAnimationFrame_getViewerPose.https.html]
expected: ERROR
[XRFrame getViewerPose updates on the next frame for non-immersive sessions]
expected: FAIL
[XRFrame getViewerPose updates on the next frame for immersive sessions]
expected: FAIL
expected: NOTRUN

Просмотреть файл

@ -1,6 +1,7 @@
[xrSession_requestReferenceSpace.https.html]
expected: ERROR
[Non-immersive XRSession requestReferenceSpace returns expected objects]
expected: FAIL
expected: NOTRUN
[Immersive XRSession requestReferenceSpace returns expected objects]
expected: FAIL

Просмотреть файл

@ -0,0 +1,38 @@
[xrSession_requestReferenceSpace_features.https.html]
expected: ERROR
[Non-immersive session rejects unbounded space even when requested]
expected: NOTRUN
[Immersive session supports local space by default]
expected: NOTRUN
[Non-immersive session supports local-floor space when required]
expected: NOTRUN
[Immersive session rejects local-floor space if not requested]
expected: NOTRUN
[Immersive session supports local-floor space when required]
expected: NOTRUN
[Non-immersive session rejects bounded-floor space even when requested]
expected: NOTRUN
[Non-immersive session supports local space when optional]
expected: NOTRUN
[Immersive session supports local-floor space when optional]
expected: NOTRUN
[Non-immersive session supports local space when required]
expected: NOTRUN
[Non-immersive session supports viewer space by default]
expected: FAIL
[Non-immersive session rejects local space if not requested]
expected: NOTRUN
[Immersive session supports viewer space by default]
expected: NOTRUN

Просмотреть файл

@ -1,6 +1,7 @@
[xrSession_viewer_referenceSpace.https.html]
expected: ERROR
[Identity reference space provides correct poses for immersive sessions]
expected: FAIL
expected: NOTRUN
[Identity reference space provides correct poses for inline sessions]
expected: FAIL

Просмотреть файл

@ -1,7 +1,8 @@
[xrStationaryReferenceSpace_floorlevel_updates.https.html]
expected: ERROR
['floor-level' XRStationaryReferenceSpace updates properly when the transform changes for immersive sessions]
expected: FAIL
['floor-level' XRStationaryReferenceSpace updates properly when the transform changes for non-immersive sessions]
expected: FAIL
expected: NOTRUN

Просмотреть файл

@ -1,6 +1,7 @@
[xrView_eyes.https.html]
expected: ERROR
[XRView.eye is correct for non-immersive sessions]
expected: FAIL
expected: NOTRUN
[XRView.eye is correct for immersive sessions]
expected: FAIL

Просмотреть файл

@ -1,6 +1,7 @@
[xrWebGLLayer_viewports.https.html]
expected: ERROR
[XRWebGLLayer reports a valid viewports for inline sessions]
expected: FAIL
expected: NOTRUN
[XRWebGLLayer reports a valid viewports for immersive sessions]
expected: FAIL