Changeset 137103 in webkit


Ignore:
Timestamp:
Dec 9, 2012 7:02:25 PM (11 years ago)
Author:
noel.gordon@gmail.com
Message:

[chromium] webkit_unit_tests tests are failing on win
https://bugs.webkit.org/show_bug.cgi?id=104502

Unreviewed test fix: disable applyScrollToScrollableArea test.

  • tests/GraphicsLayerChromiumTest.cpp:

(WebKit::TEST_F):

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r137092 r137103  
     12012-12-09  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        [chromium] webkit_unit_tests tests are failing on win
     4        https://bugs.webkit.org/show_bug.cgi?id=104502
     5
     6        Unreviewed test fix: disable applyScrollToScrollableArea test.
     7
     8        * tests/GraphicsLayerChromiumTest.cpp:
     9        (WebKit::TEST_F):
     10
    1112012-12-09  Stephen White  <senorblanco@chromium.org>
    212
  • trunk/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp

    r137092 r137103  
    141141};
    142142
    143 TEST_F(GraphicsLayerChromiumTest, applyScrollToScrollableArea)
     143TEST_F(GraphicsLayerChromiumTest, DISABLED_applyScrollToScrollableArea)
    144144{
    145145    FakeScrollableArea scrollableArea;
Note: See TracChangeset for help on using the changeset viewer.