mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
webgl: Drop some expected parsing failures.
I believe these were fixed with the getParameter(GL_FRAMEBUFFER_BINDING) support.
This commit is contained in:
parent
9a8784c04d
commit
190e56c7c7
5 changed files with 0 additions and 18 deletions
|
@ -3,9 +3,6 @@
|
||||||
[WebGL test #0: getError expected: NO_ERROR. Was INVALID_ENUM : no errors from draw]
|
[WebGL test #0: getError expected: NO_ERROR. Was INVALID_ENUM : no errors from draw]
|
||||||
expected: FAIL
|
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]
|
[WebGL test #1: at (0, 0) expected: 0,255,0,255 was 0,0,0,0]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[gl-scissor-test.html]
|
[gl-scissor-test.html]
|
||||||
type: testharness
|
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]
|
[WebGL test #50: at (0, 0) expected: 0,255,0,255 was 0,0,0,0]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[gl-viewport-test.html]
|
[gl-viewport-test.html]
|
||||||
type: testharness
|
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]
|
[WebGL test #1: at (16, 32) expected: 0,0,255,255 was 0,0,0,0]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[texture-fakeblack.html]
|
[texture-fakeblack.html]
|
||||||
type: testharness
|
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]
|
[WebGL test #1: at (0, 0) expected: 0,0,0,255 was 255,0,0,255]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
[texture-sub-image-cube-maps.html]
|
[texture-sub-image-cube-maps.html]
|
||||||
type: testharness
|
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]
|
[WebGL test #0: unexpected gl error: INVALID_VALUE]
|
||||||
expected: FAIL
|
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]
|
[WebGL test #1: at (0, 0) expected: 255,0,0,255 was 0,0,0,0]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue