Bug 1335260 - Drop annotations for Windows XP from webgl-conf mochitests. r?jgilbert draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Tue, 31 Jan 2017 01:23:00 +0100
changeset 468311 1455ed366d114ee94b4f608155ac8439a1d2f993
parent 468305 1fe66bd0efba89df59d2046e8c91418eb5ae10b8
child 543896 91328e490f0ae9d267ff05937e70a2a6e5b95a9b
push id43409
push userarchaeopteryx@coole-files.de
push dateTue, 31 Jan 2017 00:23:40 +0000
reviewersjgilbert
bugs1335260
milestone54.0a1
Bug 1335260 - Drop annotations for Windows XP from webgl-conf mochitests. r?jgilbert MozReview-Commit-ID: FeeGFdiRx5A
dom/canvas/test/webgl-conf/generate-wrappers-and-manifest.py
dom/canvas/test/webgl-conf/generated-mochitest.ini
dom/canvas/test/webgl-conf/mochitest-errata.ini
--- a/dom/canvas/test/webgl-conf/generate-wrappers-and-manifest.py
+++ b/dom/canvas/test/webgl-conf/generate-wrappers-and-manifest.py
@@ -14,18 +14,17 @@ WRAPPER_TEMPLATE_FILE = 'mochi-wrapper.h
 MANIFEST_TEMPLATE_FILE = 'mochitest.ini.template'
 ERRATA_FILE = 'mochitest-errata.ini'
 DEST_MANIFEST_PATHSTR = 'generated-mochitest.ini'
 
 BASE_TEST_LIST_PATHSTR = 'checkout/00_test_list.txt'
 GENERATED_PATHSTR = 'generated'
 WEBGL2_TEST_MANGLE = '2_'
 PATH_SEP_MANGLING = '__'
-WEBGL2_SKIP_IF_CONDITION = "(os == 'android' || os == 'linux' || " \
-                           "(os == 'win' && os_version == '5.1'))"
+WEBGL2_SKIP_IF_CONDITION = "(os == 'android' || os == 'linux')"
 
 SUPPORT_DIRS = [
     'checkout',
 ]
 
 EXTRA_SUPPORT_FILES = [
     'always-fail.html',
     'iframe-passthrough.css',
--- a/dom/canvas/test/webgl-conf/generated-mochitest.ini
+++ b/dom/canvas/test/webgl-conf/generated-mochitest.ini
@@ -4748,2761 +4748,2760 @@ support-files = always-fail.html
                 checkout/test-guidelines.md
                 checkout/webgl-conformance-tests.html
                 iframe-passthrough.css
                 mochi-single.html
 
 [generated/test_..__always-fail.html]
 fail-if = 1
 [generated/test_2_conformance2__attribs__gl-vertex-attrib-i-render.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__attribs__gl-vertex-attrib.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__attribs__gl-vertexattribipointer-offsets.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__attribs__gl-vertexattribipointer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__bound-buffer-size-change-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__buffer-copying-contents.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__buffer-copying-restrictions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__buffer-data-and-buffer-sub-data-sub-source.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__buffer-overflow-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__buffer-type-restrictions.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__get-buffer-sub-data.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__one-large-uniform-buffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__buffers__uniform-buffers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__context__constants-and-properties-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__context__context-attributes-depth-stencil-antialias-obeyed.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__context__context-type-test-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__context__methods-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__extensions__ext-color-buffer-float.html]
-skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__extensions__ext-disjoint-timer-query-webgl2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__extensions__promoted-extensions-in-shaders.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__extensions__promoted-extensions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-as-return-value.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-assign-constructor.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-assign.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-complex-indexing.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-element-increment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-equality.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-in-complex-expression.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__array-length-side-effects.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__attrib-location-length-limits.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__bool-type-cast-bug-uint-ivec-uvec.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__compare-structs-containing-arrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__compound-assignment-type-combination.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__const-array-init.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__forbidden-operators.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__frag-depth.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__invalid-default-precision.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__invalid-invariant.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__loops-with-side-effects.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__misplaced-version-directive.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__no-attribute-vertex-shader.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__sampler-no-precision.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__sequence-operator-returns-non-constant.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-linking.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-1024-character-define.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-1024-character-identifier.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-1025-character-define.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-1025-character-identifier.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-invalid-characters.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__shader-with-mis-matching-uniform-block.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__short-circuiting-in-loop-condition.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__texture-offset-out-of-range.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__texture-offset-uniform-texture-coordinate.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__tricky-loop-conditions.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__unary-minus-operator-in-dynamic-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__uniform-block-layout-match.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__uniform-block-layouts.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__uniform-location-length-limits.html]
-skip-if = (os == 'win' && debug) || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && debug) || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__valid-invariant.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__vector-dynamic-indexing-nv-driver-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__glsl3__vector-dynamic-indexing.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__expando-loss-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__getextension-while-pbo-bound-stability.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__instanceof-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__object-deletion-behaviour-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__uninitialized-test-2.html]
-skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__misc__views-with-offsets.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__programs__active-built-in-attribs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__programs__gl-get-frag-data-location.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__query__occlusion-query.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__query__query.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__reading__format-r11f-g11f-b10f.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__reading__read-pixels-from-fbo-test.html]
-skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__reading__read-pixels-from-rgb8-into-pbo-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__reading__read-pixels-into-pixel-pack-buffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__reading__read-pixels-pack-parameters.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__framebuffer-object-attachment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__framebuffer-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__framebuffer-texture-layer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__invalidate-framebuffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__multisample-with-full-sample-counts.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__multisampled-renderbuffer-initialization.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__renderbuffers__readbuffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__attrib-type-match.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-filter-outofbounds.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-filter-srgb.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-multisampled-readbuffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-outside-readbuffer.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-scissor-enabled.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-size-overflow.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-srgb-and-linear-drawbuffers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-stencil-only.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__blitframebuffer-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__canvas-resizing-with-pbo-bound.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__clear-func-buffer-type-match.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__clear-srgb-color-buffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__clipping-wide-points.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__draw-buffers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__element-index-uint.html]
 fail-if = (os != 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__framebuffer-completeness-unaffected.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__framebuffer-unsupported.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__fs-color-type-mismatch-color-buffer-type.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__instanced-arrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__instanced-rendering-bug.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__out-of-bounds-index-buffers-after-copying.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__rendering-sampling-feedback-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__rgb-format-support.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__rendering__uniform-block-buffer-size.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__samplers__sampler-drawing-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__samplers__samplers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__state__gl-enum-tests.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__state__gl-get-calls.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__state__gl-getstring.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__state__gl-object-get-calls.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r16f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r16f-red-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r32f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r8-red-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-r8ui-red_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg16f-rg-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg16f-rg-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg32f-rg-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg8-rg-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb16f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb16f-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb32f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb565-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb9_e5-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgb9_e5-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba16f-rgba-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba16f-rgba-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba32f-rgba-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba4-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-srgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__canvas_sub_rectangle__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r16f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r16f-red-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r32f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r8-red-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-r8ui-red_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rg16f-rg-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rg16f-rg-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rg32f-rg-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rg8-rg-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb16f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb16f-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb32f-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb565-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb9_e5-rgb-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgb9_e5-rgb-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba16f-rgba-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba16f-rgba-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba32f-rgba-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba4-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-srgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__image_data__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__active-3d-texture-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__copy-texture-image-luma-format.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__copy-texture-image-webgl-specific.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__copy-texture-image.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__gl-get-tex-parameter.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__integer-cubemap-specification-order-bug.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__integer-cubemap-texture-sampling.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__mipmap-fbo.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-3d-size-limit.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-image-and-sub-image-with-array-buffer-view-sub-source.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-image-with-bad-args-from-dom-elements.html]
-skip-if = (os == 'win') || (os == 'mac') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'mac') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-image-with-bad-args.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-image-with-different-data-source.html]
-skip-if = (os == 'mac' && debug) || (os == 'win' && debug) || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac' && debug) || (os == 'win' && debug) || (os == 'android' || os == 'linux')
 fail-if = (os == 'mac') || (os == 'win')
 [generated/test_2_conformance2__textures__misc__tex-input-validation.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-mipmap-levels.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-new-formats.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-srgb-mipmap.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-storage-2d.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-storage-and-subimage-3d.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-storage-compressed-formats.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__tex-unpack-params.html]
-skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux')
 fail-if = (os == 'mac')
 [generated/test_2_conformance2__textures__misc__texel-fetch-undefined.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__misc__texture-npot.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb9_e5-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgb9_e5-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__svg_image__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r11f_g11f_b10f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rg16f-rg-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rg16f-rg-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rg32f-rg-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rg8-rg-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb16f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb16f-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb32f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb565-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb9_e5-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgb9_e5-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba16f-rgba-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba16f-rgba-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba32f-rgba-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba4-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-srgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r16f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r16f-red-half_float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r32f-red-float.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r8-red-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-r8ui-red_integer-unsigned_byte.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rg16f-rg-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rg16f-rg-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rg32f-rg-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rg8-rg-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb16f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb16f-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb32f-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb565-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb9_e5-rgb-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgb9_e5-rgb-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba16f-rgba-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba16f-rgba-half_float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba32f-rgba-float.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba4-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-srgb8-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__video__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-2d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r11f_g11f_b10f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r11f_g11f_b10f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r16f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r16f-red-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r32f-red-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r8-red-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-r8ui-red_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rg16f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rg16f-rg-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rg32f-rg-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rg8-rg-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rg8ui-rg_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb16f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb16f-rgb-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb32f-rgb-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb565-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb565-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb5_a1-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb8ui-rgb_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba16f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba16f-rgba-half_float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba32f-rgba-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba4-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgba8ui-rgba_integer-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-srgb8-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__textures__webgl_canvas__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__transform_feedback__transform_feedback.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__transform_feedback__two-unreferenced-varyings.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__transform_feedback__unwritten-output-defaults-to-zero.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance2__vertex_arrays__vertex-array-object.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-bindAttribLocation-aliasing.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-bindAttribLocation-matrix.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-bindAttribLocation-repeated.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-disabled-vertex-attrib.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-enable-vertex-attrib.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-matrix-attributes.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-vertex-attrib-render.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-vertex-attrib-zero-issues.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-vertexattribpointer-offsets.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__attribs__gl-vertexattribpointer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__buffer-bind-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__buffer-data-and-buffer-sub-data.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__buffer-data-array-buffer-delete.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__buffer-uninitialized.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__element-array-buffer-delete-recreate.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation-copies-indices.html]
 fail-if = (os != 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation-crash-with-buffer-sub-data.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation-large-buffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation-verifies-too-many-indices.html]
 fail-if = (os != 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation-with-resized-buffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__buffers__index-validation.html]
 fail-if = (os != 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__buffer-offscreen-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__buffer-preserve-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__canvas-test.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__canvas-zero-size.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__draw-static-webgl-to-multiple-canvas-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__draw-webgl-to-canvas-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__drawingbuffer-hd-dpi-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__drawingbuffer-static-canvas-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__drawingbuffer-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__framebuffer-bindings-affected-by-to-data-url.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__framebuffer-bindings-unaffected-on-resize.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__rapid-resizing.html]
-fail-if = (os == 'win' && os_version == '5.1')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__texture-bindings-unaffected-on-resize.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__to-data-url-test.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__canvas__viewport-unchanged-upon-resize.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-attribute-preserve-drawing-buffer.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-attributes-alpha-depth-stencil-antialias.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-creation-and-destruction.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-creation.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-eviction-with-garbage-collection.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-hidden-alpha.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-lost-restored.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-lost.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-no-alpha-fbo-with-alpha.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-release-upon-reload.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-release-with-workers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__context-size-change.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__incorrect-context-object-behaviour.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__premultiplyalpha-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__resource-sharing-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__context__user-defined-properties-on-context.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__ext-disjoint-timer-query.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__ext-texture-filter-anisotropic.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__get-extension.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__oes-texture-float-linear.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-atc.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-etc.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-pvrtc.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-s3tc-srgb.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-s3tc.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-compressed-texture-size-limit.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-debug-renderer-info.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-debug-shaders.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__extensions__webgl-shared-resources.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__angle-ambiguous-function-call.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__angle-constructor-invalid-parameters.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__angle-d3d11-compiler-error.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__angle-dx-variable-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__array-of-struct-with-int-first-position.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__bool-type-cast-bug-int-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__compare-loop-index-to-uniform.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__complex-glsl-does-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__compound-assignment-type-combination.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__conditional-discard-in-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__conditional-discard-optimization.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__constant-precision-qualifier.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__floor-div-cos-should-not-truncate.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__floored-division-accuracy.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__fragcoord-linking-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__gl-fragcoord-multisampling-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__global-invariant-does-not-leak-across-shaders.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__invariant-does-not-leak-across-shaders.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__logic-inside-block-without-braces.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__long-expressions-should-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__loop-if-loop-gradient.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__modulo-arithmetic-accuracy.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__multiplication-assignment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__nested-functions-should-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__nested-loops-with-break-and-continue.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__nested-sequence-operator.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__pow-of-small-constant-in-user-defined-function.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__pow-with-constant-exponent-should-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__qualcomm-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__qualcomm-loop-with-continue-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__sampler-array-using-loop-index.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__sampler-struct-function-arg.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__sequence-operator-evaluation-order.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__sketchfab-lighting-shader-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__struct-constructor-highp-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__temp-expressions-should-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__undefined-index-should-not-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__bugs__uniforms-should-not-lose-values.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-bvec2.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-bvec3.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-bvec4.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-ivec2.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-ivec3.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-ivec4.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-mat2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-mat3.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-mat4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-vec-mat-corner-cases.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-vec-mat-index.html]
-skip-if = (os == 'mac') || (os == 'win') || (os == 'linux') || (os == 'android') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'win') || (os == 'linux') || (os == 'android') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-vec2.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-vec3.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__constructors__glsl-construct-vec4.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-abs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-acos.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-asin.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-atan-xy.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-atan.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-ceil.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-clamp-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-clamp-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-cos.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-cross.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-distance.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-dot.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-faceforward.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-floor.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-fract.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-length.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-max-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-max-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-min-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-min-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-mix-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-mix-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-mod-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-mod-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-normalize.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-reflect.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-sign.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-sin.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-smoothstep-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-smoothstep-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-step-float.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function-step-gentype.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__functions__glsl-function.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_mat2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_mat3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_mat4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_int_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__add_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__assign_int_to_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__assign_ivec2_to_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__assign_ivec3_to_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__assign_ivec4_to_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__construct_struct.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_mat2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_mat3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_mat4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_int_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__divide_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__equal_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__equal_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__equal_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__equal_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__function_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__function_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__function_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__function_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__greater_than.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__greater_than_equal.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__less_than.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__less_than_equal.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_mat2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_mat3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_mat4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_int_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__multiply_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__not_equal_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__not_equal_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__not_equal_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__not_equal_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_mat2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_mat3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_mat4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_int_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__subtract_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__ternary_int_float.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__ternary_ivec2_vec2.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__ternary_ivec3_vec3.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__implicit__ternary_ivec4_vec4.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__literals__float_literal.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__literals__literal_precision.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__literals__overflow_leak.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__matrices__glsl-mat3-construction.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__matrices__glsl-mat4-to-mat3.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__matrices__matrix-compound-multiply.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__boolean_precision.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__const-variable-initialization.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__embedded-struct-definitions-forbidden.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__empty-declaration.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__empty_main.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__expression-list-in-declarator-initializer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__gl_position_unset.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__global-variable-init.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__glsl-function-nodes.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__glsl-long-variable-names.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__glsl-vertex-branch.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__large-loop-compile.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__non-ascii-comments.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__non-ascii.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__re-compile-re-link.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__sequence-operator-returns-constant.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-precision-format-obeyed.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-struct-scope.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-uniform-packing-restrictions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-varying-packing-restrictions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-256-character-define.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-256-character-identifier.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-_webgl-identifier.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-arbitrary-indexing.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-arbitrary-indexing.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-array-of-structs-containing-arrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-array-of-structs-uniform.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-attrib-array.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-attrib-struct.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-clipvertex.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-comma-assignment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-comma-conditional-assignment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-comma-separated-variable-declarations.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-conditional-scoping-negative.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-conditional-scoping.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-default-precision.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-default-precision.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-dfdx-no-ext.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-dfdx.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-do-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-error-directive.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-explicit-int-cast.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-float-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-for-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-for-scoping.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-frag-depth.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-function-recursion.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-function-scoped-struct.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-functional-scoping.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-glcolor.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-gles-1.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-gles-symbol.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-global-variable-precision-mismatch.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-glprojectionmatrix.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-hex-int-constant-macro.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-implicit-vec3-to-vec4-cast.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-include.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-int-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-invalid-identifier.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-ivec2-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-ivec3-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-ivec4-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-limited-indexing.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-long-line.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-non-ascii-error.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-non-reserved-words.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-precision.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-preprocessor-whitespace.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-quoted-error.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-reserved-words.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-short-circuiting-operators.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-similar-uniform-array-names.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-too-many-uniforms.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-two-initializer-types.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-undefined-preprocessor-symbol.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-uniform-in-loop-condition.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-vec2-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-vec3-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-vec4-return-value.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-vec4-vec3-vec4-conditional.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-version-100.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-version-100.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-version-120.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-version-130.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-webgl-identifier.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-with-while-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shader-without-precision.frag.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-constant-expression-loop-conditions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-invariance.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-mis-matching-uniforms.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-mis-matching-varyings.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-missing-varyings.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-name-conflicts.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-uniform-structs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shaders-with-varyings.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__shared.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-assign.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-equals.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-mixed-array-declarators.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-nesting-exceeds-maximum.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-nesting-of-variable-names.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-nesting-under-maximum.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-specifiers-in-uniforms.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__struct-unary-operators.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__ternary-operator-on-arrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__ternary-operators-in-global-initializers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__misc__ternary-operators-in-initializers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved___webgl_field.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved___webgl_function.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved___webgl_struct.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved___webgl_variable.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved__webgl_field.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved__webgl_function.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved__webgl_struct.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__reserved__webgl_variable.vert.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__samplers__glsl-function-texture2d-bias.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__samplers__glsl-function-texture2dlod.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__samplers__glsl-function-texture2dproj.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__samplers__glsl-function-texture2dprojlod.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__gl-fragcoord-xy-values.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__gl-fragcoord.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__gl-fragdata-and-fragcolor.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__gl-frontfacing.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__gl-pointcoord.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__glsl__variables__glsl-built-ins.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__limits__gl-line-width.html]
-skip-if = (os == 'mac') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__limits__gl-max-texture-dimensions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__limits__gl-min-attribs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__limits__gl-min-textures.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__limits__gl-min-uniforms.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__bad-arguments-test.html]
-skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__boolean-argument-conversion.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__delayed-drawing.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__error-reporting.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__expando-loss.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__functions-returning-strings.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__invalid-passed-params.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__is-object.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__null-object-behaviour.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__object-deletion-behaviour.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__shader-precision-format.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__type-conversion-test.html]
-skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac' && debug) || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__uninitialized-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__misc__webgl-specific.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__constants.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__getContext.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__methods.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-A.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-B1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-B2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-B3.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-B4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-C.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-D_G.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-G_I.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-L_S.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__quickCheckAPI-S_V.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__conformance__webGLArrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bindBuffer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bindBufferBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bindFramebufferLeaveNonZero.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bufferData.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bufferDataBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bufferSubData.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__bufferSubDataBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__copyTexImage2D.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__copyTexImage2DBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__copyTexSubImage2D.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__copyTexSubImage2DBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__deleteBufferBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__drawArrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__drawArraysOutOfBounds.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__drawElements.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__drawElementsBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__isTests.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__isTestsBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__readPixels.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__readPixelsBadArgs.html]
-skip-if = 1 || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = 1 || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texImage2D.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texImage2DBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texImage2DHTML.html]
-skip-if = 1 || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = 1 || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texImage2DHTMLBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texSubImage2D.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texSubImage2DBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texSubImage2DHTML.html]
-skip-if = 1 || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = 1 || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__texSubImage2DHTMLBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformMatrix.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformMatrixBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformf.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformfArrayLen1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformfBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformi.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__uniformiBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__vertexAttrib.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__vertexAttribBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__vertexAttribPointer.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__functions__vertexAttribPointerBadArgs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__glsl__arrayOutOfBounds.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__more__glsl__uniformOutOfBounds.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__abs__abs_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__acos__acos_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__all__all_001_to_004.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__any__any_001_to_004.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__array__array_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__asin__asin_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__atan__atan_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__atan__atan_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__biConstants__biConstants_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__biConstants__biConstants_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__biuDepthRange__biuDepthRange_001_to_002.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_025_to_032.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_033_to_040.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_041_to_048.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_049_to_056.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_057_to_064.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_065_to_072.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_073_to_080.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_081_to_088.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_089_to_096.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_097_to_104.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_105_to_112.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_113_to_120.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_121_to_128.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_129_to_136.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_137_to_144.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_145_to_152.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_153_to_160.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_161_to_168.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_169_to_176.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__build__build_177_to_178.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__built_in_varying_array_out_of_bounds__built_in_varying_array_out_of_bounds_001_to_001.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__ceil__ceil_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__clamp__clamp_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__control_flow__control_flow_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__control_flow__control_flow_009_to_010.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__cos__cos_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__cross__cross_001_to_002.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__default__default_001_to_001.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__degrees__degrees_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__discard__discard_001_to_002.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__distance__distance_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__dot__dot_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__equal__equal_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__equal__equal_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__exp2__exp2_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__exp2__exp2_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__exp__exp_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__exp__exp_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__faceforward__faceforward_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__floor__floor_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__fract__fract_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_025_to_032.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_033_to_040.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_041_to_048.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_049_to_056.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_057_to_064.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_065_to_072.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_073_to_080.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_081_to_088.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_089_to_096.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_097_to_104.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_105_to_112.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_113_to_120.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__functions__functions_121_to_126.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__gl_FragCoord__gl_FragCoord_001_to_003.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__gl_FrontFacing__gl_FrontFacing_001_to_001.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__greaterThanEqual__greaterThanEqual_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__greaterThan__greaterThan_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__inversesqrt__inversesqrt_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__length__length_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__lessThanEqual__lessThanEqual_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__lessThan__lessThan_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__log2__log2_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__log2__log2_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__log__log_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__log__log_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat3__mat3_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_025_to_032.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_033_to_040.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mat__mat_041_to_046.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__matrixCompMult__matrixCompMult_001_to_004.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__max__max_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__min__min_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mix__mix_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__mod__mod_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__normalize__normalize_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__notEqual__notEqual_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__notEqual__notEqual_009_to_012.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__not__not_001_to_004.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__operators__operators_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__operators__operators_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__operators__operators_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__operators__operators_025_to_026.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__pow__pow_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__pow__pow_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__pow__pow_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__radians__radians_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__reflect__reflect_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__refract__refract_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__sign__sign_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__sin__sin_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__smoothstep__smoothstep_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__sqrt__sqrt_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__step__step_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_025_to_032.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_033_to_040.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_041_to_048.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__struct__struct_049_to_056.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_017_to_024.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_025_to_032.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_033_to_040.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_041_to_048.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_049_to_056.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_057_to_064.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_065_to_072.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_073_to_080.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_081_to_088.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_089_to_096.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_097_to_104.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_105_to_112.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__swizzlers__swizzlers_113_to_120.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__tan__tan_001_to_006.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__vec3__vec3_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__vec__vec_001_to_008.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__vec__vec_009_to_016.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__ogles__GL__vec__vec_017_to_018.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__get-active-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-bind-attrib-location-long-names-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-bind-attrib-location-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-get-active-attribute.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-get-active-uniform.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-getshadersource.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__gl-shader-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__invalid-UTF-16.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__program-infolog.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__program-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__programs__use-program-crash-with-discard-in-fragment-shader.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__reading__read-pixels-pack-alignment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__reading__read-pixels-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__renderbuffers__feedback-loop.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__renderbuffers__framebuffer-state-restoration.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__renderbuffers__renderbuffer-initialization.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__culling.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__default-texture-draw-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__draw-arrays-out-of-bounds.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__draw-elements-out-of-bounds.html]
 fail-if = (os != 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__draw-with-changing-start-vertex-bug.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__framebuffer-switch.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__framebuffer-texture-switch.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-clear.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-drawarrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-drawelements.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-scissor-canvas-dimensions.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-scissor-fbo-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-scissor-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__gl-viewport-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__line-loop-tri-fan.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__many-draw-calls.html]
-skip-if = debug || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = debug || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__more-than-65536-indices.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__multisample-corruption.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__negative-one-index.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__out-of-bounds-index-buffers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__point-no-attributes.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__point-size.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__point-specific-shader-variables.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__point-with-gl-pointcoord-in-fragment-shader.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__polygon-offset.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__simple.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__rendering__triangle.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__state__gl-enable-enum-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__state__gl-get-calls.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__state__gl-geterror.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__state__gl-initial-state.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__state__state-uneffected-after-compositing.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas_sub_rectangle__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas_sub_rectangle__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas_sub_rectangle__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas_sub_rectangle__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__canvas_sub_rectangle__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image_data__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image_data__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__copy-tex-image-2d-formats.html]
-skip-if = (os == 'mac') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'mac') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__copy-tex-image-and-sub-image-2d.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__copy-tex-sub-image-2d-partial-texture.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__cube-incomplete-fbo.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__default-texture.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__gl-pixelstorei.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__gl-teximage.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__mipmap-fbo.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__origin-clean-conformance.html]
-skip-if = 1 || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = 1 || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-and-sub-image-2d-with-array-buffer-view.html]
-skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-and-uniform-binding-bugs.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-canvas-corruption.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-webgl.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-with-format-and-type.html]
 fail-if = (os == 'mac')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-image-with-invalid-data.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-sub-image-2d-bad-args.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__tex-sub-image-2d.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texparameter-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-active-bind-2.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-active-bind.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-attachment-formats.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-clear.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-complete.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-copying-feedback-loops.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-cube-as-fbo-attachment.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-draw-with-2d-and-cube.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-hd-dpi.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-mips.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-size-cube-maps.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-size-limit.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-size.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-sub-image-cube-maps.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-transparent-pixels-initialized.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-upload-cube-maps.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__misc__texture-upload-size.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__svg_image__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__svg_image__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__svg_image__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__svg_image__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__svg_image__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__video__tex-2d-rgb-rgb-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__video__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__video__tex-2d-rgba-rgba-unsigned_byte.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__video__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__video__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
 fail-if = (os == 'mac') || (os == 'win')
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__webgl_canvas__tex-2d-rgb-rgb-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__webgl_canvas__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__webgl_canvas__tex-2d-rgba-rgba-unsigned_byte.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__webgl_canvas__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__textures__webgl_canvas__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__array-buffer-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__array-buffer-view-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__array-large-array-tests.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__array-unit-tests.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__data-view-crash.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__data-view-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__typedarrays__typed-arrays-in-workers.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__gl-uniform-arrays.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__gl-uniform-bool.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__gl-uniformmatrix4fv.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__gl-unknown-uniform.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__null-uniform-location.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__out-of-bounds-uniform-array-access.html]
-skip-if = (os == 'win') || (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'win') || (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__uniform-default-values.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__uniform-location.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__uniform-samplers-test.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_2_conformance__uniforms__uniform-values-per-program.html]
-skip-if = (os == 'android' || os == 'linux' || (os == 'win' && os_version == '5.1'))
+skip-if = (os == 'android' || os == 'linux')
 [generated/test_conformance__attribs__gl-bindAttribLocation-aliasing.html]
 skip-if = (os == 'android')
 [generated/test_conformance__attribs__gl-bindAttribLocation-matrix.html]
 skip-if = (os == 'android')
 [generated/test_conformance__attribs__gl-bindAttribLocation-repeated.html]
 [generated/test_conformance__attribs__gl-disabled-vertex-attrib.html]
 fail-if = (os == 'android')
 [generated/test_conformance__attribs__gl-enable-vertex-attrib.html]
@@ -7642,17 +7641,16 @@ skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__compound-assignment-type-combination.html]
 [generated/test_conformance__glsl__bugs__conditional-discard-in-loop.html]
 skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__conditional-discard-optimization.html]
 skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__constant-precision-qualifier.html]
 [generated/test_conformance__glsl__bugs__essl3-shaders-with-webgl1.html]
 [generated/test_conformance__glsl__bugs__floor-div-cos-should-not-truncate.html]
-fail-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__glsl__bugs__floored-division-accuracy.html]
 skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__fragcoord-linking-bug.html]
 skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__gl-fragcoord-multisampling-bug.html]
 skip-if = (os == 'android')
 [generated/test_conformance__glsl__bugs__global-invariant-does-not-leak-across-shaders.html]
 [generated/test_conformance__glsl__bugs__invariant-does-not-leak-across-shaders.html]
@@ -7834,17 +7832,16 @@ fail-if = (os == 'mac' && os_version == 
 [generated/test_conformance__glsl__misc__expression-list-in-declarator-initializer.html]
 [generated/test_conformance__glsl__misc__gl_position_unset.vert.html]
 [generated/test_conformance__glsl__misc__global-variable-init.html]
 [generated/test_conformance__glsl__misc__glsl-function-nodes.html]
 fail-if = (os == 'mac' && os_version == '10.6')
 [generated/test_conformance__glsl__misc__glsl-long-variable-names.html]
 [generated/test_conformance__glsl__misc__glsl-vertex-branch.html]
 [generated/test_conformance__glsl__misc__large-loop-compile.html]
-fail-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__glsl__misc__non-ascii-comments.vert.html]
 [generated/test_conformance__glsl__misc__non-ascii.vert.html]
 [generated/test_conformance__glsl__misc__re-compile-re-link.html]
 fail-if = (os == 'android' && android_version == '10')
 [generated/test_conformance__glsl__misc__sequence-operator-returns-constant.html]
 [generated/test_conformance__glsl__misc__shader-precision-format-obeyed.html]
 [generated/test_conformance__glsl__misc__shader-struct-scope.html]
 [generated/test_conformance__glsl__misc__shader-uniform-packing-restrictions.html]
