Changeset 142847 in webkit


Ignore:
Timestamp:
Feb 13, 2013 9:49:25 PM (11 years ago)
Author:
Gregg Tavares
Message:

Adds failing WebGL Conformance Tests.
https://bugs.webkit.org/show_bug.cgi?id=109075

Reviewed by Kenneth Russell.

  • platform/chromium/TestExpectations:
  • platform/mac/TestExpectations:
  • webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
  • webgl/conformance/canvas/buffer-offscreen-test.html: Added.
  • webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
  • webgl/conformance/canvas/buffer-preserve-test.html: Added.
  • webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
  • webgl/conformance/canvas/drawingbuffer-test.html: Added.
  • webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
  • webgl/conformance/canvas/to-data-url-test.html: Added.
  • webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
  • webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
  • webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
  • webgl/conformance/context/context-creation-and-destruction.html: Added.
  • webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
  • webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
  • webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
  • webgl/conformance/glsl/literals/float_literal.vert.html: Added.
  • webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
  • webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
  • webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
  • webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
  • webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
  • webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
  • webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
  • webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
  • webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
  • webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
  • webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
  • webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
  • webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
  • webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
  • webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
  • webgl/conformance/more/functions/copyTexImage2D.html: Added.
  • webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
  • webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
  • webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
  • webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
  • webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
  • webgl/conformance/more/functions/drawArrays-expected.txt: Added.
  • webgl/conformance/more/functions/drawArrays.html: Added.
  • webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
  • webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
  • webgl/conformance/more/functions/drawElements-expected.txt: Added.
  • webgl/conformance/more/functions/drawElements.html: Added.
  • webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
  • webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
  • webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
  • webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
  • webgl/conformance/more/functions/texImage2DHTML.html: Added.
  • webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
  • webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
  • webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
  • webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
  • webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
  • webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
  • webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
  • webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
  • webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
  • webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
  • webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
  • webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
  • webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
  • webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
  • webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
  • webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
  • webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
  • webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
  • webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
  • webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
  • webgl/conformance/programs/program-test-expected.txt: Added.
  • webgl/conformance/programs/program-test.html: Added.
  • webgl/conformance/reading/read-pixels-test-expected.txt: Added.
  • webgl/conformance/reading/read-pixels-test.html: Added.
  • webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
  • webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
  • webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
  • webgl/conformance/rendering/gl-scissor-test.html: Added.
  • webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
  • webgl/conformance/rendering/more-than-65536-indices.html: Added.
  • webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
  • webgl/conformance/rendering/multisample-corruption.html: Added.
  • webgl/conformance/rendering/point-size-expected.txt: Added.
  • webgl/conformance/rendering/point-size.html: Added.
  • webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
  • webgl/conformance/state/gl-object-get-calls.html: Added.
  • webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
  • webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
  • webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
  • webgl/conformance/textures/gl-pixelstorei.html: Added.
  • webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
  • webgl/conformance/textures/origin-clean-conformance.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
  • webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
  • webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
  • webgl/conformance/textures/texture-active-bind-2.html: Added.
  • webgl/conformance/textures/texture-active-bind-expected.txt: Added.
  • webgl/conformance/textures/texture-active-bind.html: Added.
  • webgl/conformance/textures/texture-mips-expected.txt: Added.
  • webgl/conformance/textures/texture-mips.html: Added.
  • webgl/conformance/textures/texture-npot-video-expected.txt: Added.
  • webgl/conformance/textures/texture-npot-video.html: Added.
  • webgl/conformance/textures/texture-size-expected.txt: Added.
  • webgl/conformance/textures/texture-size-limit-expected.txt: Added.
  • webgl/conformance/textures/texture-size-limit.html: Added.
  • webgl/conformance/textures/texture-size.html: Added.
  • webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
  • webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
  • webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
  • webgl/conformance/uniforms/uniform-default-values.html: Added.
  • webgl/conformance/uniforms/uniform-location-expected.txt: Added.
  • webgl/conformance/uniforms/uniform-location.html: Added.
  • webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
  • webgl/conformance/uniforms/uniform-samplers-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
  • webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
  • webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
  • webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
  • webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
  • webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
  • webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
  • webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
  • webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
  • webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
  • webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
  • webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
  • webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
  • webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
  • webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
