diff options
Diffstat (limited to 'testing/web-platform/meta/webxr/depth-sensing/cpu')
5 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_dataUnavailable.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_dataUnavailable.https.html.ini new file mode 100644 index 0000000000..fed069ed36 --- /dev/null +++ b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_dataUnavailable.https.html.ini @@ -0,0 +1,7 @@ +[depth_sensing_cpu_dataUnavailable.https.html] + [Ensures depth data is not available when cleared in the controller, `cpu-optimized` - webgl] + expected: FAIL + + [Ensures depth data is not available when cleared in the controller, `cpu-optimized` - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_inactiveFrame.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_inactiveFrame.https.html.ini new file mode 100644 index 0000000000..67d0e4bbdd --- /dev/null +++ b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_inactiveFrame.https.html.ini @@ -0,0 +1,7 @@ +[depth_sensing_cpu_inactiveFrame.https.html] + [Ensures getDepthInformation() throws when not run in an active frame, `cpu-optimized` - webgl] + expected: FAIL + + [Ensures getDepthInformation() throws when not run in an active frame, `cpu-optimized` - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_incorrectUsage.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_incorrectUsage.https.html.ini new file mode 100644 index 0000000000..15ef5e0b2e --- /dev/null +++ b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_incorrectUsage.https.html.ini @@ -0,0 +1,7 @@ +[depth_sensing_cpu_incorrectUsage.https.html] + [Ensures XRWebGLDepthInformation is not obtainable in `cpu-optimized` usage mode - webgl] + expected: FAIL + + [Ensures XRWebGLDepthInformation is not obtainable in `cpu-optimized` usage mode - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_luminance_alpha_dataValid.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_luminance_alpha_dataValid.https.html.ini new file mode 100644 index 0000000000..21e673f076 --- /dev/null +++ b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_luminance_alpha_dataValid.https.html.ini @@ -0,0 +1,7 @@ +[depth_sensing_cpu_luminance_alpha_dataValid.https.html] + [Ensures depth data is returned and values match expectation, cpu-optimized, luminance-alpha. - webgl] + expected: FAIL + + [Ensures depth data is returned and values match expectation, cpu-optimized, luminance-alpha. - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_staleView.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_staleView.https.html.ini new file mode 100644 index 0000000000..0887ed820f --- /dev/null +++ b/testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_staleView.https.html.ini @@ -0,0 +1,7 @@ +[depth_sensing_cpu_staleView.https.html] + [Ensures getDepthInformation() throws when run with stale XRView, `cpu-optimized` - webgl] + expected: FAIL + + [Ensures getDepthInformation() throws when run with stale XRView, `cpu-optimized` - webgl2] + expected: FAIL + |