mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
Fix test timing for all tests using xr_promise_test (#33715)
* Ensure all xr_promise_test calls wait for DOMContentLoaded when necessary. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update webxr test expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update manifest. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
af61b1a107
commit
3eee02869a
12 changed files with 28 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_cpu_dataUnavailable.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_cpu_inactiveFrame.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_cpu_incorrectUsage.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_cpu_staleView.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_gpu_dataUnavailable.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[depth_sensing_gpu_staleView.https.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue