Enable webgl tests.

This commit is contained in:
Josh Matthews 2016-04-22 09:36:14 -04:00
parent b853383afc
commit 06dd2714ff
2 changed files with 14 additions and 0 deletions

View file

@ -39,6 +39,8 @@ skip: true
skip: false
[cors]
skip: false
[webgl]
skip: false
[webstorage]
skip: false
[encoding]

View file

@ -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