Changeset 142058 in webkit


Ignore:
Timestamp:
Feb 6, 2013 5:35:18 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:
  • platform/win/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:
292 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

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

    r142056 r142058  
    14361436# WebGL Tests
    14371437# -----------------------------------------------------------------
     1438crbug.com/174268 webgl/conformance/textures/copy-tex-image-2d-formats.html [ Failure ]
     1439crbug.com/174268 webgl/conformance/textures/origin-clean-conformance.html [ Failure ]
     1440crbug.com/174268 webgl/conformance/textures/texture-mips.html [ Failure ]
     1441crbug.com/174268 webgl/conformance/uniforms/gl-uniform-arrays.html [ Failure ]
     1442crbug.com/174268 webgl/conformance/uniforms/uniform-default-values.html [ Failure ]
     1443crbug.com/174268 webgl/conformance/uniforms/uniform-location.html [ Failure ]
     1444crbug.com/174268 webgl/conformance/uniforms/uniform-samplers-test.html [ Failure ]
     1445crbug.com/174268 webgl/conformance/rendering/point-size.html [ Failure ]
     1446crbug.com/174268 webgl/conformance/rendering/multisample-corruption.html [ Skip ]
     1447crbug.com/174268 webgl/conformance/reading/read-pixels-test.html [ Skip ]
     1448crbug.com/174268 webgl/conformance/state/gl-object-get-calls.html [ Failure ]
     1449crbug.com/174268 webgl/conformance/renderbuffers/framebuffer-object-attachment.html [ Failure ]
    14381450crbug.com/174268 webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html [ Skip ]
     1451crbug.com/174268 webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html [ Failure ]
     1452crbug.com/174268 webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Failure ]
     1453crbug.com/174268 webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html [ Failure ]
     1454crbug.com/174268 webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html [ Failure ]
     1455crbug.com/174268 webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html [ Failure ]
     1456crbug.com/174268 webgl/conformance/glsl/misc/shaders-with-varyings.html [ Failure ]
     1457crbug.com/174268 webgl/conformance/glsl/variables/gl-pointcoord.html [ Failure ]
     1458crbug.com/174268 webgl/conformance/ogles/GL/acos/acos_001_to_006.html [ Timeout ]
     1459crbug.com/174268 webgl/conformance/ogles/GL/asin/asin_001_to_006.html [ Timeout ]
     1460crbug.com/174268 webgl/conformance/ogles/GL/atan/atan_001_to_008.html [ Timeout ]
     1461crbug.com/174268 webgl/conformance/ogles/GL/log/log_001_to_008.html [ Timeout ]
     1462crbug.com/174268 webgl/conformance/ogles/GL/log2/log2_001_to_008.html [ Timeout ]
     1463crbug.com/174268 webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html [ Pass Failure ]
     1464crbug.com/174268 webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html [ Pass Failure ]
     1465
     1466crbug.com/174466 webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Failure Timeout Crash ]
     1467crbug.com/174466 webgl/conformance/glsl/misc/shader-with-non-reserved-words.html [ Failure Timeout ]
     1468crbug.com/174466 webgl/conformance/glsl/literals/float_literal.vert.html [ Failure ]
     1469crbug.com/174466 webgl/conformance/more/functions/bufferDataBadArgs.html [ Failure ]
     1470crbug.com/174466 webgl/conformance/more/functions/readPixelsBadArgs.html [ Failure ]
     1471crbug.com/174466 webgl/conformance/more/functions/texImage2DHTML.html [ Failure ]
     1472crbug.com/174466 webgl/conformance/more/functions/texSubImage2DHTML.html [ Failure ]
     1473crbug.com/174466 webgl/conformance/canvas/buffer-offscreen-test.html [ Failure ]
     1474crbug.com/174466 webgl/conformance/canvas/buffer-preserve-test.html [ Failure ]
     1475crbug.com/174466 webgl/conformance/canvas/to-data-url-test.html [ Crash ]
     1476crbug.com/174466 webgl/conformance/context/context-attribute-preserve-drawing-buffer.html [ Failure ]
     1477crbug.com/174466 webgl/conformance/context/context-creation-and-destruction.html [ Skip ]
    14391478
    14401479# -----------------------------------------------------------------
  • trunk/LayoutTests/platform/mac/TestExpectations

    r142051 r142058  
    970970fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
    971971
     972# https://bugs.webkit.org/show_bug.cgi?id=109081
     973webgl/conformance/canvas/drawingbuffer-test.html [ Skip ]
     974webgl/conformance/canvas/to-data-url-test.html [ Failure ]
     975webgl/conformance/context/context-attribute-preserve-drawing-buffer.html [ Pass Failure ]
     976webgl/conformance/context/context-creation-and-destruction.html [ Skip ]
     977webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html [ Failure ]
     978webgl/conformance/glsl/literals/float_literal.vert.html [ Failure ]
     979webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Failure ]
     980webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Failure ]
     981webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html [ Failure ]
     982webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html [ Failure ]
     983webgl/conformance/glsl/variables/gl-pointcoord.html [ Failure ]
     984webgl/conformance/glsl/misc/shaders-with-varyings.html [ Failure ]
     985webgl/conformance/more/conformance/quickCheckAPI-A.html [ Skip ]
     986webgl/conformance/more/conformance/quickCheckAPI-B1.html [ Skip ]
     987webgl/conformance/more/conformance/quickCheckAPI-B2.html [ Skip ]
     988webgl/conformance/more/conformance/quickCheckAPI-B3.html [ Skip ]
     989webgl/conformance/more/conformance/quickCheckAPI-B4.html [ Skip ]
     990webgl/conformance/more/conformance/quickCheckAPI-C.html [ Skip ]
     991webgl/conformance/more/conformance/quickCheckAPI-D_G.html [ Skip ]
     992webgl/conformance/more/conformance/quickCheckAPI-G_I.html [ Skip ]
     993webgl/conformance/more/conformance/quickCheckAPI-L_S.html [ Skip ]
     994webgl/conformance/more/conformance/quickCheckAPI-S_V.html [ Skip ]
     995webgl/conformance/more/functions/bufferDataBadArgs.html [ Skip ]
     996webgl/conformance/more/functions/copyTexImage2D.html [ Skip ]
     997webgl/conformance/more/functions/copyTexImage2DBadArgs.html [ Skip ]
     998webgl/conformance/more/functions/copyTexSubImage2D.html [ Skip ]
     999webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html [ Skip ]
     1000webgl/conformance/more/functions/deleteBufferBadArgs.html [ Skip ]
     1001webgl/conformance/more/functions/drawArrays.html [ Skip ]
     1002webgl/conformance/more/functions/drawArraysOutOfBounds.html [ Skip ]
     1003webgl/conformance/more/functions/drawElements.html [ Skip ]
     1004webgl/conformance/more/functions/drawElementsBadArgs.html [ Skip ]
     1005webgl/conformance/more/functions/readPixelsBadArgs.html [ Skip ]
     1006webgl/conformance/more/functions/texImage2DBadArgs.html [ Skip ]
     1007webgl/conformance/more/functions/texImage2DHTML.html [ Skip ]
     1008webgl/conformance/more/functions/texSubImage2DBadArgs.html [ Skip ]
     1009webgl/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
     1010webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html [ Failure ]
     1011webgl/conformance/programs/program-test.html [ Failure ]
     1012webgl/conformance/renderbuffers/framebuffer-object-attachment.html [ Failure ]
     1013webgl/conformance/rendering/gl-scissor-test.html [ Failure ]
     1014webgl/conformance/rendering/more-than-65536-indices.html [ Failure ]
     1015webgl/conformance/rendering/multisample-corruption.html [ Skip ]
     1016webgl/conformance/rendering/point-size.html [ Failure ]
     1017webgl/conformance/textures/gl-pixelstorei.html [ Failure ]
     1018webgl/conformance/textures/origin-clean-conformance.html [ Failure ]
     1019webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Failure ]
     1020webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Failure ]
     1021webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Failure ]
     1022webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Failure ]
     1023webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Failure ]
     1024webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html [ Failure ]
     1025webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html [ Failure ]
     1026webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html [ Failure ]
     1027webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Failure ]
     1028webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Failure ]
     1029webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Failure ]
     1030webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html [ Failure ]
     1031webgl/conformance/textures/texture-active-bind-2.html [ Failure ]
     1032webgl/conformance/textures/texture-active-bind.html [ Failure ]
     1033webgl/conformance/textures/texture-npot-video.html [ Failure ]
     1034webgl/conformance/textures/texture-size-limit.html [ Failure ]
     1035webgl/conformance/textures/texture-size.html [ Failure ]
     1036webgl/conformance/uniforms/uniform-samplers-test.html [ Failure ]
     1037
    9721038# Sending the mouse down event to the scrollbar starts a nested run loop which causes a hang.
    9731039fast/events/mousedown-in-subframe-scrollbar.html
  • trunk/LayoutTests/platform/win/TestExpectations

    r141981 r142058  
    15271527inspector/profiler/webgl
    15281528fast/images/webgl-teximage2d.html
    1529 webgl/conformance/buffers/buffer-bind-test.html
    1530 webgl/conformance/buffers/buffer-data-array-buffer.html
    1531 webgl/conformance/buffers/element-array-buffer-delete-recreate.html
    1532 webgl/conformance/buffers/index-validation-copies-indices.html
    1533 webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html
    1534 webgl/conformance/buffers/index-validation-large-buffer.html
    1535 webgl/conformance/buffers/index-validation-verifies-too-many-indices.html
    1536 webgl/conformance/buffers/index-validation-with-resized-buffer.html
    1537 webgl/conformance/buffers/index-validation.html
    1538 webgl/conformance/misc/bad-arguments-test.html
    1539 webgl/conformance/misc/boolean-argument-conversion.html
    1540 webgl/conformance/misc/delayed-drawing.html
    1541 webgl/conformance/misc/error-reporting.html
    1542 webgl/conformance/misc/functions-returning-strings.html
    1543 webgl/conformance/misc/instanceof-test.html
    1544 webgl/conformance/misc/invalid-passed-params.html
    1545 webgl/conformance/misc/is-object.html
    1546 webgl/conformance/misc/null-object-behaviour.html
    1547 webgl/conformance/misc/object-deletion-behaviour.html
    1548 webgl/conformance/misc/shader-precision-format.html
    1549 webgl/conformance/misc/type-conversion-test.html
    1550 webgl/conformance/misc/uninitialized-test.html
    1551 webgl/conformance/misc/webgl-specific.html
    1552 
     1529webgl
    15531530
    15541531# Tests that require ENABLE(DOWNLOAD_ATTRIBUTE).
Note: See TracChangeset for help on using the changeset viewer.