aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2020-01-20 15:01:01 -0500
committerGitHub <noreply@github.com>2020-01-20 15:01:01 -0500
commit66aebfdbee6ae10fe7ea65224bf202f53b2efceb (patch)
tree5b88dc9129b3e3fdf7d6df4b697e05b3c8aa6e83
parentf2d096fa6a0eef7f7f8e299a6b430b5a5a27d0c1 (diff)
parent18d40fb191ac6778a413d36a7c79d8ec98c1e55b (diff)
downloadservo-66aebfdbee6ae10fe7ea65224bf202f53b2efceb.tar.gz
servo-66aebfdbee6ae10fe7ea65224bf202f53b2efceb.zip
Auto merge of #25556 - szeged:mmatyas__webgl_testexp_updates, r=jdm
Update the WebGL2 test expectations It seems the WPT test runner/updater has some troubles picking up successful test results, so I've regenerated the `ini` files manually for the WebGL2 tests. <!-- Please describe your changes on the following line: --> cc @jdm @zakorgy --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they are the tests <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r--tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib-i-render.html.ini6
-rw-r--r--tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib.html.ini36
-rw-r--r--tests/wpt/webgl/meta/conformance2/buffers/bound-buffer-size-change-test.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/buffers/buffer-overflow-test.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/buffers/delete-buffer.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/buffers/get-buffer-sub-data-validity.html.ini45
-rw-r--r--tests/wpt/webgl/meta/conformance2/canvas/to-data-url-with-pack-params.html.ini13
-rw-r--r--tests/wpt/webgl/meta/conformance2/context/constants-and-properties-2.html.ini7
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/float-parsing.html.ini7
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/switch-case.html.ini4
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/texture-offset-non-constant-offset.html.ini4
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/tricky-loop-conditions.html.ini13
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/uniform-block-layout-match.html.ini7
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/varying-struct-inline-definition.html.ini4
-rw-r--r--tests/wpt/webgl/meta/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html.ini4
-rw-r--r--tests/wpt/webgl/meta/conformance2/misc/expando-loss-2.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/misc/getextension-while-pbo-bound-stability.html.ini13
-rw-r--r--tests/wpt/webgl/meta/conformance2/misc/instanceof-test.html.ini9
-rw-r--r--tests/wpt/webgl/meta/conformance2/misc/object-deletion-behaviour-2.html.ini54
-rw-r--r--tests/wpt/webgl/meta/conformance2/query/occlusion-query.html.ini25
-rw-r--r--tests/wpt/webgl/meta/conformance2/rendering/canvas-resizing-with-pbo-bound.html.ini79
-rw-r--r--tests/wpt/webgl/meta/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/rendering/uniform-block-buffer-size.html.ini6
-rw-r--r--tests/wpt/webgl/meta/conformance2/state/gl-get-calls.html.ini148
-rw-r--r--tests/wpt/webgl/meta/conformance2/transform_feedback/two-unreferenced-varyings.html.ini3
-rw-r--r--tests/wpt/webgl/meta/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini180
-rw-r--r--tests/wpt/webgl/meta/conformance2/vertex_arrays/vertex-array-object.html.ini3
28 files changed, 32 insertions, 656 deletions
diff --git a/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib-i-render.html.ini b/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib-i-render.html.ini
index ed32e705993..2b5464ad2c2 100644
--- a/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib-i-render.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib-i-render.html.ini
@@ -1,11 +1,5 @@
[gl-vertex-attrib-i-render.html]
expected: ERROR
- [WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
- expected: FAIL
-
- [WebGL test #1: could not create context]
- expected: FAIL
-
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib.html.ini b/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib.html.ini
index 264cdc4227d..616806b94a0 100644
--- a/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/attribs/gl-vertex-attrib.html.ini
@@ -1,41 +1,5 @@
[gl-vertex-attrib.html]
expected: ERROR
- [WebGL test #1: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #6: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #11: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #16: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #21: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #26: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #31: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #36: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #41: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #46: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #51: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
- [WebGL test #56: gl.getVertexAttrib(0, gl.CURRENT_VERTEX_ATTRIB) is not an instance of Float32Array]
- expected: FAIL
-
[WebGL test #61: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/buffers/bound-buffer-size-change-test.html.ini b/tests/wpt/webgl/meta/conformance2/buffers/bound-buffer-size-change-test.html.ini
index d9d36f648e1..0febcc38adc 100644
--- a/tests/wpt/webgl/meta/conformance2/buffers/bound-buffer-size-change-test.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/buffers/bound-buffer-size-change-test.html.ini
@@ -1,7 +1,4 @@
[bound-buffer-size-change-test.html]
- [WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #38: gl.getIndexedParameter(gl.UNIFORM_BUFFER_BINDING, 1) should be [object WebGLBuffer\]. Threw exception TypeError: gl.getIndexedParameter is not a function]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/buffers/buffer-overflow-test.html.ini b/tests/wpt/webgl/meta/conformance2/buffers/buffer-overflow-test.html.ini
index 21b38c651e9..c2b184185d2 100644
--- a/tests/wpt/webgl/meta/conformance2/buffers/buffer-overflow-test.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/buffers/buffer-overflow-test.html.ini
@@ -1,8 +1,5 @@
[buffer-overflow-test.html]
expected: ERROR
- [WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/buffers/delete-buffer.html.ini b/tests/wpt/webgl/meta/conformance2/buffers/delete-buffer.html.ini
index f621b65a635..6cbd38b829b 100644
--- a/tests/wpt/webgl/meta/conformance2/buffers/delete-buffer.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/buffers/delete-buffer.html.ini
@@ -1,7 +1,4 @@
[delete-buffer.html]
- [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #2: getError expected: NO_ERROR. Was INVALID_ENUM : texImage2D should succeed]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/buffers/get-buffer-sub-data-validity.html.ini b/tests/wpt/webgl/meta/conformance2/buffers/get-buffer-sub-data-validity.html.ini
index 4f076695b88..6b5cc31216a 100644
--- a/tests/wpt/webgl/meta/conformance2/buffers/get-buffer-sub-data-validity.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/buffers/get-buffer-sub-data-validity.html.ini
@@ -1,50 +1,5 @@
[get-buffer-sub-data-validity.html]
expected: ERROR
- [WebGL test #9: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
[Overall test]
expected: NOTRUN
- [WebGL test #7: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
- [WebGL test #6: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #2: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #12: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #10: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #14: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #4: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #13: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
- [WebGL test #15: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
- [WebGL test #8: getError expected: NO_ERROR. Was INVALID_VALUE : after evaluating: gl.getBufferSubData(gl.COPY_WRITE_BUFFER, 0, dest)]
- expected: FAIL
-
- [WebGL test #5: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
- [WebGL test #0: getError expected: NO_ERROR. Was INVALID_ENUM : linking transform feedback shader should not set an error]
- expected: FAIL
-
- [WebGL test #3: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
- [WebGL test #11: areArraysEqual(dest, srcData) should be true. Was false.]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/canvas/to-data-url-with-pack-params.html.ini b/tests/wpt/webgl/meta/conformance2/canvas/to-data-url-with-pack-params.html.ini
deleted file mode 100644
index 1dc5a598bbc..00000000000
--- a/tests/wpt/webgl/meta/conformance2/canvas/to-data-url-with-pack-params.html.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-[to-data-url-with-pack-params.html]
- [WebGL test #4: getError expected: NO_ERROR. Was INVALID_ENUM : Test should not generate GL error]
- expected: FAIL
-
- [WebGL test #1: getError expected: NO_ERROR. Was INVALID_ENUM : Test should not generate GL error]
- expected: FAIL
-
- [WebGL test #2: getError expected: NO_ERROR. Was INVALID_ENUM : Test should not generate GL error]
- expected: FAIL
-
- [WebGL test #3: getError expected: NO_ERROR. Was INVALID_ENUM : Test should not generate GL error]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/context/constants-and-properties-2.html.ini b/tests/wpt/webgl/meta/conformance2/context/constants-and-properties-2.html.ini
deleted file mode 100644
index b53d451d67b..00000000000
--- a/tests/wpt/webgl/meta/conformance2/context/constants-and-properties-2.html.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-[constants-and-properties-2.html]
- [WebGL test #2: Also found the following extra properties:]
- expected: FAIL
-
- [WebGL test #3: STENCIL_INDEX]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/float-parsing.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/float-parsing.html.ini
deleted file mode 100644
index 064bcf9b57a..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/float-parsing.html.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-[float-parsing.html]
- [WebGL test #6: [unexpected link status\] Test that a non-constant float that has negative infinity as a value is processed correctly by isinf().]
- expected: FAIL
-
- [WebGL test #5: [unexpected link status\] Test that a non-constant float that has infinity as a value is processed correctly by isinf().]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini
index 7101bc35864..bb993d0f87d 100644
--- a/tests/wpt/webgl/meta/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini
@@ -2,6 +2,3 @@
[WebGL test #0: [unexpected link status\] Shaders with precision mis-matching uniform blocks should fail]
expected: FAIL
- [WebGL test #1: [unexpected fragment shader compile status\] (expected: true) Shaders with precision mis-matching uniform blocks should fail]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/switch-case.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/switch-case.html.ini
deleted file mode 100644
index 8f7d150ecd4..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/switch-case.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[switch-case.html]
- [WebGL test #8: [unexpected link status\] Case statements must not be nested inside blocks.]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/texture-offset-non-constant-offset.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/texture-offset-non-constant-offset.html.ini
deleted file mode 100644
index 4ee1273aadb..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/texture-offset-non-constant-offset.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[texture-offset-non-constant-offset.html]
- [WebGL test #6: [unexpected link status\] texelFetchOffset with non-constant offset is invalid]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/tricky-loop-conditions.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/tricky-loop-conditions.html.ini
deleted file mode 100644
index f9d2a553a4b..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/tricky-loop-conditions.html.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-[tricky-loop-conditions.html]
- [WebGL test #12: [unexpected fragment shader compile status\] (expected: true) Test indexing an array constructor inside a sequence operator: bool(c = (func(), (int[2\](c + 1, c + 2))[1\])) inside a for loop condition]
- expected: FAIL
-
- [WebGL test #13: [unexpected fragment shader compile status\] (expected: true) Test indexing an array constructor inside a sequence operator: bool(c = (func(), (int[2\](c + 1, c + 2))[1\])) inside a while loop condition]
- expected: FAIL
-
- [WebGL test #14: [unexpected fragment shader compile status\] (expected: true) Test indexing an array constructor inside a sequence operator: bool(c = (func(), (int[2\](c + 1, c + 2))[1\])) inside a do-while loop condition]
- expected: FAIL
-
- [WebGL test #15: [unexpected fragment shader compile status\] (expected: true) Test indexing an array constructor inside a sequence operator: c = (func(), (int[2\](c + 1, c + 2))[1\]) inside a for loop expression]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/uniform-block-layout-match.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/uniform-block-layout-match.html.ini
deleted file mode 100644
index 21827d61cfd..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/uniform-block-layout-match.html.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-[uniform-block-layout-match.html]
- [WebGL test #0: [unexpected vertex shader compile status\] (expected: true) A uniform block's layout defaults to std140 if not specified.]
- expected: FAIL
-
- [WebGL test #1: [unexpected fragment shader compile status\] (expected: true) A uniform block's layout defaults to std140 if not specified.]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/varying-struct-inline-definition.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/varying-struct-inline-definition.html.ini
deleted file mode 100644
index 111799e7461..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/varying-struct-inline-definition.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[varying-struct-inline-definition.html]
- [WebGL test #0: [unexpected link status\] Vertex output struct / fragment input struct with an inline definition should compile and link]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html.ini b/tests/wpt/webgl/meta/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html.ini
deleted file mode 100644
index 63977b9c965..00000000000
--- a/tests/wpt/webgl/meta/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[vector-dynamic-indexing-swizzled-lvalue.html]
- [WebGL test #0: should be green\nat (0, 0) expected: 0,255,0,255 was 255,0,0,255]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/misc/expando-loss-2.html.ini b/tests/wpt/webgl/meta/conformance2/misc/expando-loss-2.html.ini
index b1b0bd0c2f7..4a77251d5d8 100644
--- a/tests/wpt/webgl/meta/conformance2/misc/expando-loss-2.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/misc/expando-loss-2.html.ini
@@ -1,8 +1,5 @@
[expando-loss-2.html]
expected: ERROR
- [WebGL test #5: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #10: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/misc/getextension-while-pbo-bound-stability.html.ini b/tests/wpt/webgl/meta/conformance2/misc/getextension-while-pbo-bound-stability.html.ini
deleted file mode 100644
index 3d9ae4389c7..00000000000
--- a/tests/wpt/webgl/meta/conformance2/misc/getextension-while-pbo-bound-stability.html.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-[getextension-while-pbo-bound-stability.html]
- [WebGL test #0: getError expected: NO_ERROR. Was INVALID_ENUM : Late-enable of extension should succeed]
- expected: FAIL
-
- [WebGL test #1: Fail to maintain PIXEL_UNPACK_BUFFER binding when enabling extension EXT_color_buffer_float]
- expected: FAIL
-
- [WebGL test #2: getError expected: NO_ERROR. Was INVALID_ENUM : Late-enable of extension should succeed]
- expected: FAIL
-
- [WebGL test #3: Fail to maintain PIXEL_UNPACK_BUFFER binding when enabling extension OES_texture_float_linear]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/misc/instanceof-test.html.ini b/tests/wpt/webgl/meta/conformance2/misc/instanceof-test.html.ini
index 35eacc8135b..7343c2b36f6 100644
--- a/tests/wpt/webgl/meta/conformance2/misc/instanceof-test.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/misc/instanceof-test.html.ini
@@ -1,13 +1,4 @@
[instanceof-test.html]
- [WebGL test #7: gl.createQuery() instanceof WebGLQuery should be true. Threw exception TypeError: gl.createQuery is not a function]
- expected: FAIL
-
- [WebGL test #8: gl.createSampler() instanceof WebGLSampler should be true. Threw exception TypeError: gl.createSampler is not a function]
- expected: FAIL
-
- [WebGL test #9: gl.createTransformFeedback() instanceof WebGLTransformFeedback should be true. Threw exception TypeError: gl.createTransformFeedback is not a function]
- expected: FAIL
-
[WebGL test #10: gl.createVertexArray() instanceof WebGLVertexArrayObject should be true. Threw exception TypeError: gl.createVertexArray is not a function]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/misc/object-deletion-behaviour-2.html.ini b/tests/wpt/webgl/meta/conformance2/misc/object-deletion-behaviour-2.html.ini
index 28b5b85a429..ddbdd34f4d3 100644
--- a/tests/wpt/webgl/meta/conformance2/misc/object-deletion-behaviour-2.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/misc/object-deletion-behaviour-2.html.ini
@@ -1,59 +1,5 @@
[object-deletion-behaviour-2.html]
expected: ERROR
- [WebGL test #1: gl.bindBufferBase(gl.UNIFORM_BUFFER, 0, bufferBaseUniform) threw exception TypeError: gl.bindBufferBase is not a function]
- expected: FAIL
-
- [WebGL test #2: gl.getParameter(gl.UNIFORM_BUFFER_BINDING) should be [object WebGLBuffer\]. Was null.]
- expected: FAIL
-
- [WebGL test #3: getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.deleteBuffer(bufferBaseUniform)]
- expected: FAIL
-
- [WebGL test #6: gl.bindBufferBase(gl.UNIFORM_BUFFER, 0, bufferBaseUniform) threw exception TypeError: gl.bindBufferBase is not a function]
- expected: FAIL
-
- [WebGL test #9: gl.bindBufferBase(gl.TRANSFORM_FEEDBACK_BUFFER, 0, bufferBaseTransformFeedback) threw exception TypeError: gl.bindBufferBase is not a function]
- expected: FAIL
-
- [WebGL test #10: gl.getParameter(gl.TRANSFORM_FEEDBACK_BUFFER_BINDING) should be [object WebGLBuffer\]. Was null.]
- expected: FAIL
-
- [WebGL test #11: getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.deleteBuffer(bufferBaseTransformFeedback)]
- expected: FAIL
-
- [WebGL test #14: gl.bindBufferBase(gl.TRANSFORM_FEEDBACK_BUFFER, 0, bufferBaseTransformFeedback) threw exception TypeError: gl.bindBufferBase is not a function]
- expected: FAIL
-
- [WebGL test #17: gl.bindBufferRange(gl.UNIFORM_BUFFER, 0, bufferRangeUniform, 0, gl.UNIFORM_BUFFER_OFFSET_ALIGNMENT) threw exception TypeError: gl.bindBufferRange is not a function]
- expected: FAIL
-
- [WebGL test #18: gl.getParameter(gl.UNIFORM_BUFFER_BINDING) should be [object WebGLBuffer\]. Was null.]
- expected: FAIL
-
- [WebGL test #19: getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.deleteBuffer(bufferRangeUniform)]
- expected: FAIL
-
- [WebGL test #22: gl.bindBufferRange(gl.UNIFORM_BUFFER, 0, bufferRangeUniform, 0, gl.UNIFORM_BUFFER_OFFSET_ALIGNMENT) threw exception TypeError: gl.bindBufferRange is not a function]
- expected: FAIL
-
- [WebGL test #25: gl.bindBufferRange(gl.TRANSFORM_FEEDBACK_BUFFER, 0, bufferRangeTransformFeedback, 0, 4) threw exception TypeError: gl.bindBufferRange is not a function]
- expected: FAIL
-
- [WebGL test #26: gl.getParameter(gl.TRANSFORM_FEEDBACK_BUFFER_BINDING) should be [object WebGLBuffer\]. Was null.]
- expected: FAIL
-
- [WebGL test #27: getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.deleteBuffer(bufferRangeTransformFeedback)]
- expected: FAIL
-
- [WebGL test #30: gl.bindBufferRange(gl.TRANSFORM_FEEDBACK_BUFFER, 0, bufferRangeTransformFeedback, 0, 4) threw exception TypeError: gl.bindBufferRange is not a function]
- expected: FAIL
-
- [WebGL test #32: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
- [WebGL test #33: getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.bindSampler(0, sampler)]
- expected: FAIL
-
[WebGL test #40: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/query/occlusion-query.html.ini b/tests/wpt/webgl/meta/conformance2/query/occlusion-query.html.ini
deleted file mode 100644
index be3c1622bfd..00000000000
--- a/tests/wpt/webgl/meta/conformance2/query/occlusion-query.html.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-[occlusion-query.html]
- [WebGL test #2: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #16: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #10: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #4: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #6: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #14: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #12: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
- [WebGL test #8: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/rendering/canvas-resizing-with-pbo-bound.html.ini b/tests/wpt/webgl/meta/conformance2/rendering/canvas-resizing-with-pbo-bound.html.ini
deleted file mode 100644
index 0e7c48f1481..00000000000
--- a/tests/wpt/webgl/meta/conformance2/rendering/canvas-resizing-with-pbo-bound.html.ini
+++ /dev/null
@@ -1,79 +0,0 @@
-[canvas-resizing-with-pbo-bound.html]
- [WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
- expected: FAIL
-
- [WebGL test #1: context does not exist]
- expected: FAIL
-
- [WebGL test #13: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #26: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #20: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #19: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #25: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #7: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #8: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #14: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #12: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #11: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #43: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #42: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #30: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #5: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #48: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #36: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #24: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #17: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #18: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #37: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #6: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #49: Pixel unpack buffer binding was lost]
- expected: FAIL
-
- [WebGL test #23: getError expected: NO_ERROR. Was INVALID_ENUM : No GL error]
- expected: FAIL
-
- [WebGL test #31: Pixel unpack buffer binding was lost]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html.ini b/tests/wpt/webgl/meta/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html.ini
index 08500022f57..bd8755be977 100644
--- a/tests/wpt/webgl/meta/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html.ini
@@ -1,7 +1,4 @@
[out-of-bounds-index-buffers-after-copying.html]
- [WebGL test #4: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #9: should be 0,255,0,255\nat (0, 0) expected: 0,255,0,255 was 0,0,255,255]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/rendering/uniform-block-buffer-size.html.ini b/tests/wpt/webgl/meta/conformance2/rendering/uniform-block-buffer-size.html.ini
index 17ac21f378d..808e1f516c4 100644
--- a/tests/wpt/webgl/meta/conformance2/rendering/uniform-block-buffer-size.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/rendering/uniform-block-buffer-size.html.ini
@@ -1,11 +1,5 @@
[uniform-block-buffer-size.html]
expected: ERROR
- [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
- [WebGL test #2: Could not compile shader with uniform blocks without error]
- expected: FAIL
-
[WebGL test #7: getError expected: INVALID_OPERATION. Was NO_ERROR : drawArraysInstanced: UniformBlock not populated with a large enough buffer]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/state/gl-get-calls.html.ini b/tests/wpt/webgl/meta/conformance2/state/gl-get-calls.html.ini
index 286c4d588e8..3485fc3a83b 100644
--- a/tests/wpt/webgl/meta/conformance2/state/gl-get-calls.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/state/gl-get-calls.html.ini
@@ -1,122 +1,56 @@
[gl-get-calls.html]
- [WebGL test #4: context.getParameter(context.DRAW_BUFFER0) should be 1029 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #7: context.getParameter(context.PACK_ROW_LENGTH) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #8: context.getParameter(context.PACK_SKIP_PIXELS) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #9: context.getParameter(context.PACK_SKIP_ROWS) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #12: context.getParameter(context.RASTERIZER_DISCARD) should be false (of type boolean). Was null (of type object).]
- expected: FAIL
-
[WebGL test #13: context.getParameter(context.READ_BUFFER) should be 1029 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #15: context.getParameter(context.SAMPLE_ALPHA_TO_COVERAGE) should be false (of type boolean). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #16: context.getParameter(context.SAMPLE_COVERAGE) should be false (of type boolean). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #20: context.getParameter(context.TRANSFORM_FEEDBACK_ACTIVE) should be false (of type boolean). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #23: context.getParameter(context.TRANSFORM_FEEDBACK_PAUSED) should be false (of type boolean). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #25: context.getParameter(context.UNPACK_IMAGE_HEIGHT) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #26: context.getParameter(context.UNPACK_ROW_LENGTH) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #27: context.getParameter(context.UNPACK_SKIP_IMAGES) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #28: context.getParameter(context.UNPACK_SKIP_PIXELS) should be 0 (of type number). Was null (of type object).]
- expected: FAIL
-
- [WebGL test #29: context.getParameter(context.UNPACK_SKIP_ROWS) should be 0 (of type number). Was null (of type object).]
+ [WebGL test #47: context.getParameter(context.MAX_FRAGMENT_INPUT_COMPONENTS) should be >= 60. Was null (of type object).]
expected: FAIL
- [WebGL test #31: context.getParameter(context.MAX_3D_TEXTURE_SIZE) should be >= 256. Was null (of type object).]
+ [WebGL test #80: context.getParameter(context.MIN_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
expected: FAIL
- [WebGL test #32: context.getParameter(context.MAX_3D_TEXTURE_SIZE) is not an instance of Number]
+ [WebGL test #41: context.getParameter(context.MAX_DRAW_BUFFERS) should be >= 4. Was null (of type object).]
expected: FAIL
[WebGL test #33: context.getParameter(context.MAX_ARRAY_TEXTURE_LAYERS) should be >= 256. Was null (of type object).]
expected: FAIL
- [WebGL test #34: context.getParameter(context.MAX_ARRAY_TEXTURE_LAYERS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #36: context.getParameter(context.MAX_CLIENT_WAIT_TIMEOUT_WEBGL) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #37: context.getParameter(context.MAX_COLOR_ATTACHMENTS) should be >= 4. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #38: context.getParameter(context.MAX_COLOR_ATTACHMENTS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #39: context.getParameter(context.MAX_COMBINED_UNIFORM_BLOCKS) should be >= 24. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #40: context.getParameter(context.MAX_COMBINED_UNIFORM_BLOCKS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #41: context.getParameter(context.MAX_DRAW_BUFFERS) should be >= 4. Was null (of type object).]
+ [WebGL test #26: context.getParameter(context.UNPACK_ROW_LENGTH) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #42: context.getParameter(context.MAX_DRAW_BUFFERS) is not an instance of Number]
+ [WebGL test #7: context.getParameter(context.PACK_ROW_LENGTH) should be 0 (of type number). Was null (of type object).]
expected: FAIL
[WebGL test #43: context.getParameter(context.MAX_ELEMENT_INDEX) should be >= 16777215. Was null (of type object).]
expected: FAIL
- [WebGL test #44: context.getParameter(context.MAX_ELEMENT_INDEX) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #45: context.getParameter(context.MAX_ELEMENTS_INDICES) is not an instance of Number]
+ [WebGL test #56: context.getParameter(context.MAX_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
expected: FAIL
- [WebGL test #46: context.getParameter(context.MAX_ELEMENTS_VERTICES) is not an instance of Number]
+ [WebGL test #4: context.getParameter(context.DRAW_BUFFER0) should be 1029 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #47: context.getParameter(context.MAX_FRAGMENT_INPUT_COMPONENTS) should be >= 60. Was null (of type object).]
+ [WebGL test #45: context.getParameter(context.MAX_ELEMENTS_INDICES) is not an instance of Number]
expected: FAIL
- [WebGL test #48: context.getParameter(context.MAX_FRAGMENT_INPUT_COMPONENTS) is not an instance of Number]
+ [WebGL test #27: context.getParameter(context.UNPACK_SKIP_IMAGES) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #49: context.getParameter(context.MAX_FRAGMENT_UNIFORM_BLOCKS) should be >= 12. Was null (of type object).]
+ [WebGL test #87: context.getError() should be 0. Was 1280.]
expected: FAIL
[WebGL test #50: context.getParameter(context.MAX_FRAGMENT_INPUT_COMPONENTS) is not an instance of Number]
expected: FAIL
- [WebGL test #51: context.getParameter(context.MAX_FRAGMENT_UNIFORM_COMPONENTS) should be >= 896. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #52: context.getParameter(context.MAX_FRAGMENT_UNIFORM_COMPONENTS) is not an instance of Number]
- expected: FAIL
-
[WebGL test #53: context.getParameter(context.MAX_PROGRAM_TEXEL_OFFSET) should be >= 7. Was null (of type object).]
expected: FAIL
- [WebGL test #54: context.getParameter(context.MAX_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
+ [WebGL test #55: context.getParameter(context.MAX_SAMPLES) should be >= 4. Was null (of type object).]
expected: FAIL
- [WebGL test #55: context.getParameter(context.MAX_SAMPLES) should be >= 4. Was null (of type object).]
+ [WebGL test #29: context.getParameter(context.UNPACK_SKIP_ROWS) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #56: context.getParameter(context.MAX_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
+ [WebGL test #54: context.getParameter(context.MAX_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
expected: FAIL
[WebGL test #58: context.getParameter(context.MAX_SERVER_WAIT_TIMEOUT) is not an instance of Number]
@@ -125,81 +59,63 @@
[WebGL test #59: context.getParameter(context.MAX_TEXTURE_LOD_BIAS) should be >= 2.0. Was null (of type object).]
expected: FAIL
- [WebGL test #60: context.getParameter(context.MAX_TEXTURE_LOD_BIAS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #61: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS) should be >= 64. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #62: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #63: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS) should be >= 4. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #64: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS) is not an instance of Number]
+ [WebGL test #25: context.getParameter(context.UNPACK_IMAGE_HEIGHT) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #65: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS) should be >= 4. Was null (of type object).]
+ [WebGL test #31: context.getParameter(context.MAX_3D_TEXTURE_SIZE) should be >= 256. Was null (of type object).]
expected: FAIL
- [WebGL test #66: context.getParameter(context.MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS) is not an instance of Number]
+ [WebGL test #74: context.getParameter(context.MAX_VERTEX_OUTPUT_COMPONENTS) is not an instance of Number]
expected: FAIL
- [WebGL test #67: context.getParameter(context.MAX_UNIFORM_BLOCK_SIZE) should be >= 16384. Was null (of type object).]
+ [WebGL test #73: context.getParameter(context.MAX_VERTEX_OUTPUT_COMPONENTS) should be >= 64. Was null (of type object).]
expected: FAIL
- [WebGL test #68: context.getParameter(context.MAX_UNIFORM_BLOCK_SIZE) is not an instance of Number]
+ [WebGL test #72: context.getParameter(context.MAX_VARYING_COMPONENTS) is not an instance of Number]
expected: FAIL
- [WebGL test #69: context.getParameter(context.MAX_UNIFORM_BUFFER_BINDINGS) should be >= 24. Was null (of type object).]
+ [WebGL test #60: context.getParameter(context.MAX_TEXTURE_LOD_BIAS) is not an instance of Number]
expected: FAIL
- [WebGL test #70: context.getParameter(context.MAX_UNIFORM_BUFFER_BINDINGS) is not an instance of Number]
+ [WebGL test #79: context.getParameter(context.MIN_PROGRAM_TEXEL_OFFSET) should be >= -8. Was null (of type object).]
expected: FAIL
[WebGL test #71: context.getParameter(context.MAX_VARYING_COMPONENTS) should be >= 60. Was null (of type object).]
expected: FAIL
- [WebGL test #72: context.getParameter(context.MAX_VARYING_COMPONENTS) is not an instance of Number]
- expected: FAIL
-
- [WebGL test #73: context.getParameter(context.MAX_VERTEX_OUTPUT_COMPONENTS) should be >= 64. Was null (of type object).]
- expected: FAIL
-
- [WebGL test #74: context.getParameter(context.MAX_VERTEX_OUTPUT_COMPONENTS) is not an instance of Number]
+ [WebGL test #8: context.getParameter(context.PACK_SKIP_PIXELS) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #75: context.getParameter(context.MAX_VERTEX_UNIFORM_BLOCKS) should be >= 12. Was null (of type object).]
+ [WebGL test #48: context.getParameter(context.MAX_FRAGMENT_INPUT_COMPONENTS) is not an instance of Number]
expected: FAIL
- [WebGL test #76: context.getParameter(context.MAX_VERTEX_UNIFORM_BLOCKS) is not an instance of Number]
+ [WebGL test #37: context.getParameter(context.MAX_COLOR_ATTACHMENTS) should be >= 4. Was null (of type object).]
expected: FAIL
- [WebGL test #77: context.getParameter(context.MAX_VERTEX_UNIFORM_COMPONENTS) should be >= 1024. Was null (of type object).]
+ [WebGL test #9: context.getParameter(context.PACK_SKIP_ROWS) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #78: context.getParameter(context.MAX_VERTEX_UNIFORM_COMPONENTS) is not an instance of Number]
+ [WebGL test #42: context.getParameter(context.MAX_DRAW_BUFFERS) is not an instance of Number]
expected: FAIL
- [WebGL test #79: context.getParameter(context.MIN_PROGRAM_TEXEL_OFFSET) should be >= -8. Was null (of type object).]
+ [WebGL test #34: context.getParameter(context.MAX_ARRAY_TEXTURE_LAYERS) is not an instance of Number]
expected: FAIL
- [WebGL test #80: context.getParameter(context.MIN_PROGRAM_TEXEL_OFFSET) is not an instance of Number]
+ [WebGL test #46: context.getParameter(context.MAX_ELEMENTS_VERTICES) is not an instance of Number]
expected: FAIL
- [WebGL test #81: context.getParameter(context.UNIFORM_BUFFER_OFFSET_ALIGNMENT) should be >= 1. Was null (of type object).]
+ [WebGL test #12: context.getParameter(context.RASTERIZER_DISCARD) should be false (of type boolean). Was null (of type object).]
expected: FAIL
- [WebGL test #82: context.getParameter(context.UNIFORM_BUFFER_OFFSET_ALIGNMENT) is not an instance of Number]
+ [WebGL test #38: context.getParameter(context.MAX_COLOR_ATTACHMENTS) is not an instance of Number]
expected: FAIL
- [WebGL test #84: context.getParameter(context.MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS) is not an instance of Number]
+ [WebGL test #44: context.getParameter(context.MAX_ELEMENT_INDEX) is not an instance of Number]
expected: FAIL
- [WebGL test #86: context.getParameter(context.MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS) is not an instance of Number]
+ [WebGL test #28: context.getParameter(context.UNPACK_SKIP_PIXELS) should be 0 (of type number). Was null (of type object).]
expected: FAIL
- [WebGL test #87: context.getError() should be 0. Was 1280.]
+ [WebGL test #32: context.getParameter(context.MAX_3D_TEXTURE_SIZE) is not an instance of Number]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/transform_feedback/two-unreferenced-varyings.html.ini b/tests/wpt/webgl/meta/conformance2/transform_feedback/two-unreferenced-varyings.html.ini
index 820450b3cfd..5f49624e268 100644
--- a/tests/wpt/webgl/meta/conformance2/transform_feedback/two-unreferenced-varyings.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/transform_feedback/two-unreferenced-varyings.html.ini
@@ -1,7 +1,4 @@
[two-unreferenced-varyings.html]
- [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
[WebGL test #2: getError expected: NO_ERROR. Was INVALID_OPERATION : Draw with transform feedback should succeed]
expected: FAIL
diff --git a/tests/wpt/webgl/meta/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini b/tests/wpt/webgl/meta/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini
index 6bbc467ede7..087ab66dcda 100644
--- a/tests/wpt/webgl/meta/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini
@@ -1,182 +1,2 @@
[incompatible-texture-type-for-sampler.html]
expected: CRASH
- [WebGL test #45: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA16UI]
- expected: FAIL
-
- [WebGL test #18: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG32F]
- expected: FAIL
-
- [WebGL test #8: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB5_A1]
- expected: FAIL
-
- [WebGL test #31: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA32F]
- expected: FAIL
-
- [WebGL test #52: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB16I]
- expected: FAIL
-
- [WebGL test #55: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R8_SNORM]
- expected: FAIL
-
- [WebGL test #25: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG8I]
- expected: FAIL
-
- [WebGL test #29: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG32I]
- expected: FAIL
-
- [WebGL test #11: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D DEPTH_COMPONENT16]
- expected: FAIL
-
- [WebGL test #7: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA4]
- expected: FAIL
-
- [WebGL test #41: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D DEPTH32F_STENCIL8]
- expected: FAIL
-
- [WebGL test #20: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R8UI]
- expected: FAIL
-
- [WebGL test #12: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D DEPTH_COMPONENT24]
- expected: FAIL
-
- [WebGL test #16: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R32F]
- expected: FAIL
-
- [WebGL test #42: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB565]
- expected: FAIL
-
- [WebGL test #5: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D LUMINANCE_ALPHA]
- expected: FAIL
-
- [WebGL test #53: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA8I]
- expected: FAIL
-
- [WebGL test #34: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB16F]
- expected: FAIL
-
- [WebGL test #38: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D SRGB8]
- expected: FAIL
-
- [WebGL test #39: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D SRGB8_ALPHA8]
- expected: FAIL
-
- [WebGL test #36: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R11F_G11F_B10F]
- expected: FAIL
-
- [WebGL test #6: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB8]
- expected: FAIL
-
- [WebGL test #54: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB8I]
- expected: FAIL
-
- [WebGL test #24: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R32UI]
- expected: FAIL
-
- [WebGL test #49: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA32I]
- expected: FAIL
-
- [WebGL test #33: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA16F]
- expected: FAIL
-
- [WebGL test #35: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D DEPTH24_STENCIL8]
- expected: FAIL
-
- [WebGL test #40: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D DEPTH_COMPONENT32F]
- expected: FAIL
-
- [WebGL test #15: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R16F]
- expected: FAIL
-
- [WebGL test #60: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
- expected: FAIL
-
- [WebGL test #23: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R32I]
- expected: FAIL
-
- [WebGL test #26: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG8UI]
- expected: FAIL
-
- [WebGL test #14: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG8]
- expected: FAIL
-
- [WebGL test #3: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA]
- expected: FAIL
-
- [WebGL test #58: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA8_SNORM]
- expected: FAIL
-
- [WebGL test #37: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB9_E5]
- expected: FAIL
-
- [WebGL test #4: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D LUMINANCE]
- expected: FAIL
-
- [WebGL test #2: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB]
- expected: FAIL
-
- [WebGL test #10: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB10_A2]
- expected: FAIL
-
- [WebGL test #27: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG16I]
- expected: FAIL
-
- [WebGL test #47: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA8UI]
- expected: FAIL
-
- [WebGL test #51: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA16I]
- expected: FAIL
-
- [WebGL test #17: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG16F]
- expected: FAIL
-
- [WebGL test #59: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB10_A2UI]
- expected: FAIL
-
- [WebGL test #43: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA32UI]
- expected: FAIL
-
- [WebGL test #13: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R8]
- expected: FAIL
-
- [WebGL test #28: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG16UI]
- expected: FAIL
-
- [WebGL test #22: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R16UI]
- expected: FAIL
-
- [WebGL test #57: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB8_SNORM]
- expected: FAIL
-
- [WebGL test #19: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R8I]
- expected: FAIL
-
- [WebGL test #56: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG8_SNORM]
- expected: FAIL
-
- [WebGL test #48: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB8UI]
- expected: FAIL
-
- [WebGL test #46: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB16UI]
- expected: FAIL
-
- [WebGL test #1: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D ALPHA]
- expected: FAIL
-
- [WebGL test #32: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB32F]
- expected: FAIL
-
- [WebGL test #21: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D R16I]
- expected: FAIL
-
- [WebGL test #50: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB32I]
- expected: FAIL
-
- [WebGL test #44: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGB32UI]
- expected: FAIL
-
- [WebGL test #30: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RG32UI]
- expected: FAIL
-
- [WebGL test #9: getError expected: NO_ERROR. Was INVALID_ENUM : No errors from setup for TEXTURE_2D RGBA8]
- expected: FAIL
-
diff --git a/tests/wpt/webgl/meta/conformance2/vertex_arrays/vertex-array-object.html.ini b/tests/wpt/webgl/meta/conformance2/vertex_arrays/vertex-array-object.html.ini
index 7f7b3ee1c53..03c136e539d 100644
--- a/tests/wpt/webgl/meta/conformance2/vertex_arrays/vertex-array-object.html.ini
+++ b/tests/wpt/webgl/meta/conformance2/vertex_arrays/vertex-array-object.html.ini
@@ -1,8 +1,5 @@
[vertex-array-object.html]
expected: ERROR
- [WebGL test #2: getError expected: NO_ERROR. Was INVALID_ENUM : VERTEX_ARRAY_BINDING query should succeed]
- expected: FAIL
-
[WebGL test #4: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL