Auto merge of #10806 - jdm:webglenable, r=Ms2ger

Enable webgl tests.

…ling ones.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10806)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-25 21:07:26 -07:00
commit b99e794e61
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