Title: [129048] trunk/Source/WebKit/chromium
Revision
129048
Author
[email protected]
Date
2012-09-19 15:01:09 -0700 (Wed, 19 Sep 2012)

Log Message

Disable some failing IDB tests
https://bugs.webkit.org/show_bug.cgi?id=97135

Reviewed by Nate Chapin.

They were broken in r129037.

* tests/IDBDatabaseBackendTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (129047 => 129048)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-09-19 21:51:57 UTC (rev 129047)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-09-19 22:01:09 UTC (rev 129048)
@@ -1,3 +1,14 @@
+2012-09-19  David Grogan  <[email protected]>
+
+        Disable some failing IDB tests
+        https://bugs.webkit.org/show_bug.cgi?id=97135
+
+        Reviewed by Nate Chapin.
+
+        They were broken in r129037.
+
+        * tests/IDBDatabaseBackendTest.cpp:
+
 2012-09-19  Alpha Lam  <[email protected]>
 
         [chromium] Unreviewed. Build fix.

Modified: trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp (129047 => 129048)


--- trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp	2012-09-19 21:51:57 UTC (rev 129047)
+++ trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp	2012-09-19 22:01:09 UTC (rev 129048)
@@ -113,7 +113,7 @@
     FakeIDBDatabaseCallbacks() { }
 };
 
-TEST(IDBDatabaseBackendTest, ConnectionLifecycle)
+TEST(IDBDatabaseBackendTest, DISABLED_ConnectionLifecycle)
 {
     RefPtr<IDBFakeBackingStore> backingStore = adoptRef(new IDBFakeBackingStore());
     EXPECT_TRUE(backingStore->hasOneRef());
@@ -172,7 +172,7 @@
     WebIDBDatabaseImpl& m_webDatabase;
 };
 
-TEST(IDBDatabaseBackendTest, ForcedClose)
+TEST(IDBDatabaseBackendTest, DISABLED_ForcedClose)
 {
     RefPtr<IDBFakeBackingStore> backingStore = adoptRef(new IDBFakeBackingStore());
     EXPECT_TRUE(backingStore->hasOneRef());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to