mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Enable webgl tests.
This commit is contained in:
parent
b853383afc
commit
06dd2714ff
2 changed files with 14 additions and 0 deletions
|
@ -39,6 +39,8 @@ skip: true
|
|||
skip: false
|
||||
[cors]
|
||||
skip: false
|
||||
[webgl]
|
||||
skip: false
|
||||
[webstorage]
|
||||
skip: false
|
||||
[encoding]
|
||||
|
|
|
@ -41,3 +41,15 @@
|
|||
[WebGL test #13: getError expected: NO_ERROR. Was INVALID_OPERATION : after evaluating: contextA.uniform4fv(locationVec4, vec)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #20: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.uniform1i(locationSx, 3)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #21: contextA.getUniform(programS, locationSx) threw exception TypeError: contextA.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #24: contextA.getUniform(programS, locationSx) should be 3. Threw exception TypeError: contextA.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #25: contextA.getUniform(programS, locationArray0) should be 123. Threw exception TypeError: contextA.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue