diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/__dir__.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/__dir__.ini deleted file mode 100644 index 8abbde286c2..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: disable glsl for now, tests are flaking diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/array-of-struct-with-int-first-position.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/array-of-struct-with-int-first-position.html.ini deleted file mode 100644 index 60af52d541c..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/array-of-struct-with-int-first-position.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[array-of-struct-with-int-first-position.html] - type: testharness - expected: TIMEOUT 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 new file mode 100644 index 00000000000..2accfe14055 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini @@ -0,0 +1,6 @@ +[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/misc/shaders-with-missing-varyings.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini similarity index 51% rename from tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-missing-varyings.html.ini rename to tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini index 40db7a78bba..aad79b86cac 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-missing-varyings.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini @@ -1,3 +1,3 @@ -[shaders-with-missing-varyings.html] +[conditional-discard-in-loop.html] type: testharness expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/constant-precision-qualifier.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/constant-precision-qualifier.html.ini index 03627fbf11d..95ec36b9832 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/constant-precision-qualifier.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/constant-precision-qualifier.html.ini @@ -1,3 +1,6 @@ [constant-precision-qualifier.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + 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 new file mode 100644 index 00000000000..1686a60728a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini @@ -0,0 +1,6 @@ +[long-expressions-should-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/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 new file mode 100644 index 00000000000..94587d1d5f2 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini @@ -0,0 +1,3 @@ +[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 new file mode 100644 index 00000000000..4ce7fa0c9bf --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini @@ -0,0 +1,3 @@ +[temp-expressions-should-not-crash.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/uniforms-should-not-lose-values.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/uniforms-should-not-lose-values.html.ini deleted file mode 100644 index 5bc625d3719..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/uniforms-should-not-lose-values.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[uniforms-should-not-lose-values.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec2.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec2.html.ini new file mode 100644 index 00000000000..88a8c0b3586 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec2.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-bvec2.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec3.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec3.html.ini new file mode 100644 index 00000000000..696078d164b --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec3.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-bvec3.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec4.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec4.html.ini new file mode 100644 index 00000000000..e3ec54664c1 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec4.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-bvec4.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec2.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec2.html.ini new file mode 100644 index 00000000000..a44d0e31da6 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec2.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-ivec2.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec3.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec3.html.ini new file mode 100644 index 00000000000..4928639fd12 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec3.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-ivec3.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec4.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec4.html.ini new file mode 100644 index 00000000000..0ba97369f71 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec4.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-ivec4.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat2.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat2.html.ini new file mode 100644 index 00000000000..4a78b763173 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat2.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-mat2.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat3.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat3.html.ini new file mode 100644 index 00000000000..afb20dbcc12 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat3.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-mat3.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat4.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat4.html.ini new file mode 100644 index 00000000000..f6ce8a0d3b1 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat4.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-mat4.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec2.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec2.html.ini new file mode 100644 index 00000000000..6c25929d4ab --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec2.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-vec2.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec3.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec3.html.ini new file mode 100644 index 00000000000..9295f056392 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec3.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-vec3.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec4.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec4.html.ini new file mode 100644 index 00000000000..be323d79413 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec4.html.ini @@ -0,0 +1,6 @@ +[glsl-construct-vec4.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-abs.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-abs.html.ini new file mode 100644 index 00000000000..93241f26a13 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-abs.html.ini @@ -0,0 +1,6 @@ +[glsl-function-abs.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-acos.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-acos.html.ini index 8a0752194e9..88c1a43eb10 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-acos.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-acos.html.ini @@ -1,3 +1,6 @@ [glsl-function-acos.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-asin.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-asin.html.ini index 8d0839a8afd..d9f5962ac67 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-asin.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-asin.html.ini @@ -1,3 +1,6 @@ [glsl-function-asin.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan-xy.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan-xy.html.ini index e172183b98b..0607e130e0d 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan-xy.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan-xy.html.ini @@ -1,3 +1,6 @@ [glsl-function-atan-xy.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan.html.ini index 5cc4a50fe3a..92ace6216aa 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-atan.html.ini @@ -1,3 +1,6 @@ [glsl-function-atan.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-ceil.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-ceil.html.ini new file mode 100644 index 00000000000..60949bc4495 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-ceil.html.ini @@ -0,0 +1,6 @@ +[glsl-function-ceil.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-float.html.ini new file mode 100644 index 00000000000..9810d947d38 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-clamp-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-gentype.html.ini new file mode 100644 index 00000000000..3559bce3bcd --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-clamp-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cos.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cos.html.ini index 72690270d25..387296d1f5c 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cos.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cos.html.ini @@ -1,3 +1,6 @@ [glsl-function-cos.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cross.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cross.html.ini new file mode 100644 index 00000000000..59e7bd05613 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cross.html.ini @@ -0,0 +1,6 @@ +[glsl-function-cross.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-distance.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-distance.html.ini new file mode 100644 index 00000000000..0699ec04cdd --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-distance.html.ini @@ -0,0 +1,6 @@ +[glsl-function-distance.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-dot.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-dot.html.ini new file mode 100644 index 00000000000..2f1e2c0fc93 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-dot.html.ini @@ -0,0 +1,6 @@ +[glsl-function-dot.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-faceforward.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-faceforward.html.ini new file mode 100644 index 00000000000..01393378d9a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-faceforward.html.ini @@ -0,0 +1,6 @@ +[glsl-function-faceforward.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-floor.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-floor.html.ini new file mode 100644 index 00000000000..0760c29b822 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-floor.html.ini @@ -0,0 +1,6 @@ +[glsl-function-floor.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-fract.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-fract.html.ini new file mode 100644 index 00000000000..26605d745c0 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-fract.html.ini @@ -0,0 +1,6 @@ +[glsl-function-fract.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-length.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-length.html.ini new file mode 100644 index 00000000000..b93f2a08203 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-length.html.ini @@ -0,0 +1,6 @@ +[glsl-function-length.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-float.html.ini new file mode 100644 index 00000000000..b6f9b8f122f --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-max-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-gentype.html.ini new file mode 100644 index 00000000000..5c398e89e9f --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-max-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-float.html.ini new file mode 100644 index 00000000000..e19cba7908b --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-min-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-gentype.html.ini new file mode 100644 index 00000000000..f6d9483a1c4 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-min-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-float.html.ini new file mode 100644 index 00000000000..33c04e745cf --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-mix-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-gentype.html.ini new file mode 100644 index 00000000000..b9467eda17a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-mix-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-float.html.ini new file mode 100644 index 00000000000..7022b376e98 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-mod-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-gentype.html.ini new file mode 100644 index 00000000000..50898dfef40 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-mod-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-normalize.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-normalize.html.ini new file mode 100644 index 00000000000..83b26636ef9 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-normalize.html.ini @@ -0,0 +1,6 @@ +[glsl-function-normalize.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-reflect.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-reflect.html.ini new file mode 100644 index 00000000000..cb99fcf78f6 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-reflect.html.ini @@ -0,0 +1,6 @@ +[glsl-function-reflect.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sign.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sign.html.ini new file mode 100644 index 00000000000..0c5cee9e435 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sign.html.ini @@ -0,0 +1,6 @@ +[glsl-function-sign.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sin.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sin.html.ini index 9ea1d6d5038..61985bb538e 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sin.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sin.html.ini @@ -1,3 +1,6 @@ [glsl-function-sin.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-float.html.ini index c05de2cb4b2..89451efba22 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-float.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-float.html.ini @@ -1,3 +1,6 @@ [glsl-function-smoothstep-float.html] type: testharness - expected: CRASH + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-gentype.html.ini new file mode 100644 index 00000000000..a10653c2177 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-smoothstep-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-float.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-float.html.ini new file mode 100644 index 00000000000..08139f7347e --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-float.html.ini @@ -0,0 +1,6 @@ +[glsl-function-step-float.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-gentype.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-gentype.html.ini new file mode 100644 index 00000000000..18cf2d70027 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-gentype.html.ini @@ -0,0 +1,6 @@ +[glsl-function-step-gentype.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function.html.ini new file mode 100644 index 00000000000..4f95e9dce15 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function.html.ini @@ -0,0 +1,6 @@ +[glsl-function.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat3-construction.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat3-construction.html.ini new file mode 100644 index 00000000000..f121a17858d --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat3-construction.html.ini @@ -0,0 +1,6 @@ +[glsl-mat3-construction.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat4-to-mat3.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat4-to-mat3.html.ini new file mode 100644 index 00000000000..95e585cfad7 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat4-to-mat3.html.ini @@ -0,0 +1,6 @@ +[glsl-mat4-to-mat3.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/expression-list-in-declarator-initializer.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/expression-list-in-declarator-initializer.html.ini index 1e36df4b7ab..ae09bb70c91 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/expression-list-in-declarator-initializer.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/expression-list-in-declarator-initializer.html.ini @@ -1,3 +1,6 @@ [expression-list-in-declarator-initializer.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/large-loop-compile.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/large-loop-compile.html.ini index 280c9e6bf95..3074eab2d1f 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/large-loop-compile.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/large-loop-compile.html.ini @@ -1,6 +1,5 @@ [large-loop-compile.html] type: testharness - expected: TIMEOUT [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/glsl/misc/shader-precision-format-obeyed.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-precision-format-obeyed.html.ini index ca9d578b6e2..8bd3dff859e 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-precision-format-obeyed.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-precision-format-obeyed.html.ini @@ -1,3 +1,6 @@ [shader-precision-format-obeyed.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + 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 new file mode 100644 index 00000000000..d853d3ddd42 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini @@ -0,0 +1,60 @@ +[shader-uniform-packing-restrictions.html] + type: testharness + expected: TIMEOUT + [Overall test] + expected: NOTRUN + + [WebGL test #2: [unexpected link status\] vertex shader with uniform array of bool with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #3: [unexpected link status\] vertex shader with uniform array of bool with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #4: [unexpected link status\] vertex shader with 1 uniforms of bool (one past maximum) should fail] + expected: FAIL + + [WebGL test #8: [unexpected link status\] vertex shader with uniform array of float with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #9: [unexpected link status\] vertex shader with uniform array of float with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #10: [unexpected link status\] vertex shader with 1 uniforms of float (one past maximum) should fail] + expected: FAIL + + [WebGL test #14: [unexpected link status\] vertex shader with uniform array of int with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #15: [unexpected link status\] vertex shader with uniform array of int with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #16: [unexpected link status\] vertex shader with 1 uniforms of int (one past maximum) should fail] + expected: FAIL + + [WebGL test #20: [unexpected link status\] vertex shader with uniform array of vec2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #21: [unexpected link status\] vertex shader with uniform array of vec2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #22: [unexpected link status\] vertex shader with 1 uniforms of vec2 (one past maximum) should fail] + expected: FAIL + + [WebGL test #26: [unexpected link status\] vertex shader with uniform array of ivec2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #27: [unexpected link status\] vertex shader with uniform array of ivec2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #28: [unexpected link status\] vertex shader with 1 uniforms of ivec2 (one past maximum) should fail] + expected: FAIL + + [WebGL test #32: [unexpected link status\] vertex shader with uniform array of bvec2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #33: [unexpected link status\] vertex shader with uniform array of bvec2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #34: [unexpected link status\] vertex shader with 1 uniforms of bvec2 (one past maximum) should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-varying-packing-restrictions.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-varying-packing-restrictions.html.ini new file mode 100644 index 00000000000..bac55ad894a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-varying-packing-restrictions.html.ini @@ -0,0 +1,65 @@ +[shader-varying-packing-restrictions.html] + type: testharness + [WebGL test #2: [unexpected link status\] shaders with varying array of float with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #3: [unexpected link status\] shaders with varying array of float with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #4: [unexpected link status\] shaders with 1 varyings of float (one past maximum) should fail] + expected: FAIL + + [WebGL test #8: [unexpected link status\] shaders with varying array of vec2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #9: [unexpected link status\] shaders with varying array of vec2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #10: [unexpected link status\] shaders with 1 varyings of vec2 (one past maximum) should fail] + expected: FAIL + + [WebGL test #14: [unexpected link status\] shaders with varying array of vec3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #15: [unexpected link status\] shaders with varying array of vec3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #16: [unexpected link status\] shaders with 1 varyings of vec3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #20: [unexpected link status\] shaders with varying array of vec4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #21: [unexpected link status\] shaders with varying array of vec4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #22: [unexpected link status\] shaders with 1 varyings of vec4 (one past maximum) should fail] + expected: FAIL + + [WebGL test #26: [unexpected link status\] shaders with varying array of mat2 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #27: [unexpected link status\] shaders with varying array of mat2 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #28: [unexpected link status\] shaders with 1 varyings of mat2 (one past maximum) should fail] + expected: FAIL + + [WebGL test #32: [unexpected link status\] shaders with varying array of mat3 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #33: [unexpected link status\] shaders with varying array of mat3 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #34: [unexpected link status\] shaders with 1 varyings of mat3 (one past maximum) should fail] + expected: FAIL + + [WebGL test #38: [unexpected link status\] shaders with varying array of mat4 with 1 elements (one past maximum) accessing last element should fail] + expected: FAIL + + [WebGL test #39: [unexpected link status\] shaders with varying array of mat4 with 1 elements (one past maximum) accessing first element should fail] + expected: FAIL + + [WebGL test #40: [unexpected link status\] shaders with 1 varyings of mat4 (one past maximum) should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-assignment.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-assignment.html.ini index 44dee84b052..b5e517479df 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-assignment.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-assignment.html.ini @@ -1,9 +1,12 @@ [shader-with-comma-assignment.html] type: testharness - expected: TIMEOUT + expected: ERROR [WebGL test #0: [unexpected vertex shader compile status\] (expected: true) fragment shader with comma assignment should succeed] expected: FAIL [WebGL test #1: [unexpected fragment shader compile status\] (expected: true) fragment shader with comma assignment should succeed] expected: FAIL + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-conditional-assignment.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-conditional-assignment.html.ini index 0ca0641e50f..d66b3f8d809 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-conditional-assignment.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-comma-conditional-assignment.html.ini @@ -1,3 +1,6 @@ [shader-with-comma-conditional-assignment.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-define-line-continuation.frag.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-define-line-continuation.frag.html.ini new file mode 100644 index 00000000000..265cd287185 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-define-line-continuation.frag.html.ini @@ -0,0 +1,5 @@ +[shader-with-define-line-continuation.frag.html] + type: testharness + [WebGL test #0: [unexpected link status\] fragment shader that uses line continuation macro should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html.ini new file mode 100644 index 00000000000..83a7b7d1052 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html.ini @@ -0,0 +1,11 @@ +[shader-with-global-variable-precision-mismatch.html] + type: testharness + [WebGL test #0: [unexpected link status\] mismatching precision for uniforms causes link error (as expected)] + expected: FAIL + + [WebGL test #1: [unexpected link status\] mismatching precision for int uniforms with default precision causes link error (as expected)] + expected: FAIL + + [WebGL test #2: [unexpected link status\] mismatching precision for structure uniforms causes link error (as expected)] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html.ini index b1c9784d3d7..10a3c10f046 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html.ini @@ -1,7 +1,5 @@ [shader-with-ivec3-return-value.frag.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) Shader with ivec3 return value from function call should succeed] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-long-line.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-long-line.html.ini index 7068707a1a5..70a8c89cdf4 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-long-line.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-long-line.html.ini @@ -1,7 +1,5 @@ [shader-with-long-line.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: [unexpected vertex shader compile status\] (expected: true) shader that uses long lines should succeed] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-non-reserved-words.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-non-reserved-words.html.ini new file mode 100644 index 00000000000..d8d7a1897d8 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-non-reserved-words.html.ini @@ -0,0 +1,6 @@ +[shader-with-non-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/shader-with-reserved-words.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini new file mode 100644 index 00000000000..53ad79e9185 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini @@ -0,0 +1,6 @@ +[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/shader-with-short-circuiting-operators.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-short-circuiting-operators.html.ini deleted file mode 100644 index 5e4524ef4a4..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-short-circuiting-operators.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[shader-with-short-circuiting-operators.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-too-many-uniforms.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-too-many-uniforms.html.ini index a86fbb9257e..c1102f44f37 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-too-many-uniforms.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-too-many-uniforms.html.ini @@ -1,3 +1,14 @@ [shader-with-too-many-uniforms.html] type: testharness - expected: TIMEOUT + [WebGL test #0: [link failed\] shader using all uniforms in vertex shader should succeed] + expected: FAIL + + [WebGL test #1: [unexpected link status\] shader using too many uniforms in vertex shader should fail] + expected: FAIL + + [WebGL test #2: [link failed\] shader using all uniforms in fragment shader should succeed] + expected: FAIL + + [WebGL test #3: [unexpected link status\] shader using too many uniforms in fragment shader should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-invariance.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-invariance.html.ini index 7e16211ecfd..a53ccbab81b 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-invariance.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-invariance.html.ini @@ -1,6 +1,5 @@ [shaders-with-invariance.html] type: testharness - expected: TIMEOUT [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) vertex shader with variant varying and fragment shader with invariant varying must fail] expected: FAIL @@ -10,3 +9,15 @@ [WebGL test #2: [unexpected fragment shader compile status\] (expected: true) vertex shader with invariant varying and fragment shader with variant varying must fail] expected: FAIL + [WebGL test #2: [unexpected fragment shader compile status\] (expected: true) vertex shader with variant varying and fragment shader with invariant (global setting) varying must fail] + expected: FAIL + + [WebGL test #9: [unexpected fragment shader compile status\] (expected: true) vertex shader with invariant varying and fragment shader with invariant (global setting) varying must succeed] + expected: FAIL + + [WebGL test #11: [unexpected link status\] vertex shader with variant gl_Position and fragment shader with invariant gl_FragCoord must fail] + expected: FAIL + + [WebGL test #14: [unexpected link status\] vertex shader with variant gl_PointSize and fragment shader with invariant gl_PointCoord must fail] + expected: FAIL + 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 index 5e917c0a0a1..1fe08790af3 100644 --- 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 @@ -1,3 +1,6 @@ [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/misc/shaders-with-mis-matching-varyings.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-varyings.html.ini index baf3886a4a0..6f64db53765 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-varyings.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-varyings.html.ini @@ -1,6 +1,5 @@ [shaders-with-mis-matching-varyings.html] type: testharness - expected: TIMEOUT [WebGL test #0: [unexpected vertex shader compile status\] (expected: true) vertex shader with varying float and fragment shader with varying vec2 with the same name should fail to link] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html.ini new file mode 100644 index 00000000000..b0e52c7c56b --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html.ini @@ -0,0 +1,5 @@ +[shaders-with-name-conflicts.html] + type: testharness + [WebGL test #0: [unexpected link status\] shaders with conflicting uniform/attribute names should fail] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-uniform-structs.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-uniform-structs.html.ini new file mode 100644 index 00000000000..5e47ddeadae --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-uniform-structs.html.ini @@ -0,0 +1,5 @@ +[shaders-with-uniform-structs.html] + type: testharness + [WebGL test #5: [unexpected link status\] Structures must have the same type definitions (including precision) to be considered the same type.] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-varyings.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-varyings.html.ini new file mode 100644 index 00000000000..7b3bb364a8a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-varyings.html.ini @@ -0,0 +1,5 @@ +[shaders-with-varyings.html] + type: testharness + [WebGL test #3: [unexpected link status\] vertex shader with unused varying and fragment shader with used varying must succeed] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-equals.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-equals.html.ini index 9011d93ffd3..0a58d453268 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-equals.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-equals.html.ini @@ -1,3 +1,6 @@ [struct-equals.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-mixed-array-declarators.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-mixed-array-declarators.html.ini index 24b81b29ab3..073efd3da42 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-mixed-array-declarators.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-mixed-array-declarators.html.ini @@ -1,3 +1,6 @@ [struct-mixed-array-declarators.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names.html.ini new file mode 100644 index 00000000000..054a7043ef9 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names.html.ini @@ -0,0 +1,6 @@ +[struct-nesting-of-variable-names.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-specifiers-in-uniforms.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-specifiers-in-uniforms.html.ini index a7eee1526b8..d00531a9885 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-specifiers-in-uniforms.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-specifiers-in-uniforms.html.ini @@ -1,3 +1,6 @@ [struct-specifiers-in-uniforms.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-global-initializers.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-global-initializers.html.ini index e2f4b9ec82a..8ff016ad986 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-global-initializers.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-global-initializers.html.ini @@ -1,9 +1,12 @@ [ternary-operators-in-global-initializers.html] type: testharness - expected: TIMEOUT + expected: ERROR [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) float] expected: FAIL [WebGL test #1: [unexpected fragment shader compile status\] (expected: true) vec2] expected: FAIL + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-initializers.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-initializers.html.ini index 318be42b7e1..6400aafa9d8 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-initializers.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/ternary-operators-in-initializers.html.ini @@ -1,6 +1,9 @@ [ternary-operators-in-initializers.html] type: testharness - expected: TIMEOUT + expected: ERROR [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) Ternary operator in integer initalization] expected: FAIL + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/compare-loop-index-to-uniform.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini similarity index 51% rename from tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/compare-loop-index-to-uniform.html.ini rename to tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini index bc440180fdb..6b5c07f6849 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/compare-loop-index-to-uniform.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini @@ -1,3 +1,3 @@ -[compare-loop-index-to-uniform.html] +[glsl-function-texture2dprojlod.html] type: testharness expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/gl-pointcoord.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/gl-pointcoord.html.ini new file mode 100644 index 00000000000..29b31e80a49 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/gl-pointcoord.html.ini @@ -0,0 +1,6 @@ +[gl-pointcoord.html] + type: testharness + expected: ERROR + [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/glsl/variables/glsl-built-ins.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/glsl-built-ins.html.ini new file mode 100644 index 00000000000..1a20ffcebbe --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/glsl-built-ins.html.ini @@ -0,0 +1,53 @@ +[glsl-built-ins.html] + type: testharness + [WebGL test #1: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #2: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #3: gl.getParameter(gl.MAX_VERTEX_UNIFORM_VECTORS) >= 128] + expected: FAIL + + [WebGL test #4: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #5: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #6: gl.getParameter(gl.MAX_VARYING_VECTORS) >= 8] + expected: FAIL + + [WebGL test #7: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #8: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #10: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #11: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #13: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #14: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #16: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #17: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #18: gl.getParameter(gl.MAX_FRAGMENT_UNIFORM_VECTORS) >= 16] + expected: FAIL + + [WebGL test #19: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL + + [WebGL test #20: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] + expected: FAIL +