Changeset 140449 in webkit


Ignore:
Timestamp:
Jan 22, 2013, 12:12:29 PM (12 years ago)
Author:
hclam@chromium.org
Message:

REGRESSION(r140392): InjectIDBKeyTest.TopLevelPropertyStringValue is crashing
https://bugs.webkit.org/show_bug.cgi?id=107578

Unreviewed build fix. Disabled 2 tests that are crashing after r140392.

  • tests/IDBBindingUtilitiesTest.cpp:

(WebKit::TEST_F):

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

Legend:

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

    r140402 r140449  
     12013-01-22  Alpha Lam  <hclam@chromium.org>
     2
     3        REGRESSION(r140392): InjectIDBKeyTest.TopLevelPropertyStringValue is crashing
     4        https://bugs.webkit.org/show_bug.cgi?id=107578
     5
     6        Unreviewed build fix. Disabled 2 tests that are crashing after r140392.
     7
     8        * tests/IDBBindingUtilitiesTest.cpp:
     9        (WebKit::TEST_F):
     10
    1112013-01-22  Eric Seidel  <eric@webkit.org>
    212
  • trunk/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp

    r134989 r140449  
    174174};
    175175
    176 TEST_F(InjectIDBKeyTest, TopLevelPropertyStringValue)
     176TEST_F(InjectIDBKeyTest, DISABLED_TopLevelPropertyStringValue)
    177177{
    178178    v8::HandleScope handleScope;
     
    189189}
    190190
    191 TEST_F(InjectIDBKeyTest, SubProperty)
     191TEST_F(InjectIDBKeyTest, DISABLED_SubProperty)
    192192{
    193193    v8::HandleScope handleScope;
Note: See TracChangeset for help on using the changeset viewer.