From 349334430bd8aa325cf13cb277466ffad28b4da1 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Thu, 23 Aug 2018 17:04:23 +0000 Subject: [PATCH] Bug 1485476 [wpt PR 12629] - Update wpt metadata, a=testonly wpt-pr: 12629 wpt-type: metadata --- .../meta/webxr/navigator_xr_requestDevice.https.html.ini | 4 ++++ .../navigator_xr_requestDevice_no_device.https.html.ini | 4 ++++ .../webGLCanvasContext_create_with_xrdevice.https.html.ini | 4 ++++ ...webGLCanvasContext_setdevice_contextlost.https.html.ini | 4 ++++ .../webxr/xrDevice_requestSession_immersive.https.html.ini | 4 ++++ ...vice_requestSession_immersive_no_gesture.https.html.ini | 4 ++++ ...ice_requestSession_immersive_unsupported.https.html.ini | 4 ++++ ..._requestSession_non_immersive_no_gesture.https.html.ini | 4 ++++ .../xrDevice_supportsSession_immersive.https.html.ini | 4 ++++ ...ce_supportsSession_immersive_unsupported.https.html.ini | 4 ++++ .../xrDevice_supportsSession_non_immersive.https.html.ini | 4 ++++ .../webxr/xrSession_cancelAnimationFrame.https.html.ini | 7 +++++++ ...ssion_cancelAnimationFrame_invalidhandle.https.html.ini | 7 +++++++ .../meta/webxr/xrSession_device.https.html.ini | 4 ++++ .../web-platform/meta/webxr/xrSession_end.https.html.ini | 7 +++++++ .../xrSession_prevent_multiple_exclusive.https.html.ini | 4 ++++ ...ion_requestAnimationFrame_callback_calls.https.html.ini | 7 +++++++ ...Session_requestAnimationFrame_data_valid.https.html.ini | 4 ++++ ...sion_requestAnimationFrame_getDevicePose.https.html.ini | 7 +++++++ .../webxr/xrSession_requestFrameOfReference.https.html.ini | 7 +++++++ 20 files changed, 98 insertions(+) create mode 100644 testing/web-platform/meta/webxr/navigator_xr_requestDevice.https.html.ini create mode 100644 testing/web-platform/meta/webxr/navigator_xr_requestDevice_no_device.https.html.ini create mode 100644 testing/web-platform/meta/webxr/webGLCanvasContext_create_with_xrdevice.https.html.ini create mode 100644 testing/web-platform/meta/webxr/webGLCanvasContext_setdevice_contextlost.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_requestSession_immersive.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_no_gesture.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_unsupported.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive_unsupported.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrDevice_supportsSession_non_immersive.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_device.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_end.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_prevent_multiple_exclusive.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_callback_calls.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_data_valid.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_getDevicePose.https.html.ini create mode 100644 testing/web-platform/meta/webxr/xrSession_requestFrameOfReference.https.html.ini diff --git a/testing/web-platform/meta/webxr/navigator_xr_requestDevice.https.html.ini b/testing/web-platform/meta/webxr/navigator_xr_requestDevice.https.html.ini new file mode 100644 index 000000000000..896509267fd2 --- /dev/null +++ b/testing/web-platform/meta/webxr/navigator_xr_requestDevice.https.html.ini @@ -0,0 +1,4 @@ +[navigator_xr_requestDevice.https.html] + [navigator.xr.requestDevice returns a device] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/navigator_xr_requestDevice_no_device.https.html.ini b/testing/web-platform/meta/webxr/navigator_xr_requestDevice_no_device.https.html.ini new file mode 100644 index 000000000000..07780b573709 --- /dev/null +++ b/testing/web-platform/meta/webxr/navigator_xr_requestDevice_no_device.https.html.ini @@ -0,0 +1,4 @@ +[navigator_xr_requestDevice_no_device.https.html] + [navigator.xr.requestDevice properly rejects when there are 0 devices] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/webGLCanvasContext_create_with_xrdevice.https.html.ini b/testing/web-platform/meta/webxr/webGLCanvasContext_create_with_xrdevice.https.html.ini new file mode 100644 index 000000000000..edbceaf8f05b --- /dev/null +++ b/testing/web-platform/meta/webxr/webGLCanvasContext_create_with_xrdevice.https.html.ini @@ -0,0 +1,4 @@ +[webGLCanvasContext_create_with_xrdevice.https.html] + [webglCanvasContext can be created with an XRDevice] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/webGLCanvasContext_setdevice_contextlost.https.html.ini b/testing/web-platform/meta/webxr/webGLCanvasContext_setdevice_contextlost.https.html.ini new file mode 100644 index 000000000000..67f50f15d6a4 --- /dev/null +++ b/testing/web-platform/meta/webxr/webGLCanvasContext_setdevice_contextlost.https.html.ini @@ -0,0 +1,4 @@ +[webGLCanvasContext_setdevice_contextlost.https.html] + [A lost webglCanvasContext should not be able to set device] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive.https.html.ini new file mode 100644 index 000000000000..54b30ec037db --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_requestSession_immersive.https.html] + [Tests requestSession resolves when supported] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_no_gesture.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_no_gesture.https.html.ini new file mode 100644 index 000000000000..75547bd703ed --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_no_gesture.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_requestSession_immersive_no_gesture.https.html] + [Requesting immersive session outside of a user gesture rejects] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_unsupported.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_unsupported.https.html.ini new file mode 100644 index 000000000000..58db0b825f96 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_requestSession_immersive_unsupported.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_requestSession_immersive_unsupported.https.html] + [Requesting an immersive session when unsupported rejects] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html.ini new file mode 100644 index 000000000000..b6ba334933de --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_requestSession_non_immersive_no_gesture.https.html] + [Requesting non-immersive session outside of a user gesture succeeds] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive.https.html.ini new file mode 100644 index 000000000000..f864ea05c43c --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_supportsSession_immersive.https.html] + [supportsSession resolves when immersive options supported] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive_unsupported.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive_unsupported.https.html.ini new file mode 100644 index 000000000000..18693bd0c8dc --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_supportsSession_immersive_unsupported.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_supportsSession_immersive_unsupported.https.html] + [supportsSession rejects when options not supported] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrDevice_supportsSession_non_immersive.https.html.ini b/testing/web-platform/meta/webxr/xrDevice_supportsSession_non_immersive.https.html.ini new file mode 100644 index 000000000000..b2eb7bc2f3ea --- /dev/null +++ b/testing/web-platform/meta/webxr/xrDevice_supportsSession_non_immersive.https.html.ini @@ -0,0 +1,4 @@ +[xrDevice_supportsSession_non_immersive.https.html] + [supportsSession resolves when non-immersive options supported] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame.https.html.ini b/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame.https.html.ini new file mode 100644 index 000000000000..e43f56bd74e9 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_cancelAnimationFrame.https.html] + [XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for non-immersive sessions] + expected: FAIL + + [XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for immersive sessions] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html.ini b/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html.ini new file mode 100644 index 000000000000..603023c99921 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_cancelAnimationFrame_invalidhandle.https.html] + [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 + diff --git a/testing/web-platform/meta/webxr/xrSession_device.https.html.ini b/testing/web-platform/meta/webxr/xrSession_device.https.html.ini new file mode 100644 index 000000000000..2ad4c3edc961 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_device.https.html.ini @@ -0,0 +1,4 @@ +[xrSession_device.https.html] + [Requested session has device set] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_end.https.html.ini b/testing/web-platform/meta/webxr/xrSession_end.https.html.ini new file mode 100644 index 000000000000..4d09e769ae8c --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_end.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_end.https.html] + [end event fires when non-immersive session ends] + expected: FAIL + + [end event fires when immersive session ends] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_prevent_multiple_exclusive.https.html.ini b/testing/web-platform/meta/webxr/xrSession_prevent_multiple_exclusive.https.html.ini new file mode 100644 index 000000000000..d97e34090f91 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_prevent_multiple_exclusive.https.html.ini @@ -0,0 +1,4 @@ +[xrSession_prevent_multiple_exclusive.https.html] + [Test prevention of multiple simultaneous immersive sessions] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_callback_calls.https.html.ini b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_callback_calls.https.html.ini new file mode 100644 index 000000000000..de062c9f5432 --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_callback_calls.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_requestAnimationFrame_callback_calls.https.html] + [XRSession requestAnimationFrame calls the provided callback a non-immersive session] + expected: FAIL + + [XRSession requestAnimationFrame calls the provided callback for an immersive session] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_data_valid.https.html.ini b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_data_valid.https.html.ini new file mode 100644 index 000000000000..d64bcd941e3d --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_data_valid.https.html.ini @@ -0,0 +1,4 @@ +[xrSession_requestAnimationFrame_data_valid.https.html] + [RequestAnimationFrame resolves with good data] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_getDevicePose.https.html.ini b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_getDevicePose.https.html.ini new file mode 100644 index 000000000000..986143d88efb --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_requestAnimationFrame_getDevicePose.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_requestAnimationFrame_getDevicePose.https.html] + [XRFrame getDevicePose updates on the next frame for non-immersive sessions] + expected: FAIL + + [XRFrame getDevicePose updates on the next frame for immersive sessions] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/xrSession_requestFrameOfReference.https.html.ini b/testing/web-platform/meta/webxr/xrSession_requestFrameOfReference.https.html.ini new file mode 100644 index 000000000000..b789a8a5eeea --- /dev/null +++ b/testing/web-platform/meta/webxr/xrSession_requestFrameOfReference.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_requestFrameOfReference.https.html] + [Immersive XRSession requestFrameOfReference returns expected objects] + expected: FAIL + + [Non-immersive XRSession requestFrameOfReference returns expected objects] + expected: FAIL +