Changeset 68833 in webkit


Ignore:
Timestamp:
Sep 30, 2010 2:48:18 PM (14 years ago)
Author:
zmo@google.com
Message:

2010-09-30 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=46870

  • platform/graphics/ANGLEWebKitBridge.cpp: (WebCore::ANGLEWebKitBridge::~ANGLEWebKitBridge): Remove ShFinalize().

2010-09-30 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=46870

  • platform/mac-snowleopard/Skipped: Re-enable the test.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r68830 r68833  
     12010-09-30  Zhenyao Mo  <zmo@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
     6        https://bugs.webkit.org/show_bug.cgi?id=46870
     7
     8        * platform/mac-snowleopard/Skipped: Re-enable the test.
     9
    1102010-09-30  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/LayoutTests/platform/mac-snowleopard/Skipped

    r68745 r68833  
    138138canvas/philip/tests/2d.gradient.interpolate.overlap.html
    139139canvas/philip/tests/2d.gradient.interpolate.overlap2.html
    140 
    141 # Crashing due to interaction with earlier tests
    142 # https://bugs.webkit.org/show_bug.cgi?id=46870
    143 fast/canvas/webgl/draw-elements-out-of-bounds.html
  • trunk/WebCore/ChangeLog

    r68830 r68833  
     12010-09-30  Zhenyao Mo  <zmo@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
     6        https://bugs.webkit.org/show_bug.cgi?id=46870
     7
     8        * platform/graphics/ANGLEWebKitBridge.cpp:
     9        (WebCore::ANGLEWebKitBridge::~ANGLEWebKitBridge): Remove ShFinalize().
     10
    1112010-09-30  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/WebCore/platform/graphics/ANGLEWebKitBridge.cpp

    r65448 r68833  
    4545        ShDestruct(m_vertexCompiler);
    4646    }
    47    
    48     ShFinalize();
    4947}
    5048
Note: See TracChangeset for help on using the changeset viewer.