mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #20632 - Eijebong:osmesa, r=jdm
Update osmesa-src <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20632) <!-- Reviewable:end -->
This commit is contained in:
commit
4ff3389c90
5 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
[one-large-uniform-buffer.html]
|
||||
[WebGL test #1: Failed to set up the program]
|
||||
expected: ERROR
|
||||
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
[WebGL test #12: getError expected: INVALID_OPERATION. Was INVALID_ENUM : binding a deleted buffer should generate INVALID_OPERATION]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: Could not compile shader with uniform blocks without error]
|
||||
[WebGL test #15: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16: Could not compile shader with named uniform blocks without error]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[shader-with-mis-matching-uniform-block.html]
|
||||
[WebGL test #0: [unexpected vertex shader compile status\] (expected: true) Shaders with precision mis-matching uniform blocks should fail]
|
||||
[WebGL test #0: [unexpected link status\] Shaders with precision mis-matching uniform blocks should fail]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #1: [unexpected fragment shader compile status\] (expected: true) Shaders with precision mis-matching uniform blocks should fail]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[uniform-block-buffer-size.html]
|
||||
[WebGL test #1: Could not compile shader with uniform blocks without error]
|
||||
expected: ERROR
|
||||
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: Could not compile shader with uniform blocks without error]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue