Title: [140449] trunk/Source/WebKit/chromium
Revision
140449
Author
hc...@chromium.org
Date
2013-01-22 12:12:29 -0800 (Tue, 22 Jan 2013)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (140448 => 140449)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-22 20:07:35 UTC (rev 140448)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-22 20:12:29 UTC (rev 140449)
@@ -1,3 +1,13 @@
+2013-01-22  Alpha Lam  <hc...@chromium.org>
+
+        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):
+
 2013-01-22  Eric Seidel  <e...@webkit.org>
 
         Turn on ENABLE_THREADED_HTML_PARSER for Chromium (it's still disabled at runtime)

Modified: trunk/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp (140448 => 140449)


--- trunk/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp	2013-01-22 20:07:35 UTC (rev 140448)
+++ trunk/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp	2013-01-22 20:12:29 UTC (rev 140449)
@@ -173,7 +173,7 @@
 class InjectIDBKeyTest : public IDBKeyFromValueAndKeyPathTest {
 };
 
-TEST_F(InjectIDBKeyTest, TopLevelPropertyStringValue)
+TEST_F(InjectIDBKeyTest, DISABLED_TopLevelPropertyStringValue)
 {
     v8::HandleScope handleScope;
     v8::Context::Scope scope(context());
@@ -188,7 +188,7 @@
     checkInjectionFails(IDBKey::createString("key"), foozoo, "foo.bar");
 }
 
-TEST_F(InjectIDBKeyTest, SubProperty)
+TEST_F(InjectIDBKeyTest, DISABLED_SubProperty)
 {
     v8::HandleScope handleScope;
     v8::Context::Scope scope(context());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to