Update tests expectations

This commit is contained in:
Bastien Orivel 2018-05-11 13:17:39 +02:00
parent ecb69ad7c1
commit 32b9b4707a
4 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,5 @@
[one-large-uniform-buffer.html] [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 expected: FAIL

View file

@ -21,7 +21,7 @@
[WebGL test #12: getError expected: INVALID_OPERATION. Was INVALID_ENUM : binding a deleted buffer should generate INVALID_OPERATION] [WebGL test #12: getError expected: INVALID_OPERATION. Was INVALID_ENUM : binding a deleted buffer should generate INVALID_OPERATION]
expected: FAIL 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 expected: FAIL
[WebGL test #16: Could not compile shader with named uniform blocks without error] [WebGL test #16: Could not compile shader with named uniform blocks without error]

View file

@ -1,5 +1,5 @@
[shader-with-mis-matching-uniform-block.html] [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 expected: FAIL
[WebGL test #1: [unexpected fragment shader compile status\] (expected: true) Shaders with precision mis-matching uniform blocks should fail] [WebGL test #1: [unexpected fragment shader compile status\] (expected: true) Shaders with precision mis-matching uniform blocks should fail]

View file

@ -1,5 +1,6 @@
[uniform-block-buffer-size.html] [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 expected: FAIL
[WebGL test #2: Could not compile shader with uniform blocks without error] [WebGL test #2: Could not compile shader with uniform blocks without error]