Changeset 140449 in webkit
- Timestamp:
- Jan 22, 2013, 12:12:29 PM (12 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r140402 r140449 1 2013-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 1 11 2013-01-22 Eric Seidel <eric@webkit.org> 2 12 -
trunk/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
r134989 r140449 174 174 }; 175 175 176 TEST_F(InjectIDBKeyTest, TopLevelPropertyStringValue)176 TEST_F(InjectIDBKeyTest, DISABLED_TopLevelPropertyStringValue) 177 177 { 178 178 v8::HandleScope handleScope; … … 189 189 } 190 190 191 TEST_F(InjectIDBKeyTest, SubProperty)191 TEST_F(InjectIDBKeyTest, DISABLED_SubProperty) 192 192 { 193 193 v8::HandleScope handleScope;
Note:
See TracChangeset
for help on using the changeset viewer.