[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

rolandsteiner at chromium.org rolandsteiner at chromium.org
Wed Dec 22 12:27:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ed3fee8e5d4a279cf24baadb86ac7301e41c789e
Author: rolandsteiner at chromium.org <rolandsteiner at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 07:06:18 2010 +0000

    2010-08-23  Roland Steiner  <rolandsteiner at chromium.org>
    
            Reviewed by Tamura Kent.
    
            Disable failing test
            https://bugs.webkit.org/show_bug.cgi?id=44492
    
            * tests/WebFrameTest.cpp:
            (WebKit::TEST_F):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65867 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 67b6a9d..f080aa6 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-23  Roland Steiner  <rolandsteiner at chromium.org>
+
+        Reviewed by Tamura Kent.
+
+        Disable failing test
+        https://bugs.webkit.org/show_bug.cgi?id=44492
+
+        * tests/WebFrameTest.cpp:
+        (WebKit::TEST_F):
+
 2010-08-23  Jay Civelli  <jcivelli at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/tests/WebFrameTest.cpp b/WebKit/chromium/tests/WebFrameTest.cpp
index cf91cb4..8c2f433 100644
--- a/WebKit/chromium/tests/WebFrameTest.cpp
+++ b/WebKit/chromium/tests/WebFrameTest.cpp
@@ -69,7 +69,7 @@ public:
 class TestWebFrameClient : public WebFrameClient {
 };
 
-TEST_F(WebFrameTest, ContentText)
+TEST_F(DISABLED_WebFrameTest, ContentText)
 {
     // Register our resources.
     WebURLResponse response;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list