Skip to content

Commit

Permalink
webgl: Drop more expected parsing failures from missing FBO support.
Browse files Browse the repository at this point in the history
At least, it looks to me like that's what these were from -- they're
in about the right places to be from us previously missing
checkFramebufferStatus().
  • Loading branch information
anholt committed Jan 6, 2017
1 parent 190e56c commit 1b84e63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,5 @@
[copy-tex-image-2d-formats.html] [copy-tex-image-2d-formats.html]
type: testharness type: testharness
[WebGL test #16: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #16: Creating framebuffer from ALPHA texture succeeded even though it is not a renderable format] [WebGL test #16: Creating framebuffer from ALPHA texture succeeded even though it is not a renderable format]
expected: FAIL expected: FAIL


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,5 @@
[texture-copying-feedback-loops.html] [texture-copying-feedback-loops.html]
type: testharness type: testharness
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop] [WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop]
expected: FAIL expected: FAIL


Expand Down

0 comments on commit 1b84e63

Please sign in to comment.