diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini index d4470416651a..154f99571948 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini @@ -1,6 +1,8 @@ [context-attributes-alpha-depth-stencil-antialias.html] type: testharness - expected: TIMEOUT + expected: + if os == "mac": CRASH + if os == "linux": TIMEOUT [WebGL test #0: gl = getWebGL(1, 1, null, [ 0, 0, 0, 0 \], 1, 0) should be non-null. Was null] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation-and-destruction.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation-and-destruction.html.ini index b82bdd940ce4..99c77fb76d56 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation-and-destruction.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation-and-destruction.html.ini @@ -1,3 +1,6 @@ [context-creation-and-destruction.html] type: testharness expected: TIMEOUT + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation.html.ini deleted file mode 100644 index 0dc670dc4177..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[context-creation.html] - type: testharness - expected: TIMEOUT - [Overall test] - expected: NOTRUN - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-eviction-with-garbage-collection.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-eviction-with-garbage-collection.html.ini deleted file mode 100644 index 5bf7b2b023be..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-eviction-with-garbage-collection.html.ini +++ /dev/null @@ -1,12 +0,0 @@ -[context-eviction-with-garbage-collection.html] - type: testharness - expected: TIMEOUT - [WebGL test #0: program != null should be true. Was false.] - expected: FAIL - - [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] - expected: FAIL - - [Overall test] - expected: NOTRUN - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-half-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-half-float.html.ini index 689bce29556e..95ca3da7ceff 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-half-float.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-texture-half-float.html.ini @@ -1,7 +1,5 @@ [oes-texture-half-float.html] type: testharness - expected: - if os == "linux": CRASH [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/oes-vertex-array-object-bufferData.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-vertex-array-object-bufferData.html.ini deleted file mode 100644 index ce6043144841..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-vertex-array-object-bufferData.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[oes-vertex-array-object-bufferData.html] - type: testharness - expected: - if os == "linux": CRASH diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/webgl-compressed-texture-atc.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/webgl-compressed-texture-atc.html.ini index 5d43e1710744..629c3a9e9599 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/webgl-compressed-texture-atc.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/webgl-compressed-texture-atc.html.ini @@ -1,7 +1,5 @@ [webgl-compressed-texture-atc.html] type: testharness - expected: - if os == "linux": CRASH [WebGL test #1: gl.getParameter(gl.COMPRESSED_TEXTURE_FORMATS) should be . Was null.] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini deleted file mode 100644 index 2accfe140556..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[complex-glsl-does-not-crash.html] - type: testharness - expected: TIMEOUT - [Overall test] - expected: NOTRUN - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini deleted file mode 100644 index aad79b86cac9..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[conditional-discard-in-loop.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini index 1686a60728ac..d531648da6c6 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini @@ -1,6 +1,8 @@ [long-expressions-should-not-crash.html] type: testharness - expected: TIMEOUT + expected: + if os == "linux": CRASH + if os == "mac": TIMEOUT [Overall test] expected: NOTRUN diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini deleted file mode 100644 index 94587d1d5f24..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[nested-functions-should-not-crash.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini deleted file mode 100644 index 4ce7fa0c9bf2..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[temp-expressions-should-not-crash.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html.ini deleted file mode 100644 index b87914073856..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html.ini +++ /dev/null @@ -1,10 +0,0 @@ -[ternary_ivec2_vec2.vert.html] - type: testharness - expected: - if os == "linux": CRASH - [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] - expected: FAIL - - [WebGL test #1: context does not exist] - expected: FAIL - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini index d853d3ddd422..05b0018e86ea 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini @@ -58,3 +58,120 @@ [WebGL test #34: [unexpected link status\] vertex shader with 1 uniforms of bvec2 (one past maximum) should fail] expected: FAIL + [WebGL test #38: [unexpected link status\] vertex shader with uniform array of vec3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #39: [unexpected link status\] vertex shader with uniform array of vec3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #40: [unexpected link status\] vertex shader with 1 uniforms of vec3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #44: [unexpected link status\] vertex shader with uniform array of ivec3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #45: [unexpected link status\] vertex shader with uniform array of ivec3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #46: [unexpected link status\] vertex shader with 1 uniforms of ivec3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #50: [unexpected link status\] vertex shader with uniform array of bvec3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #51: [unexpected link status\] vertex shader with uniform array of bvec3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #52: [unexpected link status\] vertex shader with 1 uniforms of bvec3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #56: [unexpected link status\] vertex shader with uniform array of vec4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #57: [unexpected link status\] vertex shader with uniform array of vec4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #58: [unexpected link status\] vertex shader with 1 uniforms of vec4 (one past maximum) should fail] + expected: FAIL + + [WebGL test #62: [unexpected link status\] vertex shader with uniform array of ivec4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #63: [unexpected link status\] vertex shader with uniform array of ivec4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #64: [unexpected link status\] vertex shader with 1 uniforms of ivec4 (one past maximum) should fail] + expected: FAIL + + [WebGL test #68: [unexpected link status\] vertex shader with uniform array of bvec4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #69: [unexpected link status\] vertex shader with uniform array of bvec4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #70: [unexpected link status\] vertex shader with 1 uniforms of bvec4 (one past maximum) should fail] + expected: FAIL + + [WebGL test #74: [unexpected link status\] vertex shader with uniform array of mat2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #75: [unexpected link status\] vertex shader with uniform array of mat2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #76: [unexpected link status\] vertex shader with 1 uniforms of mat2 (one past maximum) should fail] + expected: FAIL + + [WebGL test #80: [unexpected link status\] vertex shader with uniform array of mat3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #81: [unexpected link status\] vertex shader with uniform array of mat3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #82: [unexpected link status\] vertex shader with 1 uniforms of mat3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #86: [unexpected link status\] vertex shader with uniform array of mat4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #87: [unexpected link status\] vertex shader with uniform array of mat4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #88: [unexpected link status\] vertex shader with 1 uniforms of mat4 (one past maximum) should fail] + expected: FAIL + + [WebGL test #92: [unexpected link status\] fragment shader with uniform array of bool with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #93: [unexpected link status\] fragment shader with uniform array of bool with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #94: [unexpected link status\] fragment shader with 1 uniforms of bool (one past maximum) should fail] + expected: FAIL + + [WebGL test #98: [unexpected link status\] fragment shader with uniform array of float with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #99: [unexpected link status\] fragment shader with uniform array of float with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #100: [unexpected link status\] fragment shader with 1 uniforms of float (one past maximum) should fail] + expected: FAIL + + [WebGL test #104: [unexpected link status\] fragment shader with uniform array of int with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #105: [unexpected link status\] fragment shader with uniform array of int with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #106: [unexpected link status\] fragment shader with 1 uniforms of int (one past maximum) should fail] + expected: FAIL + + [WebGL test #110: [unexpected link status\] fragment shader with uniform array of vec2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #111: [unexpected link status\] fragment shader with uniform array of vec2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #112: [unexpected link status\] fragment shader with 1 uniforms of vec2 (one past maximum) should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini deleted file mode 100644 index 53ad79e91855..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[shader-with-reserved-words.html] - type: testharness - expected: TIMEOUT - [Overall test] - expected: NOTRUN - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html.ini deleted file mode 100644 index 1fe08790af3f..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[shaders-with-mis-matching-uniforms.html] - type: testharness - expected: TIMEOUT - [Overall test] - expected: NOTRUN - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini deleted file mode 100644 index 6b5c07f68492..000000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[glsl-function-texture2dprojlod.html] - type: testharness - expected: TIMEOUT