Skip to content

Commit

Permalink
webgl: Drop some expected parsing failures.
Browse files Browse the repository at this point in the history
I believe these were fixed with the getParameter(GL_FRAMEBUFFER_BINDING)
support.
  • Loading branch information
anholt committed Jan 6, 2017
1 parent 9a8784c commit 190e56c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
Expand Up @@ -3,9 +3,6 @@
[WebGL test #0: getError expected: NO_ERROR. Was INVALID_ENUM : no errors from draw]
expected: FAIL

[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #1: at (0, 0) expected: 0,255,0,255 was 0,0,0,0]
expected: FAIL

@@ -1,8 +1,5 @@
[gl-scissor-test.html]
type: testharness
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #50: at (0, 0) expected: 0,255,0,255 was 0,0,0,0]
expected: FAIL

Expand Down
@@ -1,8 +1,5 @@
[gl-viewport-test.html]
type: testharness
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #1: at (16, 32) expected: 0,0,255,255 was 0,0,0,0]
expected: FAIL

Expand Down
@@ -1,8 +1,5 @@
[texture-fakeblack.html]
type: testharness
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #1: at (0, 0) expected: 0,0,0,255 was 255,0,0,255]
expected: FAIL

Expand Down
@@ -1,14 +1,8 @@
[texture-sub-image-cube-maps.html]
type: testharness
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #0: unexpected gl error: INVALID_VALUE]
expected: FAIL

[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

[WebGL test #1: at (0, 0) expected: 255,0,0,255 was 0,0,0,0]
expected: FAIL

Expand Down

0 comments on commit 190e56c

Please sign in to comment.