@@ -8153,17 +8150,17 @@ fail-if = (os == 'android') || (os == 'l
 [generated/test_conformance__ogles__GL__length__length_001_to_006.html]
 [generated/test_conformance__ogles__GL__lessThanEqual__lessThanEqual_001_to_008.html]
 [generated/test_conformance__ogles__GL__lessThan__lessThan_001_to_008.html]
 [generated/test_conformance__ogles__GL__log2__log2_001_to_008.html]
 [generated/test_conformance__ogles__GL__log2__log2_009_to_012.html]
 [generated/test_conformance__ogles__GL__log__log_001_to_008.html]
 [generated/test_conformance__ogles__GL__log__log_009_to_012.html]
 [generated/test_conformance__ogles__GL__mat3__mat3_001_to_006.html]
-skip-if = (os == 'win' && os_version != '5.1')
+skip-if = (os == 'win')
 [generated/test_conformance__ogles__GL__mat__mat_001_to_008.html]
 [generated/test_conformance__ogles__GL__mat__mat_009_to_016.html]
 [generated/test_conformance__ogles__GL__mat__mat_017_to_024.html]
 [generated/test_conformance__ogles__GL__mat__mat_025_to_032.html]
 [generated/test_conformance__ogles__GL__mat__mat_033_to_040.html]
 [generated/test_conformance__ogles__GL__mat__mat_041_to_046.html]
 [generated/test_conformance__ogles__GL__matrixCompMult__matrixCompMult_001_to_004.html]
 [generated/test_conformance__ogles__GL__max__max_001_to_006.html]
@@ -8302,17 +8299,16 @@ skip-if = (os == 'mac') || (os == 'andro
 [generated/test_conformance__textures__image__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
 [generated/test_conformance__textures__image_data__tex-2d-rgb-rgb-unsigned_byte.html]
 [generated/test_conformance__textures__image_data__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
 [generated/test_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_byte.html]
 [generated/test_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
 [generated/test_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
 [generated/test_conformance__textures__misc__compressed-tex-image.html]
 [generated/test_conformance__textures__misc__copy-tex-image-2d-formats.html]
-skip-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__textures__misc__copy-tex-image-and-sub-image-2d.html]
 [generated/test_conformance__textures__misc__copy-tex-sub-image-2d-partial-texture.html]
 [generated/test_conformance__textures__misc__cube-incomplete-fbo.html]
 skip-if = (os == 'android')
 fail-if = (os == 'mac') || (os == 'linux')
 [generated/test_conformance__textures__misc__default-texture.html]
 [generated/test_conformance__textures__misc__gl-get-tex-parameter.html]
 [generated/test_conformance__textures__misc__gl-pixelstorei.html]
@@ -8400,9 +8396,9 @@ fail-if = (os == 'linux') || (os == 'lin
 [generated/test_conformance__uniforms__null-uniform-location.html]
 [generated/test_conformance__uniforms__out-of-bounds-uniform-array-access.html]
 skip-if = (os == 'android') || (os == 'mac' && os_version == '10.6')
 [generated/test_conformance__uniforms__uniform-default-values.html]
 skip-if = (os == 'android') || (os == 'linux') || (os == 'win')
 [generated/test_conformance__uniforms__uniform-location.html]
 [generated/test_conformance__uniforms__uniform-samplers-test.html]
 [generated/test_conformance__uniforms__uniform-values-per-program.html]
-skip-if = (os == 'win' && os_version != '5.1')
+skip-if = (os == 'win')
--- a/dom/canvas/test/webgl-conf/mochitest-errata.ini
+++ b/dom/canvas/test/webgl-conf/mochitest-errata.ini
@@ -11,19 +11,16 @@
 #   * Android 'Gingerbread' 2.3.3+: 10 ('2.3' slaves)
 #   * Android 'ICS' 4.0-4.0.2: 14 ('4.0' slaves, inactive)
 #   * Android 'ICS' 4.0.3+: 15
 #   * Android 'Jellybean' 4.3: 18 ('4.3' slaves)
 
 ##########
 # os_version strings
 #   https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx
-#   * Windows XP: 5.1
-#   * Windows XP 64-bit: 5.2
-#   * Windows Vista: 6.0
 #   * Windows 7: 6.1
 #   * Windows 8: 6.2
 #   * Windows 8.1: 6.3
 #   * Windows 10: 10.0
 
 [DEFAULT]
 subsuite = webgl
 # Skip B2G for now, until we get a handle on the longer tail of emulator bugs.
@@ -67,17 +64,17 @@ skip-if = 1
 
 ####################
 # Timing out
 [generated/test_conformance__uniforms__uniform-default-values.html]
 # Timeout on Windows, crash on Android/Linux.
 skip-if = (os == 'android') || (os == 'linux') || (os == 'win')
 [generated/test_conformance__ogles__GL__mat3__mat3_001_to_006.html]
 # Timeout on D3D11
-skip-if = (os == 'win' && os_version != '5.1')
+skip-if = (os == 'win')
 
 ####################
 # Tests expect conservative index validation, which we skip on WebGL 2.
 # ANGLE still provides it though, so they pass on windows.
 [generated/test_2_conformance__rendering__draw-elements-out-of-bounds.html]
 fail-if = (os != 'win')
 [generated/test_2_conformance__buffers__index-validation-copies-indices.html]
 fail-if = (os != 'win')
@@ -874,22 +871,20 @@ skip-if = (os == 'mac' && debug)
 # time out crash
 skip-if = (os == 'win')
 [generated/test_conformance__ogles__GL__built_in_varying_array_out_of_bounds__built_in_varying_array_out_of_bounds_001_to_001.html]
 # time out crash
 skip-if = (os == 'win')
 [generated/test_2_conformance2__glsl3__vector-dynamic-indexing.html]
 skip-if = (os == 'win')
 [generated/test_conformance__glsl__misc__large-loop-compile.html]
-fail-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__textures__misc__copy-tex-image-2d-formats.html]
-skip-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__uniforms__uniform-values-per-program.html]
 # Crashes on D3D11 debug.
-skip-if = (os == 'win' && os_version != '5.1')
+skip-if = (os == 'win')
 [generated/test_2_conformance2__glsl3__uniform-location-length-limits.html]
 # time out crash
 skip-if = (os == 'win' && debug)
 [generated/test_conformance__textures__misc__tex-image-and-sub-image-2d-with-array-buffer-view.html]
 # time out crash
 skip-if = (os == 'win' && debug)
 [generated/test_conformance__extensions__webgl-compressed-texture-size-limit.html]
 # skip this because the result is not always pass
@@ -970,11 +965,9 @@ skip-if = (os == 'win')
 [generated/test_2_conformance2__textures__misc__tex-input-validation.html]
 skip-if = (os == 'win')
 [generated/test_2_conformance2__buffers__get-buffer-sub-data.html]
 skip-if = (os == 'win')
 
 ####################
 # failure on Windows
 [generated/test_2_conformance__canvas__rapid-resizing.html]
-fail-if = (os == 'win' && os_version == '5.1')
 [generated/test_conformance__glsl__bugs__floor-div-cos-should-not-truncate.html]
-fail-if = (os == 'win' && os_version == '5.1')