From 937855c3fdace507084b6fb773dbce52c2aec520 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 18:32:06 -0400 Subject: [PATCH 1/5] Enable the context and canvas webgl tests. --- .../2d.imageData.object.ctor.html.ini | 1 + .../metadata/cssom/serialize-values.html.ini | 1 - .../form-control-infrastructure/form.html.ini | 1 + .../label-attributes.html.ini | 1 + .../conformance/canvas/__dir__.ini | 1 - .../canvas/buffer-offscreen-test.html.ini | 5 ++ .../canvas/buffer-preserve-test.html.ini | 5 ++ .../conformance/canvas/canvas-test.html.ini | 6 +++ ...tic-webgl-to-multiple-canvas-test.html.ini | 6 +++ .../canvas/draw-webgl-to-canvas-test.html.ini | 6 +++ .../canvas/drawingbuffer-hd-dpi-test.html.ini | 46 ++++++++++++++++++- .../drawingbuffer-static-canvas-test.html.ini | 12 +++++ .../canvas/drawingbuffer-test.html.ini | 5 +- ...fer-bindings-unaffected-on-resize.html.ini | 3 -- ...ure-bindings-unaffected-on-resize.html.ini | 7 ++- .../canvas/to-data-url-test.html.ini | 8 ++-- .../viewport-unchanged-upon-resize.html.ini | 4 +- .../conformance/context/__dir__.ini | 1 - .../context/constants-and-properties.html.ini | 5 -- ...attribute-preserve-drawing-buffer.html.ini | 8 ++-- ...tes-alpha-depth-stencil-antialias.html.ini | 3 +- .../context-creation-and-destruction.html.ini | 5 +- .../context/context-creation.html.ini | 8 ++-- ...-eviction-with-garbage-collection.html.ini | 6 ++- .../context/context-hidden-alpha.html.ini | 13 ++++-- .../context/context-lost-restored.html.ini | 5 -- .../conformance/context/context-lost.html.ini | 2 - .../context-release-upon-reload.html.ini | 8 ++-- .../context-release-with-workers.html.ini | 8 ++-- .../context/context-type-test.html.ini | 5 -- ...ncorrect-context-object-behaviour.html.ini | 11 ++++- .../conformance/context/methods.html.ini | 26 ++++++++++- .../context/premultiplyalpha-test.html.ini | 6 ++- .../context/resource-sharing-test.html.ini | 2 - .../css/writing-mode_change_display.html.ini | 2 + tests/wpt/mozilla/meta/mozilla/calc.html.ini | 2 +- 36 files changed, 177 insertions(+), 67 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/__dir__.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-offscreen-test.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-preserve-test.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/canvas-test.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-webgl-to-canvas-test.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/__dir__.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/constants-and-properties.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost-restored.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-type-test.html.ini diff --git a/tests/wpt/metadata/2dcontext/pixel-manipulation/2d.imageData.object.ctor.html.ini b/tests/wpt/metadata/2dcontext/pixel-manipulation/2d.imageData.object.ctor.html.ini index 2a649b8ab43..b4f5a874417 100644 --- a/tests/wpt/metadata/2dcontext/pixel-manipulation/2d.imageData.object.ctor.html.ini +++ b/tests/wpt/metadata/2dcontext/pixel-manipulation/2d.imageData.object.ctor.html.ini @@ -2,3 +2,4 @@ type: testharness [ImageData does not have a usable constructor] expected: FAIL + diff --git a/tests/wpt/metadata/cssom/serialize-values.html.ini b/tests/wpt/metadata/cssom/serialize-values.html.ini index 07880ae3d38..16dd9375ca4 100644 --- a/tests/wpt/metadata/cssom/serialize-values.html.ini +++ b/tests/wpt/metadata/cssom/serialize-values.html.ini @@ -1,6 +1,5 @@ [serialize-values.html] type: testharness - [content: url("http://localhost/")] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/forms/form-control-infrastructure/form.html.ini b/tests/wpt/metadata/html/semantics/forms/form-control-infrastructure/form.html.ini index 352bc7f2d34..7c7a6cca1b1 100644 --- a/tests/wpt/metadata/html/semantics/forms/form-control-infrastructure/form.html.ini +++ b/tests/wpt/metadata/html/semantics/forms/form-control-infrastructure/form.html.ini @@ -8,3 +8,4 @@ [label-with-meter.form] expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/forms/the-label-element/label-attributes.html.ini b/tests/wpt/metadata/html/semantics/forms/the-label-element/label-attributes.html.ini index 77caa827250..9caf6fc4cf7 100644 --- a/tests/wpt/metadata/html/semantics/forms/the-label-element/label-attributes.html.ini +++ b/tests/wpt/metadata/html/semantics/forms/the-label-element/label-attributes.html.ini @@ -2,3 +2,4 @@ type: testharness [A non-control follows by a control with same ID.] expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/__dir__.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/__dir__.ini deleted file mode 100644 index f86df6849aa..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: flaky diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-offscreen-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-offscreen-test.html.ini new file mode 100644 index 00000000000..a6953f5c130 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-offscreen-test.html.ini @@ -0,0 +1,5 @@ +[buffer-offscreen-test.html] + type: testharness + [WebGL test #5: at (0, 0) expected: 0,0,0,0 was 255,0,0,255] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-preserve-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-preserve-test.html.ini new file mode 100644 index 00000000000..bc9baa5e766 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/buffer-preserve-test.html.ini @@ -0,0 +1,5 @@ +[buffer-preserve-test.html] + type: testharness + [WebGL test #3: at (0, 0) expected: 0,0,0,0 was 255,0,0,255] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/canvas-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/canvas-test.html.ini new file mode 100644 index 00000000000..62980ecdfc8 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/canvas-test.html.ini @@ -0,0 +1,6 @@ +[canvas-test.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html.ini new file mode 100644 index 00000000000..9c7f3f10b20 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html.ini @@ -0,0 +1,6 @@ +[draw-static-webgl-to-multiple-canvas-test.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-webgl-to-canvas-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-webgl-to-canvas-test.html.ini new file mode 100644 index 00000000000..df8d2c898e6 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/draw-webgl-to-canvas-test.html.ini @@ -0,0 +1,6 @@ +[draw-webgl-to-canvas-test.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-hd-dpi-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-hd-dpi-test.html.ini index 2fae13dd214..d9821f05886 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-hd-dpi-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-hd-dpi-test.html.ini @@ -1,3 +1,47 @@ [drawingbuffer-hd-dpi-test.html] type: testharness - expected: TIMEOUT + [WebGL test #5: at (28, 12) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #8: gl.getError() should be 0. Was 1280.] + expected: FAIL + + [WebGL test #12: at 0, 0 expected 0,0,0,255(black) was 0,0,0,0] + expected: FAIL + + [WebGL test #13: at (12, 28) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #16: gl.getError() should be 0. Was 1280.] + expected: FAIL + + [WebGL test #22: at (124, 60) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #25: gl.getError() should be 0. Was 1280.] + expected: FAIL + + [WebGL test #29: at 0, 0 expected 0,0,0,255(black) was 0,0,0,0] + expected: FAIL + + [WebGL test #30: at (60, 124) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #33: gl.getError() should be 0. Was 1280.] + expected: FAIL + + [WebGL test #39: at (252, 508) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #42: gl.getError() should be 0. Was 1280.] + expected: FAIL + + [WebGL test #46: at 0, 0 expected 0,0,0,255(black) was 0,0,0,0] + expected: FAIL + + [WebGL test #47: at (508, 252) expected: 0,255,0,255 was 0,0,0,0] + expected: FAIL + + [WebGL test #50: gl.getError() should be 0. Was 1280.] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html.ini new file mode 100644 index 00000000000..d17a5872378 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html.ini @@ -0,0 +1,12 @@ +[drawingbuffer-static-canvas-test.html] + type: testharness + expected: ERROR + [WebGL test #5: maxSize[0\] > 0 should be true. Threw exception TypeError: maxSize is null] + expected: FAIL + + [WebGL test #6: maxSize[1\] > 0 should be true. Threw exception TypeError: maxSize is null] + expected: FAIL + + [WebGL test #7: 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/canvas/drawingbuffer-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-test.html.ini index 25f041464a9..2fd2b75c155 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/drawingbuffer-test.html.ini @@ -1,3 +1,6 @@ [drawingbuffer-test.html] type: testharness - expected: TIMEOUT + 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/canvas/framebuffer-bindings-unaffected-on-resize.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html.ini deleted file mode 100644 index f0d489c53a7..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[framebuffer-bindings-unaffected-on-resize.html] - type: testharness - expected: TIMEOUT diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html.ini index bdd015e4f23..a85898afcba 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html.ini @@ -1,3 +1,8 @@ [texture-bindings-unaffected-on-resize.html] type: testharness - expected: TIMEOUT + [WebGL test #3: at (0, 0) expected: 0,255,0,255 was 0,0,0,255] + expected: FAIL + + [WebGL test #5: at (0, 0) expected: 0,255,0,255 was 0,0,0,255] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/to-data-url-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/to-data-url-test.html.ini index 11c670ec1ab..69d8b8e101a 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/to-data-url-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/to-data-url-test.html.ini @@ -1,6 +1,6 @@ [to-data-url-test.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/viewport-unchanged-upon-resize.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/viewport-unchanged-upon-resize.html.ini index 5a8f2cb88ef..c981b9989e3 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/viewport-unchanged-upon-resize.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/canvas/viewport-unchanged-upon-resize.html.ini @@ -1,6 +1,5 @@ [viewport-unchanged-upon-resize.html] type: testharness - expected: CRASH [WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL @@ -10,3 +9,6 @@ [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL + [WebGL test #3: at (6, 6) expected: 0,0,255,255 was 255,0,0,255] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/__dir__.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/__dir__.ini deleted file mode 100644 index f86df6849aa..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: flaky diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/constants-and-properties.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/constants-and-properties.html.ini deleted file mode 100644 index 678d0b3b207..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/constants-and-properties.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[constants-and-properties.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/context/context-attribute-preserve-drawing-buffer.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attribute-preserve-drawing-buffer.html.ini index 4ffd392fe67..3c499fa1374 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attribute-preserve-drawing-buffer.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-attribute-preserve-drawing-buffer.html.ini @@ -1,6 +1,6 @@ [context-attribute-preserve-drawing-buffer.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + expected: ERROR + [Overall test] + expected: NOTRUN + 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 e2abd6bae69..d4470416651 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,7 +1,6 @@ [context-attributes-alpha-depth-stencil-antialias.html] type: testharness - expected: - if os == "mac": CRASH + expected: 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 1b7cd37a3da..b82bdd940ce 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,6 +1,3 @@ [context-creation-and-destruction.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + expected: TIMEOUT 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 index 8e4ce10380d..0dc670dc417 100644 --- 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 @@ -1,6 +1,6 @@ [context-creation.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + 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 index baaa6a19052..5bf7b2b023b 100644 --- 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 @@ -1,10 +1,12 @@ [context-eviction-with-garbage-collection.html] type: testharness - expected: - if os == "mac": CRASH + 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/context/context-hidden-alpha.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-hidden-alpha.html.ini index 594c48aaffb..012afa743c2 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-hidden-alpha.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-hidden-alpha.html.ini @@ -1,5 +1,12 @@ [context-hidden-alpha.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 + expected: ERROR + [Overall test] + expected: NOTRUN + + [WebGL test #1: gl.getParameter(gl.ALPHA_BITS) should be 0 (of type number). Was null (of type object).] + expected: FAIL + + [WebGL test #2: null should be non-null. Was null] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost-restored.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost-restored.html.ini deleted file mode 100644 index adda8b8b6a1..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost-restored.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[context-lost-restored.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/context/context-lost.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost.html.ini index fda172171c4..ca162c1a651 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-lost.html.ini @@ -1,7 +1,5 @@ [context-lost.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: gl.isContextLost() should be false. Threw exception TypeError: gl.isContextLost is not a function] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-upon-reload.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-upon-reload.html.ini index 477e59cb772..3f715cd8df3 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-upon-reload.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-upon-reload.html.ini @@ -1,6 +1,6 @@ [context-release-upon-reload.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + expected: TIMEOUT + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-with-workers.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-with-workers.html.ini index f177cdceb1a..09522bb510e 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-with-workers.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-release-with-workers.html.ini @@ -1,6 +1,6 @@ [context-release-with-workers.html] type: testharness - expected: - if os == "linux": TIMEOUT - 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 + expected: TIMEOUT + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-type-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-type-test.html.ini deleted file mode 100644 index 43e33a30281..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-type-test.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[context-type-test.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/context/incorrect-context-object-behaviour.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini index fc8454c9dcd..309d087d9fd 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini @@ -1,7 +1,5 @@ [incorrect-context-object-behaviour.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #0: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.compileShader(shaderB)] expected: FAIL @@ -53,3 +51,12 @@ [WebGL test #21: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.getUniformLocation(programB, 'u_modelViewProjMatrix')] expected: FAIL + [WebGL test #13: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.framebufferRenderbuffer(contextA.FRAMEBUFFER, contextA.DEPTH_ATTACHMENT, contextA.RENDERBUFFER, renderBufferB)] + expected: FAIL + + [WebGL test #14: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.framebufferTexture2D(contextA.FRAMEBUFFER, contextA.COLOR_ATTACHMENT0, contextA.TEXTURE_2D, textureB, 0)] + expected: FAIL + + [WebGL test #16: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.getProgramInfoLog(programB, 0)] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini index 9bdfbe5b6e0..9623b70fe74 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini @@ -1,7 +1,5 @@ [methods.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #1: Property either does not exist or is not a function: copyTexImage2D] expected: FAIL @@ -281,3 +279,27 @@ [WebGL test #49: Property either does not exist or is not a function: validateProgram] expected: FAIL + [WebGL test #0: Property either does not exist or is not a function: getAttachedShaders] + expected: FAIL + + [WebGL test #1: Property either does not exist or is not a function: getFramebufferAttachmentParameter] + expected: FAIL + + [WebGL test #2: Property either does not exist or is not a function: getRenderbufferParameter] + expected: FAIL + + [WebGL test #3: Property either does not exist or is not a function: getShaderPrecisionFormat] + expected: FAIL + + [WebGL test #4: Property either does not exist or is not a function: getTexParameter] + expected: FAIL + + [WebGL test #5: Property either does not exist or is not a function: getUniform] + expected: FAIL + + [WebGL test #6: Property either does not exist or is not a function: getVertexAttribOffset] + expected: FAIL + + [WebGL test #7: Property either does not exist or is not a function: isContextLost] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/premultiplyalpha-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/premultiplyalpha-test.html.ini index 3c22e282a5a..3960c11d991 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/premultiplyalpha-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/premultiplyalpha-test.html.ini @@ -1,7 +1,6 @@ [premultiplyalpha-test.html] type: testharness - expected: - if os == "mac": CRASH + expected: ERROR [WebGL test #0: Unable to fetch WebGL rendering context for Canvas] expected: FAIL @@ -11,3 +10,6 @@ [WebGL test #2: gl.getContextAttributes().preserveDrawingBuffer should be true. Threw exception TypeError: gl is null] expected: FAIL + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/resource-sharing-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/resource-sharing-test.html.ini index 301f4c1a7e3..f25116ddccd 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/resource-sharing-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/resource-sharing-test.html.ini @@ -1,7 +1,5 @@ [resource-sharing-test.html] type: testharness - expected: - if os == "mac": CRASH [WebGL test #1: attempt to use a resource from the wrong context should fail with INVALID_OPERATION] expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/writing-mode_change_display.html.ini b/tests/wpt/mozilla/meta/css/writing-mode_change_display.html.ini index 27bb09770e7..15717811207 100644 --- a/tests/wpt/mozilla/meta/css/writing-mode_change_display.html.ini +++ b/tests/wpt/mozilla/meta/css/writing-mode_change_display.html.ini @@ -1 +1,3 @@ prefs: [layout.writing-mode.enabled:true] +[writing-mode_change_display.html] + type: testharness diff --git a/tests/wpt/mozilla/meta/mozilla/calc.html.ini b/tests/wpt/mozilla/meta/mozilla/calc.html.ini index d977fc79221..4789620d91d 100644 --- a/tests/wpt/mozilla/meta/mozilla/calc.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/calc.html.ini @@ -1,3 +1,3 @@ [calc.html] type: testharness - prefs: [layout.column-count.enabled:true,layout.column-width.enabled:true,layout.column-gap.enabled:true] + prefs: [layout.column-count.enabled:true, layout.column-width.enabled:true, layout.column-gap.enabled:true] From 069d5591b3603594b614a20e279a73f5eecc4284 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 18:46:05 -0400 Subject: [PATCH 2/5] Enable the glsl webgl tests. --- .../conformance/glsl/__dir__.ini | 1 - ...of-struct-with-int-first-position.html.ini | 3 - .../bugs/complex-glsl-does-not-crash.html.ini | 6 ++ .../conditional-discard-in-loop.html.ini} | 2 +- .../constant-precision-qualifier.html.ini | 5 +- ...long-expressions-should-not-crash.html.ini | 6 ++ ...nested-functions-should-not-crash.html.ini | 3 + ...temp-expressions-should-not-crash.html.ini | 3 + .../uniforms-should-not-lose-values.html.ini | 3 - .../glsl-construct-bvec2.html.ini | 6 ++ .../glsl-construct-bvec3.html.ini | 6 ++ .../glsl-construct-bvec4.html.ini | 6 ++ .../glsl-construct-ivec2.html.ini | 6 ++ .../glsl-construct-ivec3.html.ini | 6 ++ .../glsl-construct-ivec4.html.ini | 6 ++ .../constructors/glsl-construct-mat2.html.ini | 6 ++ .../constructors/glsl-construct-mat3.html.ini | 6 ++ .../constructors/glsl-construct-mat4.html.ini | 6 ++ .../constructors/glsl-construct-vec2.html.ini | 6 ++ .../constructors/glsl-construct-vec3.html.ini | 6 ++ .../constructors/glsl-construct-vec4.html.ini | 6 ++ .../glsl/functions/glsl-function-abs.html.ini | 6 ++ .../functions/glsl-function-acos.html.ini | 5 +- .../functions/glsl-function-asin.html.ini | 5 +- .../functions/glsl-function-atan-xy.html.ini | 5 +- .../functions/glsl-function-atan.html.ini | 5 +- .../functions/glsl-function-ceil.html.ini | 6 ++ .../glsl-function-clamp-float.html.ini | 6 ++ .../glsl-function-clamp-gentype.html.ini | 6 ++ .../glsl/functions/glsl-function-cos.html.ini | 5 +- .../functions/glsl-function-cross.html.ini | 6 ++ .../functions/glsl-function-distance.html.ini | 6 ++ .../glsl/functions/glsl-function-dot.html.ini | 6 ++ .../glsl-function-faceforward.html.ini | 6 ++ .../functions/glsl-function-floor.html.ini | 6 ++ .../functions/glsl-function-fract.html.ini | 6 ++ .../functions/glsl-function-length.html.ini | 6 ++ .../glsl-function-max-float.html.ini | 6 ++ .../glsl-function-max-gentype.html.ini | 6 ++ .../glsl-function-min-float.html.ini | 6 ++ .../glsl-function-min-gentype.html.ini | 6 ++ .../glsl-function-mix-float.html.ini | 6 ++ .../glsl-function-mix-gentype.html.ini | 6 ++ .../glsl-function-mod-float.html.ini | 6 ++ .../glsl-function-mod-gentype.html.ini | 6 ++ .../glsl-function-normalize.html.ini | 6 ++ .../functions/glsl-function-reflect.html.ini | 6 ++ .../functions/glsl-function-sign.html.ini | 6 ++ .../glsl/functions/glsl-function-sin.html.ini | 5 +- .../glsl-function-smoothstep-float.html.ini | 5 +- .../glsl-function-smoothstep-gentype.html.ini | 6 ++ .../glsl-function-step-float.html.ini | 6 ++ .../glsl-function-step-gentype.html.ini | 6 ++ .../glsl/functions/glsl-function.html.ini | 6 ++ .../matrices/glsl-mat3-construction.html.ini | 6 ++ .../glsl/matrices/glsl-mat4-to-mat3.html.ini | 6 ++ ...on-list-in-declarator-initializer.html.ini | 5 +- .../glsl/misc/large-loop-compile.html.ini | 1 - .../shader-precision-format-obeyed.html.ini | 5 +- ...ader-uniform-packing-restrictions.html.ini | 60 +++++++++++++++++ ...ader-varying-packing-restrictions.html.ini | 65 +++++++++++++++++++ .../shader-with-comma-assignment.html.ini | 5 +- ...with-comma-conditional-assignment.html.ini | 5 +- ...ith-define-line-continuation.frag.html.ini | 5 ++ ...lobal-variable-precision-mismatch.html.ini | 11 ++++ ...ader-with-ivec3-return-value.frag.html.ini | 2 - .../glsl/misc/shader-with-long-line.html.ini | 2 - .../shader-with-non-reserved-words.html.ini | 6 ++ .../misc/shader-with-reserved-words.html.ini | 6 ++ ...r-with-short-circuiting-operators.html.ini | 3 - .../shader-with-too-many-uniforms.html.ini | 13 +++- .../misc/shaders-with-invariance.html.ini | 13 +++- ...haders-with-mis-matching-uniforms.html.ini | 3 + ...haders-with-mis-matching-varyings.html.ini | 1 - .../misc/shaders-with-name-conflicts.html.ini | 5 ++ .../shaders-with-uniform-structs.html.ini | 5 ++ .../glsl/misc/shaders-with-varyings.html.ini | 5 ++ .../glsl/misc/struct-equals.html.ini | 5 +- .../struct-mixed-array-declarators.html.ini | 5 +- .../struct-nesting-of-variable-names.html.ini | 6 ++ .../struct-specifiers-in-uniforms.html.ini | 5 +- ...-operators-in-global-initializers.html.ini | 5 +- ...ternary-operators-in-initializers.html.ini | 5 +- .../glsl-function-texture2dprojlod.html.ini} | 2 +- .../glsl/variables/gl-pointcoord.html.ini | 6 ++ .../glsl/variables/glsl-built-ins.html.ini | 53 +++++++++++++++ 86 files changed, 588 insertions(+), 37 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/__dir__.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/array-of-struct-with-int-first-position.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini rename tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/{misc/shaders-with-missing-varyings.html.ini => bugs/conditional-discard-in-loop.html.ini} (51%) create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/uniforms-should-not-lose-values.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec2.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec3.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-bvec4.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec2.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec3.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-ivec4.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat2.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat3.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-mat4.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec2.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec3.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/constructors/glsl-construct-vec4.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-abs.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-ceil.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-clamp-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-cross.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-distance.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-dot.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-faceforward.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-floor.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-fract.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-length.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-max-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-min-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mix-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-mod-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-normalize.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-reflect.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-sign.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-smoothstep-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-float.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function-step-gentype.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/functions/glsl-function.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat3-construction.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/matrices/glsl-mat4-to-mat3.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-varying-packing-restrictions.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-define-line-continuation.frag.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-non-reserved-words.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-short-circuiting-operators.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-uniform-structs.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-varyings.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names.html.ini rename tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/{bugs/compare-loop-index-to-uniform.html.ini => samplers/glsl-function-texture2dprojlod.html.ini} (51%) create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/gl-pointcoord.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/variables/glsl-built-ins.html.ini 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 + From 6a1fecdb0f4ef0ffe6ae58805c37cfccdd140993 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 18:49:13 -0400 Subject: [PATCH 3/5] Enable webgl ogles functions tests. --- .../conformance/ogles/GL/functions/__dir__.ini | 1 - .../ogles/GL/functions/functions_001_to_008.html.ini | 5 ++++- .../ogles/GL/functions/functions_009_to_016.html.ini | 5 ++++- .../ogles/GL/functions/functions_017_to_024.html.ini | 5 ++++- .../ogles/GL/functions/functions_033_to_040.html.ini | 5 ++++- .../ogles/GL/functions/functions_041_to_048.html.ini | 6 ++++++ .../ogles/GL/functions/functions_057_to_064.html.ini | 5 ++++- .../ogles/GL/functions/functions_065_to_072.html.ini | 5 ++++- .../ogles/GL/functions/functions_073_to_080.html.ini | 5 ++++- .../ogles/GL/functions/functions_081_to_088.html.ini | 6 ++++++ .../ogles/GL/functions/functions_089_to_096.html.ini | 5 ++++- .../ogles/GL/functions/functions_097_to_104.html.ini | 5 ++++- .../ogles/GL/functions/functions_105_to_112.html.ini | 5 ++++- .../ogles/GL/functions/functions_113_to_120.html.ini | 6 ++++++ .../ogles/GL/functions/functions_121_to_126.html.ini | 5 ++++- 15 files changed, 62 insertions(+), 12 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/__dir__.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_041_to_048.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_081_to_088.html.ini create mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_113_to_120.html.ini diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/__dir__.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/__dir__.ini deleted file mode 100644 index f86df6849aa..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: flaky diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_001_to_008.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_001_to_008.html.ini index a5a607beadb..e8112006ae6 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_001_to_008.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_001_to_008.html.ini @@ -1,3 +1,6 @@ [functions_001_to_008.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_009_to_016.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_009_to_016.html.ini index cc18875075d..cf06738f1e3 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_009_to_016.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_009_to_016.html.ini @@ -1,3 +1,6 @@ [functions_009_to_016.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_017_to_024.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_017_to_024.html.ini index fb22ac49942..b5f3064fb27 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_017_to_024.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_017_to_024.html.ini @@ -1,3 +1,6 @@ [functions_017_to_024.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_033_to_040.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_033_to_040.html.ini index 005abb36bdc..6d2774c8b7e 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_033_to_040.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_033_to_040.html.ini @@ -1,3 +1,6 @@ [functions_033_to_040.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_041_to_048.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_041_to_048.html.ini new file mode 100644 index 00000000000..4719ab04f6a --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_041_to_048.html.ini @@ -0,0 +1,6 @@ +[functions_041_to_048.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_057_to_064.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_057_to_064.html.ini index 5e6df69a84e..b5bf115bbcd 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_057_to_064.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_057_to_064.html.ini @@ -1,3 +1,6 @@ [functions_057_to_064.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_065_to_072.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_065_to_072.html.ini index 3f8844f02ea..82cc36cd58a 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_065_to_072.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_065_to_072.html.ini @@ -1,3 +1,6 @@ [functions_065_to_072.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_073_to_080.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_073_to_080.html.ini index 413056cd38f..7bfc8a50afb 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_073_to_080.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_073_to_080.html.ini @@ -1,3 +1,6 @@ [functions_073_to_080.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_081_to_088.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_081_to_088.html.ini new file mode 100644 index 00000000000..b39a8bd7539 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_081_to_088.html.ini @@ -0,0 +1,6 @@ +[functions_081_to_088.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_089_to_096.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_089_to_096.html.ini index 22a3926abc1..d4645c01f3b 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_089_to_096.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_089_to_096.html.ini @@ -1,3 +1,6 @@ [functions_089_to_096.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_097_to_104.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_097_to_104.html.ini index 67ab76d6e13..23d2fa82061 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_097_to_104.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_097_to_104.html.ini @@ -1,3 +1,6 @@ [functions_097_to_104.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_105_to_112.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_105_to_112.html.ini index d645a9754ef..73aa6393621 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_105_to_112.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_105_to_112.html.ini @@ -1,3 +1,6 @@ [functions_105_to_112.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_113_to_120.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_113_to_120.html.ini new file mode 100644 index 00000000000..868c2f75da0 --- /dev/null +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_113_to_120.html.ini @@ -0,0 +1,6 @@ +[functions_113_to_120.html] + type: testharness + expected: ERROR + [Overall test] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_121_to_126.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_121_to_126.html.ini index c2572adca14..b56e903f5c7 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_121_to_126.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/ogles/GL/functions/functions_121_to_126.html.ini @@ -1,3 +1,6 @@ [functions_121_to_126.html] type: testharness - expected: TIMEOUT + expected: ERROR + [Overall test] + expected: NOTRUN + From 11b2dce18ab20a4bcbf80a40a8f3200853ed803b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 19:01:02 -0400 Subject: [PATCH 4/5] 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 8089d70c484..00000000000 --- 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 f5c3b343f16..00000000000 --- 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 8593a9e88b8..00000000000 --- 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 8927faaacaa..47c604ed3cf 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 e8cc447d44e..6dcb5bcd848 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 95968478145..ce6159e1e38 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 59c517d446a..5ef3a363cfd 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 8964dd03cfe..6ed8091d6af 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 30e394d61ee..00000000000 --- 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 75d42f444c6..00000000000 --- 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 aa59c42b3a2..f529c47fc16 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 d2d95335ec8..b605dfb4a79 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 55ece59415e..9edc87baade 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 c98c42b9df0..6b331ea60bf 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 fdd8447117a..d4887ba03f2 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 From 0acff8ad46bc79be6de757dca035cce8d3c01f7e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 23:34:04 -0400 Subject: [PATCH 5/5] Adjust test expectations for release builds. --- ...tes-alpha-depth-stencil-antialias.html.ini | 4 +- .../context-creation-and-destruction.html.ini | 3 + .../context/context-creation.html.ini | 6 - ...-eviction-with-garbage-collection.html.ini | 12 -- .../oes-texture-half-float.html.ini | 2 - ...es-vertex-array-object-bufferData.html.ini | 4 - .../webgl-compressed-texture-atc.html.ini | 2 - .../bugs/complex-glsl-does-not-crash.html.ini | 6 - .../bugs/conditional-discard-in-loop.html.ini | 3 - ...long-expressions-should-not-crash.html.ini | 4 +- ...nested-functions-should-not-crash.html.ini | 3 - ...temp-expressions-should-not-crash.html.ini | 3 - .../implicit/ternary_ivec2_vec2.vert.html.ini | 10 -- ...ader-uniform-packing-restrictions.html.ini | 117 ++++++++++++++++++ .../misc/shader-with-reserved-words.html.ini | 6 - ...haders-with-mis-matching-uniforms.html.ini | 6 - .../glsl-function-texture2dprojlod.html.ini | 3 - 17 files changed, 126 insertions(+), 68 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-creation.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/context-eviction-with-garbage-collection.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/extensions/oes-vertex-array-object-bufferData.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/conditional-discard-in-loop.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/nested-functions-should-not-crash.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shader-with-reserved-words.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html.ini delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/glsl/samplers/glsl-function-texture2dprojlod.html.ini 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 d4470416651..154f9957194 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 b82bdd940ce..99c77fb76d5 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 0dc670dc417..00000000000 --- 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 5bf7b2b023b..00000000000 --- 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 689bce29556..95ca3da7cef 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 ce604314484..00000000000 --- 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 5d43e171074..629c3a9e959 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 2accfe14055..00000000000 --- 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 aad79b86cac..00000000000 --- 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 1686a60728a..d531648da6c 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 94587d1d5f2..00000000000 --- 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 4ce7fa0c9bf..00000000000 --- 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 b8791407385..00000000000 --- 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 d853d3ddd42..05b0018e86e 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 53ad79e9185..00000000000 --- 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 1fe08790af3..00000000000 --- 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 6b5c07f6849..00000000000 --- 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