From 11b2dce18ab20a4bcbf80a40a8f3200853ed803b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 19:01:02 -0400 Subject: [PATCH] Enable webgl extensions tests. --- .../conformance-1.0.3/conformance/extensions/__dir__.ini | 1 - .../extensions/angle-instanced-arrays-out-of-bounds.html.ini | 5 ----- .../conformance/extensions/angle-instanced-arrays.html.ini | 5 ----- .../conformance/extensions/ext-blend-minmax.html.ini | 2 -- .../conformance/extensions/ext-frag-depth.html.ini | 2 -- .../conformance/extensions/ext-sRGB.html.ini | 2 -- .../conformance/extensions/ext-shader-texture-lod.html.ini | 2 -- .../extensions/ext-texture-filter-anisotropic.html.ini | 2 +- .../conformance/extensions/get-extension.html.ini | 3 --- .../conformance/extensions/oes-element-index-uint.html.ini | 3 --- .../conformance/extensions/oes-standard-derivatives.html.ini | 1 - .../conformance/extensions/oes-texture-float-linear.html.ini | 1 - .../extensions/oes-texture-float-with-canvas.html.ini | 1 - .../extensions/oes-texture-float-with-image-data.html.ini | 1 - .../extensions/oes-texture-float-with-image.html.ini | 1 - 15 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/__dir__.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays-out-of-bounds.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/get-extension.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html.ini diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/__dir__.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/__dir__.ini deleted file mode 100644 index 8089d70c4849..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: we don't support extensions and these tests are flaking diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays-out-of-bounds.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays-out-of-bounds.html.ini deleted file mode 100644 index f5c3b343f16d..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays-out-of-bounds.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[angle-instanced-arrays-out-of-bounds.html] - type: testharness - expected: - if os == "mac": CRASH - if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays.html.ini deleted file mode 100644 index 8593a9e88b87..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/angle-instanced-arrays.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[angle-instanced-arrays.html] - type: testharness - expected: - if os == "mac": CRASH - if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-blend-minmax.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-blend-minmax.html.ini index 8927faaacaaa..47c604ed3cfd 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-blend-minmax.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-blend-minmax.html.ini @@ -1,7 +1,5 @@ [ext-blend-minmax.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #1: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MIN_EXT)] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-frag-depth.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-frag-depth.html.ini index e8cc447d44e3..6dcb5bcd848a 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-frag-depth.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-frag-depth.html.ini @@ -1,7 +1,5 @@ [ext-frag-depth.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-sRGB.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-sRGB.html.ini index 95968478145a..ce6159e1e384 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-sRGB.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-sRGB.html.ini @@ -1,7 +1,5 @@ [ext-sRGB.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-shader-texture-lod.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-shader-texture-lod.html.ini index 59c517d446a2..5ef3a363cfd5 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-shader-texture-lod.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-shader-texture-lod.html.ini @@ -1,7 +1,5 @@ [ext-shader-texture-lod.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-texture-filter-anisotropic.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-texture-filter-anisotropic.html.ini index 8964dd03cfe0..6ed8091d6af7 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-texture-filter-anisotropic.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/ext-texture-filter-anisotropic.html.ini @@ -1,6 +1,6 @@ [ext-texture-filter-anisotropic.html] type: testharness - expected: CRASH + expected: ERROR [WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/get-extension.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/get-extension.html.ini deleted file mode 100644 index 30e394d61ee0..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/get-extension.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[get-extension.html] - type: testharness - expected: CRASH diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html.ini deleted file mode 100644 index 75d42f444c65..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-element-index-uint.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[oes-element-index-uint.html] - type: testharness - expected: CRASH diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-standard-derivatives.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-standard-derivatives.html.ini index aa59c42b3a2c..f529c47fc169 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-standard-derivatives.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-standard-derivatives.html.ini @@ -1,6 +1,5 @@ [oes-standard-derivatives.html] type: testharness - expected: CRASH [WebGL test #3: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-linear.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-linear.html.ini index d2d95335ec8d..b605dfb4a79a 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-linear.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-linear.html.ini @@ -1,6 +1,5 @@ [oes-texture-float-linear.html] type: testharness - expected: CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-canvas.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-canvas.html.ini index 55ece59415e5..9edc87baadef 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-canvas.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-canvas.html.ini @@ -1,6 +1,5 @@ [oes-texture-float-with-canvas.html] type: testharness - expected: CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image-data.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image-data.html.ini index c98c42b9df01..6b331ea60bfa 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image-data.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image-data.html.ini @@ -1,6 +1,5 @@ [oes-texture-float-with-image-data.html] type: testharness - expected: CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image.html.ini index fdd8447117ae..d4887ba03f2c 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-float-with-image.html.ini @@ -1,6 +1,5 @@ [oes-texture-float-with-image.html] type: testharness - expected: CRASH [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: if os == "linux": FAIL