mirror of
https://github.com/servo/servo.git
synced 2025-08-31 18:18:21 +01:00
Fix race in WebXR WPT test setup (#33112)
* Ensure xr_promise_test only runs after DOMContentLoaded Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update meta expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update meta-legacy-layout expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update manifest Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
a50e6a503e
commit
e078353bf0
93 changed files with 141 additions and 834 deletions
|
@ -1,7 +1,4 @@
|
|||
[ar_hittest_source_cancel.https.html]
|
||||
[Ensures hit test source cancellation works when the session has ended - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures hit test source cancellation works when the session has not ended. - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,9 +8,6 @@
|
|||
[Ensures transient input hit test source cancellation works when the session has not ended. - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures hit test source cancellation works when the session has ended - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures transient input hit test source cancellation works when the session has ended - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -22,4 +16,3 @@
|
|||
|
||||
[Ensures transient input hit test source cancellation works when the session has not ended. - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[ar_hittest_subscription_refSpaces.https.html]
|
||||
[Ensures subscription to hit test works with viewer space - straight up - no results - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with viewer space - straight ahead - plane - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,9 +8,6 @@
|
|||
[Ensures subscription to hit test works with local space - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with viewer space - straight up - no results - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with viewer space - straight ahead - plane - webgl]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -22,4 +16,3 @@
|
|||
|
||||
[Ensures subscription to hit test works with local space - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
[ar_hittest_subscription_states_regular.https.html]
|
||||
[Hit test subscription fails if the feature was not requested - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Hit test subscription fails if the feature was requested but the session already ended - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Hit test subscription succeeds if the feature was requested - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Hit test subscription fails if the feature was requested but the session already ended - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Hit test subscription fails if the feature was not requested - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Hit test subscription succeeds if the feature was requested - webgl2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,19 +1,19 @@
|
|||
[ar_hittest_subscription_transientInputSources.https.html]
|
||||
expected: ERROR
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - no move - webgl2]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - no results - webgl]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - no move - webgl]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - 1 result - webgl2]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - 1 result - webgl]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - no results - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
expected: NOTRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue