Bug 1497440 - Mark and regenerate webgl-conf mochitests.

This commit is contained in:
Jeff Gilbert 2018-10-08 23:10:21 -07:00
Родитель fd1ba97374
Коммит 32f1a0d3e4
44 изменённых файлов: 851 добавлений и 21 удалений

Просмотреть файл

@ -87,7 +87,6 @@ support-files = always-fail.html
checkout/conformance/context/incorrect-context-object-behaviour.html
checkout/conformance/context/methods.html
checkout/conformance/context/premultiplyalpha-test.html
checkout/conformance/context/resource-sharing-test.html
checkout/conformance/context/resources/context-release-child-with-worker.html
checkout/conformance/context/resources/context-release-upon-reload-child.html
checkout/conformance/context/resources/context-release-worker.js
@ -100,6 +99,8 @@ support-files = always-fail.html
checkout/conformance/extensions/ext-frag-depth.html
checkout/conformance/extensions/ext-sRGB.html
checkout/conformance/extensions/ext-shader-texture-lod.html
checkout/conformance/extensions/ext-texture-compression-bptc.html
checkout/conformance/extensions/ext-texture-compression-rgtc.html
checkout/conformance/extensions/ext-texture-filter-anisotropic.html
checkout/conformance/extensions/get-extension.html
checkout/conformance/extensions/oes-element-index-uint.html
@ -119,8 +120,8 @@ support-files = always-fail.html
checkout/conformance/extensions/oes-vertex-array-object-bufferData.html
checkout/conformance/extensions/oes-vertex-array-object.html
checkout/conformance/extensions/webgl-compressed-texture-astc.html
checkout/conformance/extensions/webgl-compressed-texture-atc.html
checkout/conformance/extensions/webgl-compressed-texture-etc.html
checkout/conformance/extensions/webgl-compressed-texture-etc1.html
checkout/conformance/extensions/webgl-compressed-texture-pvrtc.html
checkout/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html
checkout/conformance/extensions/webgl-compressed-texture-s3tc.html
@ -133,7 +134,6 @@ support-files = always-fail.html
checkout/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported.html
checkout/conformance/extensions/webgl-draw-buffers-max-draw-buffers.html
checkout/conformance/extensions/webgl-draw-buffers.html
checkout/conformance/extensions/webgl-shared-resources.html
checkout/conformance/glsl/00_test_list.txt
checkout/conformance/glsl/bugs/00_test_list.txt
checkout/conformance/glsl/bugs/README.md
@ -179,6 +179,7 @@ support-files = always-fail.html
checkout/conformance/glsl/bugs/sequence-operator-evaluation-order.html
checkout/conformance/glsl/bugs/sketchfab-lighting-shader-crash.html
checkout/conformance/glsl/bugs/struct-constructor-highp-bug.html
checkout/conformance/glsl/bugs/struct-with-single-member-constructor.html
checkout/conformance/glsl/bugs/temp-expressions-should-not-crash.html
checkout/conformance/glsl/bugs/unary-minus-operator-float-bug.html
checkout/conformance/glsl/bugs/undefined-index-should-not-crash.html
@ -319,6 +320,7 @@ support-files = always-fail.html
checkout/conformance/glsl/misc/empty-declaration.html
checkout/conformance/glsl/misc/empty_main.vert.html
checkout/conformance/glsl/misc/expression-list-in-declarator-initializer.html
checkout/conformance/glsl/misc/fragcolor-fragdata-invariant.html
checkout/conformance/glsl/misc/gl_position_unset.vert.html
checkout/conformance/glsl/misc/global-variable-init.html
checkout/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html
@ -418,6 +420,8 @@ support-files = always-fail.html
checkout/conformance/glsl/misc/shaders-with-uniform-structs.html
checkout/conformance/glsl/misc/shaders-with-varyings.html
checkout/conformance/glsl/misc/shared.html
checkout/conformance/glsl/misc/struct-as-inout-parameter.html
checkout/conformance/glsl/misc/struct-as-out-parameter.html
checkout/conformance/glsl/misc/struct-assign.html
checkout/conformance/glsl/misc/struct-equals.html
checkout/conformance/glsl/misc/struct-mixed-array-declarators.html
@ -2279,6 +2283,7 @@ support-files = always-fail.html
checkout/conformance/renderbuffers/renderbuffer-initialization.html
checkout/conformance/renderbuffers/stencil-renderbuffer-initialization.html
checkout/conformance/rendering/00_test_list.txt
checkout/conformance/rendering/canvas-alpha-bug.html
checkout/conformance/rendering/clear-after-copyTexImage2D.html
checkout/conformance/rendering/clipping-wide-points.html
checkout/conformance/rendering/culling.html
@ -2297,6 +2302,7 @@ support-files = always-fail.html
checkout/conformance/rendering/gl-scissor-test.html
checkout/conformance/rendering/gl-viewport-test.html
checkout/conformance/rendering/line-loop-tri-fan.html
checkout/conformance/rendering/line-rendering-quality.html
checkout/conformance/rendering/many-draw-calls.html
checkout/conformance/rendering/more-than-65536-indices.html
checkout/conformance/rendering/multisample-corruption.html
@ -2415,6 +2421,7 @@ support-files = always-fail.html
checkout/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
checkout/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
checkout/conformance/textures/misc/00_test_list.txt
checkout/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html
checkout/conformance/textures/misc/compressed-tex-image.html
checkout/conformance/textures/misc/copy-tex-image-2d-formats.html
checkout/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html
@ -2538,6 +2545,7 @@ support-files = always-fail.html
checkout/conformance2/attribs/gl-vertex-attrib.html
checkout/conformance2/attribs/gl-vertexattribipointer-offsets.html
checkout/conformance2/attribs/gl-vertexattribipointer.html
checkout/conformance2/attribs/render-no-enabled-attrib-arrays.html
checkout/conformance2/buffers/00_test_list.txt
checkout/conformance2/buffers/bound-buffer-size-change-test.html
checkout/conformance2/buffers/buffer-copying-contents.html
@ -2546,6 +2554,7 @@ support-files = always-fail.html
checkout/conformance2/buffers/buffer-overflow-test.html
checkout/conformance2/buffers/buffer-type-restrictions.html
checkout/conformance2/buffers/delete-buffer.html
checkout/conformance2/buffers/get-buffer-sub-data-validity.html
checkout/conformance2/buffers/get-buffer-sub-data.html
checkout/conformance2/buffers/one-large-uniform-buffer.html
checkout/conformance2/buffers/uniform-buffers-second-compile.html
@ -2556,9 +2565,11 @@ support-files = always-fail.html
checkout/conformance2/context/00_test_list.txt
checkout/conformance2/context/constants-and-properties-2.html
checkout/conformance2/context/context-attributes-depth-stencil-antialias-obeyed.html
checkout/conformance2/context/context-mode.html
checkout/conformance2/context/context-resize-changes-buffer-binding-bug.html
checkout/conformance2/context/context-sharing-texture2darray-texture3d-data-bug.html
checkout/conformance2/context/context-type-test-2.html
checkout/conformance2/context/incorrect-context-object-behaviour.html
checkout/conformance2/context/methods-2.html
checkout/conformance2/context/no-experimental-webgl2.html
checkout/conformance2/extensions/00_test_list.txt
@ -2566,9 +2577,15 @@ support-files = always-fail.html
checkout/conformance2/extensions/ext-disjoint-timer-query-webgl2.html
checkout/conformance2/extensions/promoted-extensions-in-shaders.html
checkout/conformance2/extensions/promoted-extensions.html
checkout/conformance2/extensions/webgl-get-buffer-sub-data-async-lose-context.html
checkout/conformance2/extensions/webgl-get-buffer-sub-data-async-stress.html
checkout/conformance2/extensions/webgl-get-buffer-sub-data-async.html
checkout/conformance2/extensions/webgl_multiview.html
checkout/conformance2/extensions/webgl_multiview_depth.html
checkout/conformance2/extensions/webgl_multiview_draw_buffers.html
checkout/conformance2/extensions/webgl_multiview_flat_varying.html
checkout/conformance2/extensions/webgl_multiview_instanced_draw.html
checkout/conformance2/extensions/webgl_multiview_non_multiview_shaders.html
checkout/conformance2/extensions/webgl_multiview_single_view_operations.html
checkout/conformance2/extensions/webgl_multiview_timer_query.html
checkout/conformance2/extensions/webgl_multiview_transform_feedback.html
checkout/conformance2/glsl3/00_test_list.txt
checkout/conformance2/glsl3/array-as-return-value.html
checkout/conformance2/glsl3/array-assign-constructor.html
@ -2584,6 +2601,7 @@ support-files = always-fail.html
checkout/conformance2/glsl3/compare-structs-containing-arrays.html
checkout/conformance2/glsl3/compound-assignment-type-combination.html
checkout/conformance2/glsl3/const-array-init.html
checkout/conformance2/glsl3/const-struct-from-array-as-function-parameter.html
checkout/conformance2/glsl3/float-parsing.html
checkout/conformance2/glsl3/forbidden-operators.html
checkout/conformance2/glsl3/forward-declaration.html
@ -2685,6 +2703,7 @@ support-files = always-fail.html
checkout/conformance2/rendering/draw-buffers.html
checkout/conformance2/rendering/draw-with-integer-texture-base-level.html
checkout/conformance2/rendering/element-index-uint.html
checkout/conformance2/rendering/framebuffer-completeness-draw-framebuffer.html
checkout/conformance2/rendering/framebuffer-completeness-unaffected.html
checkout/conformance2/rendering/framebuffer-texture-changing-base-level.html
checkout/conformance2/rendering/framebuffer-texture-level1.html
@ -2692,6 +2711,8 @@ support-files = always-fail.html
checkout/conformance2/rendering/fs-color-type-mismatch-color-buffer-type.html
checkout/conformance2/rendering/instanced-arrays.html
checkout/conformance2/rendering/instanced-rendering-bug.html
checkout/conformance2/rendering/instanced-rendering-large-divisor.html
checkout/conformance2/rendering/line-rendering-quality.html
checkout/conformance2/rendering/multisampling-fragment-evaluation.html
checkout/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html
checkout/conformance2/rendering/read-draw-when-missing-image.html
@ -3407,6 +3428,7 @@ support-files = always-fail.html
checkout/conformance2/textures/misc/canvas-remains-unchanged-after-used-in-webgl-texture.html
checkout/conformance2/textures/misc/compressed-tex-from-pbo-crash.html
checkout/conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html
checkout/conformance2/textures/misc/copy-texture-cube-map-bug.html
checkout/conformance2/textures/misc/copy-texture-image-luma-format.html
checkout/conformance2/textures/misc/copy-texture-image-same-texture.html
checkout/conformance2/textures/misc/copy-texture-image-webgl-specific.html
@ -3431,7 +3453,9 @@ support-files = always-fail.html
checkout/conformance2/textures/misc/tex-storage-2d.html
checkout/conformance2/textures/misc/tex-storage-and-subimage-3d.html
checkout/conformance2/textures/misc/tex-storage-compressed-formats.html
checkout/conformance2/textures/misc/tex-subimage3d-canvas-bug.html
checkout/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html
checkout/conformance2/textures/misc/tex-unpack-params-imagedata.html
checkout/conformance2/textures/misc/tex-unpack-params-with-flip-y-and-premultiply-alpha.html
checkout/conformance2/textures/misc/tex-unpack-params.html
checkout/conformance2/textures/misc/texel-fetch-undefined.html
@ -3645,6 +3669,7 @@ support-files = always-fail.html
checkout/conformance2/textures/webgl_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
checkout/conformance2/transform_feedback/00_test_list.txt
checkout/conformance2/transform_feedback/non-existent-varying.html
checkout/conformance2/transform_feedback/same-buffer-two-binding-points.html
checkout/conformance2/transform_feedback/simultaneous_binding.html
checkout/conformance2/transform_feedback/switching-objects.html
checkout/conformance2/transform_feedback/too-small-buffers.html
@ -4793,6 +4818,8 @@ support-files = always-fail.html
checkout/extra/context-creation-and-destruction-stress.html
checkout/extra/cube-map-uploads-out-of-order.html
checkout/extra/fbo-lost-context.html
checkout/extra/getbuffersubdata-nonblocking-benchmark.html
checkout/extra/logo-256x256.png
checkout/extra/lots-of-polys-example.html
checkout/extra/lots-of-polys-shader-example.html
checkout/extra/multisample-corruption-stress.html
@ -4813,11 +4840,13 @@ support-files = always-fail.html
checkout/extra/tex-image-with-video-test.html
checkout/extra/tex-image-with-video-test.js
checkout/extra/texture-allocation-stress-test.html
checkout/extra/texture-from-camera-stress.html
checkout/extra/texture-sizing.html
checkout/extra/webgl-compressed-texture-size-limit-stress.html
checkout/extra/webgl-drawelements-validation.html
checkout/extra/webgl-info.html
checkout/extra/webgl-translate-shader.html
checkout/extra/workload-simulator.html
checkout/js/desktop-gl-constants.js
checkout/js/glsl-conformance-test.js
checkout/js/glsl-constructor-tests-generator.js
@ -4829,6 +4858,7 @@ support-files = always-fail.html
checkout/js/tests/canvas-tests-utils.js
checkout/js/tests/clipping-wide-points.js
checkout/js/tests/compound-assignment-type-combination.js
checkout/js/tests/compressed-texture-utils.js
checkout/js/tests/gl-bindattriblocation-aliasing.js
checkout/js/tests/gl-enum-tests.js
checkout/js/tests/gl-get-tex-parameter.js
@ -4836,6 +4866,7 @@ support-files = always-fail.html
checkout/js/tests/gl-vertex-attrib.js
checkout/js/tests/instanceof-test.js
checkout/js/tests/iterable-test.js
checkout/js/tests/line-rendering-quality.js
checkout/js/tests/no-over-optimizations-on-uniform-array.js
checkout/js/tests/oes-texture-float-and-half-float-linear.js
checkout/js/tests/offscreencanvas-transfer-image-bitmap.js
@ -4874,6 +4905,7 @@ support-files = always-fail.html
checkout/js/tests/typed-array-worker.js
checkout/js/tests/webgl-compressed-texture-size-limit.js
checkout/js/tests/webgl-draw-buffers-utils.js
checkout/js/tests/webgl_multiview_util.js
checkout/js/webgl-test-harness.js
checkout/js/webgl-test-utils.js
checkout/py/lint/LICENSE
@ -4971,6 +5003,8 @@ skip-if = (os == 'win')
subsuite = webgl2-core
[generated/test_2_conformance2__attribs__gl-vertexattribipointer.html]
subsuite = webgl2-core
[generated/test_2_conformance2__attribs__render-no-enabled-attrib-arrays.html]
subsuite = webgl2-core
[generated/test_2_conformance2__buffers__bound-buffer-size-change-test.html]
subsuite = webgl2-core
[generated/test_2_conformance2__buffers__buffer-copying-contents.html]
@ -4985,6 +5019,8 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance2__buffers__delete-buffer.html]
subsuite = webgl2-core
[generated/test_2_conformance2__buffers__get-buffer-sub-data-validity.html]
subsuite = webgl2-core
[generated/test_2_conformance2__buffers__get-buffer-sub-data.html]
subsuite = webgl2-core
skip-if = (os == 'win')
@ -5003,12 +5039,16 @@ subsuite = webgl2-core
[generated/test_2_conformance2__context__context-attributes-depth-stencil-antialias-obeyed.html]
subsuite = webgl2-core
fail-if = (os == 'linux')
[generated/test_2_conformance2__context__context-mode.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__context-resize-changes-buffer-binding-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__context-sharing-texture2darray-texture3d-data-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__context-type-test-2.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__incorrect-context-object-behaviour.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__methods-2.html]
subsuite = webgl2-core
[generated/test_2_conformance2__context__no-experimental-webgl2.html]
@ -5022,11 +5062,23 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__promoted-extensions.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl-get-buffer-sub-data-async-lose-context.html]
[generated/test_2_conformance2__extensions__webgl_multiview.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl-get-buffer-sub-data-async-stress.html]
[generated/test_2_conformance2__extensions__webgl_multiview_depth.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl-get-buffer-sub-data-async.html]
[generated/test_2_conformance2__extensions__webgl_multiview_draw_buffers.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_flat_varying.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_instanced_draw.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_non_multiview_shaders.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_single_view_operations.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_timer_query.html]
subsuite = webgl2-core
[generated/test_2_conformance2__extensions__webgl_multiview_transform_feedback.html]
subsuite = webgl2-core
[generated/test_2_conformance2__glsl3__array-as-return-value.html]
subsuite = webgl2-ext
@ -5057,6 +5109,8 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance2__glsl3__const-array-init.html]
subsuite = webgl2-ext
[generated/test_2_conformance2__glsl3__const-struct-from-array-as-function-parameter.html]
subsuite = webgl2-ext
[generated/test_2_conformance2__glsl3__float-parsing.html]
subsuite = webgl2-ext
[generated/test_2_conformance2__glsl3__forbidden-operators.html]
@ -5264,6 +5318,8 @@ subsuite = webgl2-core
fail-if = (os == 'win')
[generated/test_2_conformance2__rendering__element-index-uint.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__framebuffer-completeness-draw-framebuffer.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__framebuffer-completeness-unaffected.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__framebuffer-texture-changing-base-level.html]
@ -5282,6 +5338,11 @@ subsuite = webgl2-core
fail-if = 1
[generated/test_2_conformance2__rendering__instanced-rendering-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__instanced-rendering-large-divisor.html]
subsuite = webgl2-core
skip-if = (os == 'win')
[generated/test_2_conformance2__rendering__line-rendering-quality.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__multisampling-fragment-evaluation.html]
subsuite = webgl2-core
[generated/test_2_conformance2__rendering__out-of-bounds-index-buffers-after-copying.html]
@ -6776,6 +6837,8 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__copy-texture-cube-map-AMD-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__copy-texture-cube-map-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__copy-texture-image-luma-format.html]
subsuite = webgl2-core
fail-if = (os == 'mac')
@ -6838,8 +6901,12 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__tex-storage-compressed-formats.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__tex-subimage3d-canvas-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__tex-subimage3d-pixel-buffer-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__tex-unpack-params-imagedata.html]
subsuite = webgl2-core
[generated/test_2_conformance2__textures__misc__tex-unpack-params-with-flip-y-and-premultiply-alpha.html]
subsuite = webgl2-core
fail-if = 1
@ -7300,8 +7367,12 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance2__transform_feedback__non-existent-varying.html]
subsuite = webgl2-core
[generated/test_2_conformance2__transform_feedback__same-buffer-two-binding-points.html]
subsuite = webgl2-core
fail-if = 1
[generated/test_2_conformance2__transform_feedback__simultaneous_binding.html]
subsuite = webgl2-core
fail-if = 1
[generated/test_2_conformance2__transform_feedback__switching-objects.html]
subsuite = webgl2-core
[generated/test_2_conformance2__transform_feedback__too-small-buffers.html]
@ -7442,12 +7513,14 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__context__premultiplyalpha-test.html]
subsuite = webgl2-core
[generated/test_2_conformance__context__resource-sharing-test.html]
subsuite = webgl2-core
[generated/test_2_conformance__context__user-defined-properties-on-context.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__ext-disjoint-timer-query.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__ext-texture-compression-bptc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__ext-texture-compression-rgtc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__ext-texture-filter-anisotropic.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__get-extension.html]
@ -7456,10 +7529,10 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-astc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-atc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-etc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-etc1.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-pvrtc.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-compressed-texture-s3tc-srgb.html]
@ -7473,8 +7546,6 @@ skip-if = (os == 'win' && os_version == '6.1')
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-debug-shaders.html]
subsuite = webgl2-core
[generated/test_2_conformance__extensions__webgl-shared-resources.html]
subsuite = webgl2-core
[generated/test_2_conformance__glsl__bugs__angle-ambiguous-function-call.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__bugs__angle-constructor-invalid-parameters.html]
@ -7558,6 +7629,8 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__bugs__struct-constructor-highp-bug.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__bugs__struct-with-single-member-constructor.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__bugs__temp-expressions-should-not-crash.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__bugs__unary-minus-operator-float-bug.html]
@ -7832,6 +7905,8 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__expression-list-in-declarator-initializer.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__fragcolor-fragdata-invariant.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__gl_position_unset.vert.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__global-variable-init.html]
@ -8017,6 +8092,10 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__shared.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__struct-as-inout-parameter.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__struct-as-out-parameter.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__struct-assign.html]
subsuite = webgl2-ext
[generated/test_2_conformance__glsl__misc__struct-equals.html]
@ -8578,6 +8657,8 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__renderbuffers__stencil-renderbuffer-initialization.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__canvas-alpha-bug.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__clear-after-copyTexImage2D.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__culling.html]
@ -8612,6 +8693,8 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__rendering__line-loop-tri-fan.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__line-rendering-quality.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__many-draw-calls.html]
subsuite = webgl2-core
skip-if = debug
@ -8847,6 +8930,10 @@ subsuite = webgl2-ext
subsuite = webgl2-ext
[generated/test_2_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
subsuite = webgl2-ext
[generated/test_2_conformance__textures__misc__canvas-teximage-after-multiple-drawimages.html]
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__compressed-tex-image.html]
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__copy-tex-image-2d-formats.html]
subsuite = webgl2-core
skip-if = (os == 'mac')
@ -10841,8 +10928,6 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__context__premultiplyalpha-test.html]
subsuite = webgl1-core
[generated/test_conformance__context__resource-sharing-test.html]
subsuite = webgl1-core
[generated/test_conformance__context__user-defined-properties-on-context.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__angle-instanced-arrays-out-of-bounds.html]
@ -10859,6 +10944,10 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__extensions__ext-shader-texture-lod.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__ext-texture-compression-bptc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__ext-texture-compression-rgtc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__ext-texture-filter-anisotropic.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__get-extension.html]
@ -10909,10 +10998,10 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-astc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-atc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-etc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-etc1.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-pvrtc.html]
subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-compressed-texture-s3tc-srgb.html]
@ -10939,8 +11028,6 @@ subsuite = webgl1-core
[generated/test_conformance__extensions__webgl-draw-buffers.html]
subsuite = webgl1-core
skip-if = (os == 'linux')
[generated/test_conformance__extensions__webgl-shared-resources.html]
subsuite = webgl1-core
[generated/test_conformance__glsl__bugs__angle-ambiguous-function-call.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__bugs__angle-constructor-invalid-parameters.html]
@ -11045,6 +11132,8 @@ subsuite = webgl1-ext
[generated/test_conformance__glsl__bugs__struct-constructor-highp-bug.html]
subsuite = webgl1-ext
skip-if = (os == 'android')
[generated/test_conformance__glsl__bugs__struct-with-single-member-constructor.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__bugs__temp-expressions-should-not-crash.html]
subsuite = webgl1-ext
skip-if = (os == 'android') || (os == 'linux')
@ -11325,6 +11414,9 @@ subsuite = webgl1-ext
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__expression-list-in-declarator-initializer.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__fragcolor-fragdata-invariant.html]
subsuite = webgl1-ext
fail-if = (os == 'mac')
[generated/test_conformance__glsl__misc__gl_position_unset.vert.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__global-variable-init.html]
@ -11518,6 +11610,10 @@ subsuite = webgl1-ext
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__shared.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__struct-as-inout-parameter.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__struct-as-out-parameter.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__struct-assign.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__struct-equals.html]
@ -12107,6 +12203,8 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__renderbuffers__stencil-renderbuffer-initialization.html]
subsuite = webgl1-core
[generated/test_conformance__rendering__canvas-alpha-bug.html]
subsuite = webgl1-core
[generated/test_conformance__rendering__clear-after-copyTexImage2D.html]
subsuite = webgl1-core
[generated/test_conformance__rendering__clipping-wide-points.html]
@ -12146,6 +12244,9 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__rendering__line-loop-tri-fan.html]
subsuite = webgl1-core
[generated/test_conformance__rendering__line-rendering-quality.html]
subsuite = webgl1-core
fail-if = (os == 'linux')
[generated/test_conformance__rendering__many-draw-calls.html]
subsuite = webgl1-core
skip-if = (os == 'android') || debug
@ -12384,6 +12485,8 @@ subsuite = webgl1-ext
subsuite = webgl1-ext
[generated/test_conformance__textures__image_data__tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
subsuite = webgl1-ext
[generated/test_conformance__textures__misc__canvas-teximage-after-multiple-drawimages.html]
subsuite = webgl1-core
[generated/test_conformance__textures__misc__compressed-tex-image.html]
subsuite = webgl1-core
[generated/test_conformance__textures__misc__copy-tex-image-2d-formats.html]

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/attribs/render-no-enabled-attrib-arrays.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/buffers/get-buffer-sub-data-validity.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/context/context-mode.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/context/incorrect-context-object-behaviour.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_depth.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_draw_buffers.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_flat_varying.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_instanced_draw.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_non_multiview_shaders.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_single_view_operations.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_timer_query.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/extensions/webgl_multiview_transform_feedback.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/glsl3/const-struct-from-array-as-function-parameter.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/rendering/framebuffer-completeness-draw-framebuffer.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/rendering/instanced-rendering-large-divisor.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/rendering/line-rendering-quality.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/textures/misc/copy-texture-cube-map-bug.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/textures/misc/tex-subimage3d-canvas-bug.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/textures/misc/tex-unpack-params-imagedata.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/transform_feedback/same-buffer-two-binding-points.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/ext-texture-compression-bptc.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/ext-texture-compression-rgtc.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/webgl-compressed-texture-etc1.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/bugs/struct-with-single-member-constructor.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/fragcolor-fragdata-invariant.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/struct-as-inout-parameter.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/struct-as-out-parameter.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/rendering/canvas-alpha-bug.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/rendering/line-rendering-quality.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/textures/misc/compressed-tex-image.html?webglVersion=2'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/ext-texture-compression-bptc.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/ext-texture-compression-rgtc.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/extensions/webgl-compressed-texture-etc1.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/bugs/struct-with-single-member-constructor.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/fragcolor-fragdata-invariant.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/struct-as-inout-parameter.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/misc/struct-as-out-parameter.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/rendering/canvas-alpha-bug.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/rendering/line-rendering-quality.html'></iframe>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html'></iframe>
</body>
</html>

Просмотреть файл

@ -155,6 +155,10 @@ fail-if = 1
[generated/test_2_conformance2__textures__misc__tex-unpack-params-with-flip-y-and-premultiply-alpha.html]
fail-if = 1
[generated/test_2_conformance2__transform_feedback__same-buffer-two-binding-points.html]
fail-if = 1
[generated/test_2_conformance2__transform_feedback__simultaneous_binding.html]
fail-if = 1
########################################################################
# Complicated
@ -355,6 +359,9 @@ skip-if = (os == 'win')
fail-if = (os == 'mac')
skip-if = (os == 'win')
[generated/test_conformance__glsl__misc__fragcolor-fragdata-invariant.html]
# [unexpected fragment shader compile status] (expected: true) Declaring both gl_FragColor and gl_FragData invariant should succeed.
fail-if = (os == 'mac')
########################################################################
# "tst-linux{32,64}-spot-NNN" Slaves:
@ -611,6 +618,9 @@ fail-if = (os == 'linux')
fail-if = (os == 'linux')
[generated/test_2_conformance2__glsl3__texture-offset-out-of-range.html]
fail-if = (os == 'linux')
[generated/test_conformance__rendering__line-rendering-quality.html]
# Found 0 lines, looking in the vertical direction, expected 2
fail-if = (os == 'linux')
########################################################################
########################################################################
@ -1162,3 +1172,6 @@ skip-if = (os == 'win')
skip-if = (os == 'win')
[generated/test_2_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html]
skip-if = (os == 'win')
[generated/test_2_conformance2__rendering__instanced-rendering-large-divisor.html]
# Assertion failed: static_cast<unsigned int>(packedAttrib.divisor) == divisor, file z:/build/build/src/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.cpp, line 89
skip-if = (os == 'win')