[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

kenneth at webkit.org kenneth at webkit.org
Thu Oct 29 20:37:36 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e365adab570f32f80c69cd057a163626ee19d5c3
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 1 18:14:24 2009 +0000

    Rubberstamped by Simon Hausmann.
    
    WebKitTools:
    
    Patch by Kenneth Rohde Christiansen <kenneth at webkit.org> on 2009-10-01
    Enable HTTP tests for Qt
    
    * Scripts/run-webkit-tests:
    
    LayoutTests:
    
    Patch by Kenneth Rohde Christiansen <kenneth at webkit.org> on 2009-10-01
    Enable HTTP tests for Qt, and skip the subdirs we don't pass yet.
    
    * platform/qt/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48985 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 108e592..eeb3531 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-01  Kenneth Rohde Christiansen  <kenneth at webkit.org>
+
+        Rubberstamped by Simon Hausmann.
+
+        Enable HTTP tests for Qt, and skip the subdirs we don't pass yet.
+
+        * platform/qt/Skipped:
+
 2009-10-01  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Dave Hyatt.
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 8038172..aa63382 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -1,7 +1,7 @@
-# ================================================================================================== #
-#      Failing tests introduced by changing the default font sizes to conform other platforms.
-#      Probably caused by previously hidden bugs.
-# ================================================================================================== #
+# =========================================================================== #
+#      Failing tests introduced by changing the default font sizes to         #
+#      conform other platforms. Probably caused by previously hidden bugs.    #
+# =========================================================================== #
 editing/pasteboard/5761530-1.html
 editing/pasteboard/5780697-2.html
 fast/css/getComputedStyle/computed-style-without-renderer.html
@@ -11,6 +11,58 @@ fast/html/text-field-input-types.html
 svg/batik/filters/feTile.svg
 svg/custom/getscreenctm-in-mixed-content2.xhtml
 
+# =========================================================================== #
+#       HTTP tests.                                                           #
+# =========================================================================== #
+
+# Disabled HTTP subdirs for now, needs investigation.
+http/tests/appcache
+http/tests/webarchive
+http/tests/globalhistory
+http/tests/history
+http/tests/incremental
+http/tests/loading
+http/tests/local
+http/tests/media
+http/tests/misc
+http/tests/navigation
+http/tests/plugins
+http/tests/security
+http/tests/ssl
+http/tests/uri
+http/tests/webarchive
+http/tests/wml
+http/tests/xmlhttprequest
+
+# Flanky test
+http/tests/cookies/simple-cookies-max-age.html
+
+# This port doesn't support isolated worlds yet.
+http/tests/security/isolatedWorld/all-window-properties.html
+http/tests/security/isolatedWorld/all-window-prototypes.html
+http/tests/security/isolatedWorld/body-properties.html
+http/tests/security/isolatedWorld/body-prototype.html
+http/tests/security/isolatedWorld/click-event.html
+http/tests/security/isolatedWorld/document-open.html
+http/tests/security/isolatedWorld/document-properties.html
+http/tests/security/isolatedWorld/document-prototype.html
+http/tests/security/isolatedWorld/global-variables.html
+http/tests/security/isolatedWorld/image-properties.html
+http/tests/security/isolatedWorld/image-prototype.html
+http/tests/security/isolatedWorld/location-properties.html
+http/tests/security/isolatedWorld/location-prototype.html
+http/tests/security/isolatedWorld/window-setTimeout-function.html
+http/tests/security/isolatedWorld/window-setTimeout-string.html
+http/tests/security/isolatedWorld/storage-properties.html
+http/tests/security/isolatedWorld/storage-prototype.html
+http/tests/security/isolatedWorld/number-prototype.html
+http/tests/security/isolatedWorld/object-prototype.html
+http/tests/security/isolatedWorld/string-prototype.html
+http/tests/security/isolatedWorld/window-properties.html
+
+# Missing DRT ability return a null request for willSendRequest redirect calls
+http/tests/misc/will-send-request-returns-null-on-redirect.html
+
 # Failing test
 fast/canvas/quadraticCurveTo.xml
 
@@ -21,7 +73,6 @@ accessibility
 media
 webarchive
 svg/webarchive
-http/tests/webarchive
 
 editing/selection/4975120.html
 editing/selection/5109817.html
@@ -4767,32 +4818,6 @@ svg/dom/SVGScriptElement/script-load-and-error-events.svg
 transforms/2d/transform-2d.html
 editing/selection/extend-selection-after-double-click.html
 
-# This port doesn't support isolated worlds yet.
-http/tests/security/isolatedWorld/all-window-properties.html
-http/tests/security/isolatedWorld/all-window-prototypes.html
-http/tests/security/isolatedWorld/body-properties.html
-http/tests/security/isolatedWorld/body-prototype.html
-http/tests/security/isolatedWorld/click-event.html
-http/tests/security/isolatedWorld/document-open.html
-http/tests/security/isolatedWorld/document-properties.html
-http/tests/security/isolatedWorld/document-prototype.html
-http/tests/security/isolatedWorld/global-variables.html
-http/tests/security/isolatedWorld/image-properties.html
-http/tests/security/isolatedWorld/image-prototype.html
-http/tests/security/isolatedWorld/location-properties.html
-http/tests/security/isolatedWorld/location-prototype.html
-http/tests/security/isolatedWorld/window-setTimeout-function.html
-http/tests/security/isolatedWorld/window-setTimeout-string.html
-http/tests/security/isolatedWorld/storage-properties.html
-http/tests/security/isolatedWorld/storage-prototype.html
-http/tests/security/isolatedWorld/number-prototype.html
-http/tests/security/isolatedWorld/object-prototype.html
-http/tests/security/isolatedWorld/string-prototype.html
-http/tests/security/isolatedWorld/window-properties.html
-
-# Missing DRT ability return a null request for willSendRequest redirect calls
-http/tests/misc/will-send-request-returns-null-on-redirect.html
-
 # Audio related tests are failing on buildbot
 # See: https://bugs.webkit.org/show_bug.cgi?id=27910
 fast/dom/constructed-objects-prototypes.html
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ca15ebc..8f4c8ff 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-01  Kenneth Rohde Christiansen  <kenneth at webkit.org>
+
+        Rubberstamped by Simon Hausmann.
+
+        Enable HTTP tests for Qt
+
+        * Scripts/run-webkit-tests:
+
 2009-10-01  Yaar Schnitman  <yaar at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKitTools/Scripts/run-webkit-tests b/WebKitTools/Scripts/run-webkit-tests
index 2fc4ace..0adea73 100755
--- a/WebKitTools/Scripts/run-webkit-tests
+++ b/WebKitTools/Scripts/run-webkit-tests
@@ -149,8 +149,8 @@ my $verbose = 0;
 
 my @leaksFilenames;
 
-# Default to --no-http for Qt, and wx for now.
-$testHTTP = 0 if (isQt() || isWx());
+# Default to --no-http for wx for now.
+$testHTTP = 0 if (isWx());
 
 my $expectedTag = "expected";
 my $actualTag = "actual";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list