Changeset 140076 in webkit


Ignore:
Timestamp:
Jan 17, 2013 5:35:24 PM (11 years ago)
Author:
hclam@chromium.org
Message:

[chromium] Disable a unit test
https://bugs.webkit.org/show_bug.cgi?id=107206

Unreviewed. Disable a failing test due to 140025.

  • tests/WebFrameTest.cpp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r140039 r140076  
     12013-01-17  Alpha Lam  <hclam@chromium.org>
     2
     3        [chromium] Disable a unit test
     4        https://bugs.webkit.org/show_bug.cgi?id=107206
     5
     6        Unreviewed. Disable a failing test due to 140025.
     7
     8        * tests/WebFrameTest.cpp:
     9
    1102013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp

    r140035 r140076  
    254254}
    255255
    256 TEST_F(WebFrameTest, FixedLayoutInitializeAtMinimumPageScale)
     256// Test is disabled because it started failing after r140025.
     257// See bug for details: webkit.org/b/107206.
     258TEST_F(WebFrameTest, DISABLED_FixedLayoutInitializeAtMinimumPageScale)
    257259{
    258260    registerMockedHttpURLLoad("fixed_layout.html");
Note: See TracChangeset for help on using the changeset viewer.