Location:
trunk/LayoutTests
Files:
249 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r142844 r142847  
     12013-02-12  Gregg Tavares  <gman@chromium.org>
     2
     3        Adds failing WebGL Conformance Tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=109075
     5
     6        Reviewed by Kenneth Russell.
     7
     8        * platform/chromium/TestExpectations:
     9        * platform/mac/TestExpectations:
     10        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
     11        * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
     12        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
     13        * webgl/conformance/canvas/buffer-preserve-test.html: Added.
     14        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
     15        * webgl/conformance/canvas/drawingbuffer-test.html: Added.
     16        * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
     17        * webgl/conformance/canvas/to-data-url-test.html: Added.
     18        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
     19        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
     20        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
     21        * webgl/conformance/context/context-creation-and-destruction.html: Added.
     22        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
     23        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
     24        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
     25        * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
     26        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
     27        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
     28        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
     29        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
     30        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
     31        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
     32        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
     33        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
     34        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
     35        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
     36        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
     37        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
     38        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
     39        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
     40        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
     41        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
     42        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
     43        * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
     44        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
     45        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
     46        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
     47        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
     48        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
     49        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
     50        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
     51        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
     52        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
     53        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
     54        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
     55        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
     56        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
     57        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
     58        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
     59        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
     60        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
     61        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
     62        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
     63        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
     64        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
     65        * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
     66        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
     67        * webgl/conformance/more/functions/copyTexImage2D.html: Added.
     68        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
     69        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
     70        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
     71        * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
     72        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
     73        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
     74        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
     75        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
     76        * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
     77        * webgl/conformance/more/functions/drawArrays.html: Added.
     78        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
     79        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
     80        * webgl/conformance/more/functions/drawElements-expected.txt: Added.
     81        * webgl/conformance/more/functions/drawElements.html: Added.
     82        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
     83        * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
     84        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
     85        * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
     86        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
     87        * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
     88        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
     89        * webgl/conformance/more/functions/texImage2DHTML.html: Added.
     90        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
     91        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
     92        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
     93        * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
     94        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
     95        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
     96        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
     97        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
     98        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
     99        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
     100        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
     101        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
     102        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
     103        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
     104        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
     105        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
     106        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
     107        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
     108        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
     109        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
     110        * webgl/conformance/programs/program-test-expected.txt: Added.
     111        * webgl/conformance/programs/program-test.html: Added.
     112        * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
     113        * webgl/conformance/reading/read-pixels-test.html: Added.
     114        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
     115        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
     116        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
     117        * webgl/conformance/rendering/gl-scissor-test.html: Added.
     118        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
     119        * webgl/conformance/rendering/more-than-65536-indices.html: Added.
     120        * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
     121        * webgl/conformance/rendering/multisample-corruption.html: Added.
     122        * webgl/conformance/rendering/point-size-expected.txt: Added.
     123        * webgl/conformance/rendering/point-size.html: Added.
     124        * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
     125        * webgl/conformance/state/gl-object-get-calls.html: Added.
     126        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
     127        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
     128        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
     129        * webgl/conformance/textures/gl-pixelstorei.html: Added.
     130        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
     131        * webgl/conformance/textures/origin-clean-conformance.html: Added.
     132        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
     133        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
     134        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
     135        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
     136        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
     137        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
     138        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
     139        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
     140        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
     141        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
     142        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
     143        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
     144        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
     145        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
     146        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
     147        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
     148        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
     149        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
     150        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
     151        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
     152        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
     153        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
     154        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
     155        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
     156        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
     157        * webgl/conformance/textures/texture-active-bind-2.html: Added.
     158        * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
     159        * webgl/conformance/textures/texture-active-bind.html: Added.
     160        * webgl/conformance/textures/texture-mips-expected.txt: Added.
     161        * webgl/conformance/textures/texture-mips.html: Added.
     162        * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
     163        * webgl/conformance/textures/texture-npot-video.html: Added.
     164        * webgl/conformance/textures/texture-size-expected.txt: Added.
     165        * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
     166        * webgl/conformance/textures/texture-size-limit.html: Added.
     167        * webgl/conformance/textures/texture-size.html: Added.
     168        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
     169        * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
     170        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
     171        * webgl/conformance/uniforms/uniform-default-values.html: Added.
     172        * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
     173        * webgl/conformance/uniforms/uniform-location.html: Added.
     174        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
     175        * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
     176        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
     177        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
     178        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
     179        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
     180        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
     181        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
     182        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
     183        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
     184        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
     185        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
     186        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
     187        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
     188        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
     189        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
     190        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
     191        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
     192        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
     193        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
     194        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
     195        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
     196        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
     197        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
     198        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
     199        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
     200        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
     201        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
     202        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
     203        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
     204        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
     205        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
     206        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
     207        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
     208        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
     209        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
     210        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
     211        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
     212        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
     213        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
     214        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
     215        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
     216        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
     217        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
     218        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
     219        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
     220        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
     221        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
     222        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
     223        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
     224        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
     225        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
     226        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
     227        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
     228        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
     229        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
     230        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
     231        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
     232        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
     233        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
     234        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
     235        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
     236        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
     237        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
     238        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
     239        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
     240        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
     241        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
     242        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
     243        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
     244        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
     245        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
     246        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
     247        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
     248        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
     249        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
     250        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
     251        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
     252        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
     253        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
     254        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
     255        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
     256        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
     257        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
     258        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
     259
    12602013-02-13  Alan Cutter  <alancutter@chromium.org>
    2261
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r142821 r142847  
    14531453# WebGL Tests
    14541454# -----------------------------------------------------------------
     1455crbug.com/174268 webgl
     1456crbug.com/174268 webgl/conformance/textures/copy-tex-image-2d-formats.html [ Skip ]
     1457crbug.com/174268 webgl/conformance/textures/origin-clean-conformance.html [ Skip ]
     1458crbug.com/174268 webgl/conformance/textures/texture-mips.html [ Skip ]
     1459crbug.com/174268 webgl/conformance/uniforms/gl-uniform-arrays.html [ Skip ]
     1460crbug.com/174268 webgl/conformance/uniforms/uniform-default-values.html [ Skip ]
     1461crbug.com/174268 webgl/conformance/uniforms/uniform-location.html [ Skip ]
     1462crbug.com/174268 webgl/conformance/uniforms/uniform-samplers-test.html [ Skip ]
     1463crbug.com/174268 webgl/conformance/rendering/point-size.html [ Skip ]
     1464crbug.com/174268 webgl/conformance/rendering/multisample-corruption.html [ Skip ]
     1465crbug.com/174268 webgl/conformance/reading/read-pixels-test.html [ Skip ]
     1466crbug.com/174268 webgl/conformance/state/gl-object-get-calls.html [ Skip ]
     1467crbug.com/174268 webgl/conformance/renderbuffers/framebuffer-object-attachment.html [ Skip ]
    14551468crbug.com/174268 webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html [ Skip ]
     1469crbug.com/174268 webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html [ Skip ]
     1470crbug.com/174268 webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Skip ]
     1471crbug.com/174268 webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html [ Skip ]
     1472crbug.com/174268 webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html [ Skip ]
     1473crbug.com/174268 webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html [ Skip ]
     1474crbug.com/174268 webgl/conformance/glsl/misc/shaders-with-varyings.html [ Skip ]
     1475crbug.com/174268 webgl/conformance/glsl/variables/gl-pointcoord.html [ Skip ]
     1476crbug.com/174268 webgl/conformance/ogles/GL/acos/acos_001_to_006.html [ Skip ]
     1477crbug.com/174268 webgl/conformance/ogles/GL/asin/asin_001_to_006.html [ Skip ]
     1478crbug.com/174268 webgl/conformance/ogles/GL/atan/atan_001_to_008.html [ Skip ]
     1479crbug.com/174268 webgl/conformance/ogles/GL/log/log_001_to_008.html [ Skip ]
     1480crbug.com/174268 webgl/conformance/ogles/GL/log2/log2_001_to_008.html [ Skip ]
     1481crbug.com/174268 webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html [ Skip ]
     1482crbug.com/174268 webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html [ Skip ]
     1483
     1484crbug.com/174466 webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Skip ]
     1485crbug.com/174466 webgl/conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip Skip ]
     1486crbug.com/174466 webgl/conformance/glsl/literals/float_literal.vert.html [ Skip ]
     1487crbug.com/174466 webgl/conformance/more/functions/bufferDataBadArgs.html [ Skip ]
     1488crbug.com/174466 webgl/conformance/more/functions/readPixelsBadArgs.html [ Skip ]
     1489crbug.com/174466 webgl/conformance/more/functions/texImage2DHTML.html [ Skip ]
     1490crbug.com/174466 webgl/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
     1491crbug.com/174466 webgl/conformance/canvas/buffer-offscreen-test.html [ Skip ]
     1492crbug.com/174466 webgl/conformance/canvas/buffer-preserve-test.html [ Skip ]
     1493crbug.com/174466 webgl/conformance/canvas/to-data-url-test.html [ Skip ]
     1494crbug.com/174466 webgl/conformance/context/context-attribute-preserve-drawing-buffer.html [ Skip ]
     1495crbug.com/174466 webgl/conformance/context/context-creation-and-destruction.html [ Skip ]
    14561496
    14571497webkit.org/b/108901 webgl/conformance/attribs/gl-vertexattribpointer.html [ Slow ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r142739 r142847  
    977977fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
    978978
     979# https://bugs.webkit.org/show_bug.cgi?id=109081
     980webgl
     981webgl/conformance/canvas/drawingbuffer-test.html [ Skip ]
     982webgl/conformance/canvas/to-data-url-test.html [ Skip ]
     983webgl/conformance/context/context-attribute-preserve-drawing-buffer.html [ Skip ]
     984webgl/conformance/context/context-creation-and-destruction.html [ Skip ]
     985webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html [ Skip ]
     986webgl/conformance/glsl/literals/float_literal.vert.html [ Skip ]
     987webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Skip ]
     988webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Skip ]
     989webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html [ Skip ]
     990webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html [ Skip ]
     991webgl/conformance/glsl/variables/gl-pointcoord.html [ Skip ]
     992webgl/conformance/glsl/misc/shaders-with-varyings.html [ Skip ]
     993webgl/conformance/more/conformance/quickCheckAPI-A.html [ Skip ]
     994webgl/conformance/more/conformance/quickCheckAPI-B1.html [ Skip ]
     995webgl/conformance/more/conformance/quickCheckAPI-B2.html [ Skip ]
     996webgl/conformance/more/conformance/quickCheckAPI-B3.html [ Skip ]
     997webgl/conformance/more/conformance/quickCheckAPI-B4.html [ Skip ]
     998webgl/conformance/more/conformance/quickCheckAPI-C.html [ Skip ]
     999webgl/conformance/more/conformance/quickCheckAPI-D_G.html [ Skip ]
     1000webgl/conformance/more/conformance/quickCheckAPI-G_I.html [ Skip ]
     1001webgl/conformance/more/conformance/quickCheckAPI-L_S.html [ Skip ]
     1002webgl/conformance/more/conformance/quickCheckAPI-S_V.html [ Skip ]
     1003webgl/conformance/more/functions/bufferDataBadArgs.html [ Skip ]
     1004webgl/conformance/more/functions/copyTexImage2D.html [ Skip ]
     1005webgl/conformance/more/functions/copyTexImage2DBadArgs.html [ Skip ]
     1006webgl/conformance/more/functions/copyTexSubImage2D.html [ Skip ]
     1007webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html [ Skip ]
     1008webgl/conformance/more/functions/deleteBufferBadArgs.html [ Skip ]
     1009webgl/conformance/more/functions/drawArrays.html [ Skip ]
     1010webgl/conformance/more/functions/drawArraysOutOfBounds.html [ Skip ]
     1011webgl/conformance/more/functions/drawElements.html [ Skip ]
     1012webgl/conformance/more/functions/drawElementsBadArgs.html [ Skip ]
     1013webgl/conformance/more/functions/readPixelsBadArgs.html [ Skip ]
     1014webgl/conformance/more/functions/texImage2DBadArgs.html [ Skip ]
     1015webgl/conformance/more/functions/texImage2DHTML.html [ Skip ]
     1016webgl/conformance/more/functions/texSubImage2DBadArgs.html [ Skip ]
     1017webgl/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
     1018webgl/conformance/ogles/GL/acos/acos_001_to_006.html [ Skip ]
     1019webgl/conformance/ogles/GL/asin/asin_001_to_006.html [ Skip ]
     1020webgl/conformance/ogles/GL/atan/atan_001_to_008.html [ Skip ]
     1021webgl/conformance/ogles/GL/log/log_001_to_008.html [ Skip ]
     1022webgl/conformance/ogles/GL/log2/log2_001_to_008.html [ Skip ]
     1023webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html [ Skip ]
     1024webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html [ Skip ]
     1025webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html [ Skip ]
     1026webgl/conformance/programs/program-test.html [ Skip ]
     1027webgl/conformance/renderbuffers/framebuffer-object-attachment.html [ Skip ]
     1028webgl/conformance/rendering/gl-scissor-test.html [ Skip ]
     1029webgl/conformance/rendering/more-than-65536-indices.html [ Skip ]
     1030webgl/conformance/rendering/multisample-corruption.html [ Skip ]
     1031webgl/conformance/rendering/point-size.html [ Skip ]
     1032webgl/conformance/textures/gl-pixelstorei.html [ Skip ]
     1033webgl/conformance/textures/origin-clean-conformance.html [ Skip ]
     1034webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Skip ]
     1035webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Skip ]
     1036webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Skip ]
     1037webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Skip ]
     1038webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Skip ]
     1039webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html [ Skip ]
     1040webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html [ Skip ]
     1041webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html [ Skip ]
     1042webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Skip ]
     1043webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Skip ]
     1044webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Skip ]
     1045webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html [ Skip ]
     1046webgl/conformance/textures/texture-active-bind-2.html [ Skip ]
     1047webgl/conformance/textures/texture-active-bind.html [ Skip ]
     1048webgl/conformance/textures/texture-npot-video.html [ Skip ]
     1049webgl/conformance/textures/texture-size-limit.html [ Skip ]
     1050webgl/conformance/textures/texture-size.html [ Skip ]
     1051webgl/conformance/uniforms/uniform-default-values.html [ Skip ]
     1052webgl/conformance/uniforms/uniform-location.html [ Skip ]
     1053webgl/conformance/uniforms/uniform-samplers-test.html [ Skip ]
     1054
    9791055# Sending the mouse down event to the scrollbar starts a nested run loop which causes a hang.
    9801056fast/events/mousedown-in-subframe-scrollbar.html
Note: See TracChangeset for help on using the changeset viewer.