summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webxr/depth-sensing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/webxr/depth-sensing
parentInitial commit. (diff)
downloadthunderbird-upstream.tar.xz
thunderbird-upstream.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webxr/depth-sensing')
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_dataUnavailable.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_inactiveFrame.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_incorrectUsage.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_luminance_alpha_dataValid.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_staleView.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/depth_sensing_notEnabled.https.html.ini13
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_dataUnavailable.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_inactiveFrame.https.html.ini2
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_incorrectUsage.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_staleView.https.html.ini7
10 files changed, 71 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
+
diff --git a/testing/web-platform/meta/webxr/depth-sensing/depth_sensing_notEnabled.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/depth_sensing_notEnabled.https.html.ini
new file mode 100644
index 0000000000..05bf0639cd
--- /dev/null
+++ b/testing/web-platform/meta/webxr/depth-sensing/depth_sensing_notEnabled.https.html.ini
@@ -0,0 +1,13 @@
+[depth_sensing_notEnabled.https.html]
+ [XRFrame.getDepthInformation() rejects if depth sensing is not enabled on a session - webgl]
+ expected: FAIL
+
+ [XRFrame.getDepthInformation() rejects if depth sensing is not enabled on a session - webgl2]
+ expected: FAIL
+
+ [XRWebGLBinding.getDepthInformation() rejects if depth sensing is not enabled on a session - webgl]
+ expected: FAIL
+
+ [XRWebGLBinding.getDepthInformation() rejects if depth sensing is not enabled on a session - webgl2]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_dataUnavailable.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_dataUnavailable.https.html.ini
new file mode 100644
index 0000000000..6f14589c24
--- /dev/null
+++ b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_dataUnavailable.https.html.ini
@@ -0,0 +1,7 @@
+[depth_sensing_gpu_dataUnavailable.https.html]
+ [Ensures depth data is not available when cleared in the controller, `gpu-optimized` - webgl]
+ expected: FAIL
+
+ [Ensures depth data is not available when cleared in the controller, `gpu-optimized` - webgl2]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_inactiveFrame.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_inactiveFrame.https.html.ini
new file mode 100644
index 0000000000..fb13f891c0
--- /dev/null
+++ b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_inactiveFrame.https.html.ini
@@ -0,0 +1,2 @@
+[depth_sensing_gpu_inactiveFrame.https.html]
+ expected: ERROR
diff --git a/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_incorrectUsage.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_incorrectUsage.https.html.ini
new file mode 100644
index 0000000000..88992c47e6
--- /dev/null
+++ b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_incorrectUsage.https.html.ini
@@ -0,0 +1,7 @@
+[depth_sensing_gpu_incorrectUsage.https.html]
+ [Ensures XRCPUDepthInformation is not obtainable in `gpu-optimized` usage mode - webgl]
+ expected: FAIL
+
+ [Ensures XRCPUDepthInformation is not obtainable in `gpu-optimized` usage mode - webgl2]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_staleView.https.html.ini b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_staleView.https.html.ini
new file mode 100644
index 0000000000..eae490182b
--- /dev/null
+++ b/testing/web-platform/meta/webxr/depth-sensing/gpu/depth_sensing_gpu_staleView.https.html.ini
@@ -0,0 +1,7 @@
+[depth_sensing_gpu_staleView.https.html]
+ [Ensures getDepthInformation() throws when not run with stale XRView, `gpu-optimized` - webgl]
+ expected: FAIL
+
+ [Ensures getDepthInformation() throws when not run with stale XRView, `gpu-optimized` - webgl2]
+ expected: FAIL
+