mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
ci: use ubuntu 22.04 on linux runners (#30162)
* ci: use ubuntu 22.04 on linux runners Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Add env fix * update expectations for tests under ubuntu-22.04 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
a53271d31e
commit
b268936308
5 changed files with 10 additions and 11 deletions
|
@ -0,0 +1,2 @@
|
|||
[infinite-size-crash.html]
|
||||
expected: CRASH
|
|
@ -1,4 +1,2 @@
|
|||
[inline_block_baseline_a.html]
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
fuzzy: /_mozilla/css/inline_block_baseline_ref.html:49;2097
|
||||
expected: [PASS, FAIL]
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[WebGL test #10: [unexpected link status\] shaders with one more than the maximum number of varyings of vec2 should fail]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #38: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing last element should fail]
|
||||
expected:
|
||||
|
@ -55,12 +54,10 @@
|
|||
if os == "mac": FAIL
|
||||
|
||||
[WebGL test #22: [unexpected link status\] shaders with one more than the maximum number of varyings of vec4 should fail]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: [unexpected link status\] shaders with one more than the maximum number of varyings of float should fail]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #39: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing first element should fail]
|
||||
expected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue