mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)
* Add makeXRCompatible to WebGLRenderContextBase Signed-off-by: Daniel Adams <msub2official@gmail.com> * Activate webgl2 for webxr wpt, update meta expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update meta legacy layout expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove no longer existing expectations from meta files Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove files for fully passing tests Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove out-of-date expectations from meta legacy layout Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update webgl conformance expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix test numbering in expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
280063eee2
commit
1ef3e107bd
115 changed files with 53 additions and 762 deletions
|
@ -1,7 +1,4 @@
|
|||
[ar_anchor_freefloating_create_move.https.html]
|
||||
[Ensures free-floating anchor move gets propagated to anchor poses]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures free-floating anchor move gets propagated to anchor poses - webgl]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[ar_anchor_freefloating_delay_creation.https.html]
|
||||
[Ensures free-floating anchor creation with delayed failure is handled correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures free-floating anchor creation with delayed success is handled correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures free-floating anchor creation with delayed failure is handled correctly - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[ar_anchor_freefloating_failure.https.html]
|
||||
[Ensures free-floating anchor creation failure is handled correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures free-floating anchor creation failure is handled correctly - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[ar_anchor_freefloating_pause_resume_stop.https.html]
|
||||
[Ensures free-floating anchor state changes get propagated]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures free-floating anchor state changes get propagated - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
[ar_anchor_states.https.html]
|
||||
[Anchor creation fails if the feature was not requested]
|
||||
expected: FAIL
|
||||
|
||||
[Anchor creation fails if the feature was requested but the session already ended]
|
||||
expected: FAIL
|
||||
|
||||
[Anchor creation succeeds if the feature was requested]
|
||||
expected: FAIL
|
||||
|
||||
[Anchor creation succeeds if the feature was requested - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue