Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input mocking, input sources change event #25463

Merged
merged 15 commits into from Jan 9, 2020

Update WPT expectations

  • Loading branch information
Manishearth committed Jan 9, 2020
commit 77d90d64fc2add0addc94000349ca4d80b8e9358
@@ -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

This file was deleted.

This file was deleted.

@@ -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 @@
[getInputPose_handedness.https.html]
expected: ERROR
[XRInputSources properly communicate their handedness]
expected: FAIL
expected: TIMEOUT

@@ -2,21 +2,12 @@
[XR interface: attribute ondevicechange]
expected: FAIL

[XRInputSourcesChangeEvent interface: attribute session]
expected: FAIL

[XRInputSourcesChangeEvent interface object name]
expected: FAIL

[XRInputSourceArray interface: iterable<XRInputSource>]
expected: FAIL

[XR interface: calling supportsSession(XRSessionMode) on navigator.xr with too few arguments must throw TypeError]
expected: FAIL

[XRInputSourcesChangeEvent interface object length]
expected: FAIL

[XRReferenceSpaceEvent interface: attribute referenceSpace]
expected: FAIL

@@ -32,9 +23,6 @@
[XRPose interface: attribute emulatedPosition]
expected: FAIL

[XRInputSource interface: attribute targetRayMode]
expected: FAIL

[XRBoundedReferenceSpace interface object length]
expected: FAIL

@@ -50,15 +38,9 @@
[WebGLRenderingContext interface: operation makeXRCompatible()]
expected: FAIL

[XRInputSourcesChangeEvent interface: attribute added]
expected: FAIL

[XRBoundedReferenceSpace interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XRInputSourcesChangeEvent interface: attribute removed]
expected: FAIL
[XRReferenceSpaceEvent interface: existence and properties of interface object]
expected: FAIL
@@ -83,9 +65,6 @@
[XRBoundedReferenceSpace interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[XRInputSourcesChangeEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL

[XRBoundedReferenceSpace interface: attribute boundsGeometry]
expected: FAIL
@@ -98,12 +77,6 @@
[XRInputSource interface: attribute gamepad]
expected: FAIL

[XRInputSourcesChangeEvent interface: existence and properties of interface prototype object]
expected: FAIL
[XRInputSourcesChangeEvent interface: existence and properties of interface object]
expected: FAIL
[XRReferenceSpace interface: attribute onreset]
expected: FAIL

@@ -125,9 +98,6 @@
[XRInputSource interface: attribute profiles]
expected: FAIL

[XRInputSourcesChangeEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL

[XR interface: operation requestSession(XRSessionMode, XRSessionInit)]
expected: FAIL

@@ -140,9 +110,6 @@
[XRWebGLLayer interface: attribute ignoreDepthValues]
expected: FAIL

[XRSession interface: attribute oninputsourceschange]
expected: FAIL

[XRBoundedReferenceSpace interface: existence and properties of interface prototype object]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

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

@@ -1,4 +1,5 @@
[xrSession_sameObject.https.html]
expected: ERROR
[XRSession attributes meet [SameObject\] requirement]
expected: FAIL
expected: TIMEOUT

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.