From 7d42d7a5b90ba24c0ce0b72e45d7943b661b36ce Mon Sep 17 00:00:00 2001 From: Imanol Fernandez Date: Mon, 30 Oct 2017 19:14:19 +0100 Subject: [PATCH] Update test expectations --- ...tributes-alpha-depth-stencil-antialias.html.ini | 2 +- .../more/functions/drawElementsBadArgs.html.ini | 5 ----- .../conformance/programs/get-active-test.html.ini | 14 +++++++------- 3 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini index 89452732e0b..93d9b197860 100644 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini +++ b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini @@ -1,5 +1,5 @@ [context-attributes-alpha-depth-stencil-antialias.html] type: testharness - [WebGL test #95: pixel_1[0\] != 255 && pixel_1[0\] != 0 || pixel_1[0\] == 0 && pixel_2[0\] != 255 && pixel_2[0\] != 0 should be true. Was false.] + [WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.] expected: FAIL diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini deleted file mode 100644 index 8eef26d287d..00000000000 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[drawElementsBadArgs.html] - type: testharness - [WebGL test #0: testDrawElementsVBO] - expected: FAIL - diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini index 328d70f260c..5fbfe345024 100644 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini +++ b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini @@ -1,14 +1,14 @@ [get-active-test.html] type: testharness - [WebGL test #33: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].] + [WebGL test #31: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].] + expected: FAIL + + [WebGL test #32: getError expected: INVALID_OPERATION. Was NO_ERROR : ] + expected: FAIL + + [WebGL test #33: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].] expected: FAIL [WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : ] expected: FAIL - [WebGL test #35: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].] - expected: FAIL - - [WebGL test #36: getError expected: INVALID_OPERATION. Was NO_ERROR : ] - expected: FAIL -