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

crogers at google.com crogers at google.com
Wed Dec 22 16:26:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bacfad220e9b997fb727d992fe618455574b6869
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 23 22:43:30 2010 +0000

    2010-11-23  Chris Rogers  <crogers at google.com>
    
            Unreviewed.
    
            Disable new XMLHttpRequest layout tests for Qt and gtk since they require ArrayBuffer support
            https://bugs.webkit.org/show_bug.cgi?id=49992
    
            * platform/gtk/Skipped:
            * platform/qt/Skipped:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72629 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 460802e..ea78000 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-23  Chris Rogers  <crogers at google.com>
+
+        Unreviewed.
+
+        Disable new XMLHttpRequest layout tests for Qt and gtk since they require ArrayBuffer support
+        https://bugs.webkit.org/show_bug.cgi?id=49992
+
+        * platform/gtk/Skipped:
+        * platform/qt/Skipped:
+
 2010-11-23  Chris Guillory  <chris.guillory at google.com>
 
         Reviewed by Dimitri Glazkov.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 1691fc9..7363143 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -1105,6 +1105,12 @@ fast/text/international/thai-offsetForPosition-inside-character.html
 fast/backgrounds/background-clip-text.html
 fast/overflow/scrollbar-restored.html
 
+# These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled.
+fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-document.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-text.html
+
 # https://bugs.webkit.org/show_bug.cgi?id=30508
 # All these tests fail because WebKit does not work correctly with
 # very recent versions of libxml2, which the debug bots use
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 31d0577..a5c47f7 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -279,6 +279,12 @@ http/tests/xmlhttprequest/failed-auth.html
 # https://bugs.webkit.org/show_bug.cgi?id=35086
 fast/xmlhttprequest/xmlhttprequest-no-file-access.html
 
+# These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled.
+fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-document.html
+fast/xmlhttprequest/xmlhttprequest-responsetype-text.html
+
 # Missing DRT ability to set accept cookie policy
 http/tests/xmlhttprequest/cross-origin-cookie-storage.html
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list