diff options
Diffstat (limited to 'tests/wpt/meta/webxr/depth-sensing/cpu')
2 files changed, 31 insertions, 0 deletions
diff --git a/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewDepthData.https.html.ini b/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewDepthData.https.html.ini new file mode 100644 index 00000000000..9aa64ca65fe --- /dev/null +++ b/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewDepthData.https.html.ini @@ -0,0 +1,13 @@ +[depth_sensing_cpu_matchDepthViewDepthData.https.html] + expected: ERROR + [XRDepthInformation.data matches raw device data when matchDepthView is false with offset depth (CPU) - webgl] + expected: TIMEOUT + + [XRDepthInformation.data matches raw device data when matchDepthView is false with offset depth (CPU) - webgl2] + expected: NOTRUN + + [XRDepthInformation.data does NOT match raw device data when matchDepthView is true with offset depth (CPU) - webgl] + expected: NOTRUN + + [XRDepthInformation.data does NOT match raw device data when matchDepthView is true with offset depth (CPU) - webgl2] + expected: NOTRUN diff --git a/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewIdentity.https.html.ini b/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewIdentity.https.html.ini index ce3fb065178..cb4b6d4d8d2 100644 --- a/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewIdentity.https.html.ini +++ b/tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewIdentity.https.html.ini @@ -17,3 +17,21 @@ [Ensures session can be created when matchDepthView=false, `cpu-optimized` - webgl2] expected: NOTRUN + + [Ensures XRViewGeometry values match XRView when matchDepthView is unset, `cpu-optimized` - webgl] + expected: TIMEOUT + + [Ensures XRViewGeometry values match XRView when matchDepthView is unset, `cpu-optimized` - webgl2] + expected: NOTRUN + + [Ensures XRViewGeometry values match XRView when matchDepthView=true, `cpu-optimized` - webgl] + expected: NOTRUN + + [Ensures XRViewGeometry values match XRView when matchDepthView=true, `cpu-optimized` - webgl2] + expected: NOTRUN + + [Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `cpu-optimized` - webgl] + expected: NOTRUN + + [Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `cpu-optimized` - webgl2] + expected: NOTRUN |