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

tony at chromium.org tony at chromium.org
Wed Dec 22 13:40:22 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 762853f4012c0390fbdd4019ff19c48e7eb94533
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 23 00:45:20 2010 +0000

    2010-09-22  Tony Chang  <tony at chromium.org>
    
            Reviewed by David Levin.
    
            [chromium] add baselines for xmlhttprequest tests for chromium
            https://bugs.webkit.org/show_bug.cgi?id=46281
    
            * platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt: Allow no content-length for non-get/post requests
            * platform/chromium/http/tests/xmlhttprequest/methods-expected.txt: Allow no content-length for non-get/post requests
            * platform/chromium/test_expectations.txt: Enable 3 tests on linux + mac
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68104 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ef9ad59..251031c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-22  Tony Chang  <tony at chromium.org>
+
+        Reviewed by David Levin.
+
+        [chromium] add baselines for xmlhttprequest tests for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=46281
+
+        * platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt: Allow no content-length for non-get/post requests
+        * platform/chromium/http/tests/xmlhttprequest/methods-expected.txt: Allow no content-length for non-get/post requests
+        * platform/chromium/test_expectations.txt: Enable 3 tests on linux + mac
+
 2010-09-22  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt b/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt
new file mode 100644
index 0000000..2d2e6a7
--- /dev/null
+++ b/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt
@@ -0,0 +1,23 @@
+Tests for bug 3812 - GET and POST should not be the only HTTP methods implemented in XMLHttpRequest.
+
+GET(""): GET(null bytes), Content-Type: null
+GET(null): GET(null bytes), Content-Type: null
+GET("123"): GET(null bytes), Content-Type: null
+POST(""): POST(0 bytes), Content-Type: application/xml
+POST(null): POST(0 bytes), Content-Type: null
+POST("123"): POST(3 bytes), Content-Type: application/xml
+PUT(""): PUT(0 bytes), Content-Type: application/xml
+PUT(null): PUT(0 bytes), Content-Type: null
+PUT("123"): PUT(3 bytes), Content-Type: application/xml
+DELETE(""): DELETE(0 bytes), Content-Type: application/xml
+DELETE(null): DELETE(null bytes), Content-Type: null
+DELETE("123"): DELETE(3 bytes), Content-Type: application/xml
+HEAD(""): HEAD(0 bytes), Content-Type: null
+HEAD(null): HEAD(0 bytes), Content-Type: null
+HEAD("123"): HEAD(0 bytes), Content-Type: null
+WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: application/xml
+WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null
+WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: application/xml
+SEARCH(""): SEARCH(0 bytes), Content-Type: application/xml
+SEARCH(null): SEARCH(null bytes), Content-Type: null
+SEARCH("123"): SEARCH(3 bytes), Content-Type: application/xml
diff --git a/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-expected.txt b/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-expected.txt
new file mode 100644
index 0000000..2d2e6a7
--- /dev/null
+++ b/LayoutTests/platform/chromium/http/tests/xmlhttprequest/methods-expected.txt
@@ -0,0 +1,23 @@
+Tests for bug 3812 - GET and POST should not be the only HTTP methods implemented in XMLHttpRequest.
+
+GET(""): GET(null bytes), Content-Type: null
+GET(null): GET(null bytes), Content-Type: null
+GET("123"): GET(null bytes), Content-Type: null
+POST(""): POST(0 bytes), Content-Type: application/xml
+POST(null): POST(0 bytes), Content-Type: null
+POST("123"): POST(3 bytes), Content-Type: application/xml
+PUT(""): PUT(0 bytes), Content-Type: application/xml
+PUT(null): PUT(0 bytes), Content-Type: null
+PUT("123"): PUT(3 bytes), Content-Type: application/xml
+DELETE(""): DELETE(0 bytes), Content-Type: application/xml
+DELETE(null): DELETE(null bytes), Content-Type: null
+DELETE("123"): DELETE(3 bytes), Content-Type: application/xml
+HEAD(""): HEAD(0 bytes), Content-Type: null
+HEAD(null): HEAD(0 bytes), Content-Type: null
+HEAD("123"): HEAD(0 bytes), Content-Type: null
+WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: application/xml
+WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null
+WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: application/xml
+SEARCH(""): SEARCH(0 bytes), Content-Type: application/xml
+SEARCH(null): SEARCH(null bytes), Content-Type: null
+SEARCH("123"): SEARCH(3 bytes), Content-Type: application/xml
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index b5c586b..df0e67d 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -538,14 +538,12 @@ BUG20404 : editing/execCommand/copy-without-selection.html = FAIL
 // (Note that lighttpd is only used on Windows at this point.)
 
 // LightTPD doesn't accept unknown HTTP methods
-BUG30536 SKIP : http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
-BUG30536 LINUX MAC : http/tests/xmlhttprequest/methods-async.html = TEXT
-BUG30536 WIN       : http/tests/xmlhttprequest/methods-async.html = TIMEOUT
+BUG30536 WIN SKIP : http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
+BUG30536 WIN : http/tests/xmlhttprequest/methods-async.html = TIMEOUT
 BUG30536 WIN SLOW : http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
 // even when a request didn't send the header.
 BUG30536 WIN SLOW : http/tests/xmlhttprequest/methods.html = FAIL
-BUG30536 MAC LINUX : http/tests/xmlhttprequest/methods.html = FAIL
 // Webkit 50667:50696 (Lighttpd related?)
 BUG30536 WIN : http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html = TEXT
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list