From 06dd2714ffd5eb3afa865129f1c3bbcc31f626d6 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 22 Apr 2016 09:36:14 -0400 Subject: [PATCH] Enable webgl tests. --- tests/wpt/include.ini | 2 ++ .../conformance/uniforms/uniform-location.html.ini | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index ca72cc99700..75243947ba9 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -39,6 +39,8 @@ skip: true skip: false [cors] skip: false +[webgl] + skip: false [webstorage] skip: false [encoding] diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/uniforms/uniform-location.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/uniforms/uniform-location.html.ini index 4ac1dc8d4be..d8c77587466 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/uniforms/uniform-location.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/uniforms/uniform-location.html.ini @@ -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 +