Skip to content

Commit

Permalink
Update tests expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed May 18, 2018
1 parent ecb69ad commit 32b9b47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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

Expand Up @@ -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]
Expand Down
@@ -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]
Expand Down
@@ -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]
Expand Down

0 comments on commit 32b9b47

Please sign in to comment.