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

dimich at chromium.org dimich at chromium.org
Wed Dec 22 15:24:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9d2edfabc6a8b2b0afe9cef9057b26c7859e2f7a
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 2 21:13:33 2010 +0000

    [Chromium] Unreviewed update of test expectations.
    Move the expected file higher up so it's used for all chromium flavors.
    
    * platform/chromium/security/block-test-no-port-expected.txt: Renamed from LayoutTests/platform/chromium-mac/security/block-test-no-port-expected.txt.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71167 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4d1b516..cf4f8e1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-02  Dmitry Titov  <dimich at chromium.org>
+
+        [Chromium] Unreviewed update of test expectations.
+        Move the expected file higher up so it's used for all chromium flavors.
+
+        * platform/chromium/security/block-test-no-port-expected.txt: Renamed from LayoutTests/platform/chromium-mac/security/block-test-no-port-expected.txt.
+
 2010-11-02  Jenn Braithwaite  <jennb at chromium.org>
 
         Reviewed by Andreas Kling.
diff --git a/LayoutTests/platform/chromium-mac/security/block-test-no-port-expected.txt b/LayoutTests/platform/chromium-mac/security/block-test-no-port-expected.txt
deleted file mode 100644
index 3cf7098..0000000
--- a/LayoutTests/platform/chromium-mac/security/block-test-no-port-expected.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test-no-port.html, http method GET> redirectResponse (null)
-<unknown> - didFinishLoading
-http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -xxx, failing URL "http://255.255.255.255/test.jpg">
-This test attempts to change the src of an IMG tag to a blocked IP with no port to confirm that WebKit returns the correct error for it - blocked instead of cannot find. Due to the nature of this test, the results can only be processed automatically via DumpRenderTree. In addition, on some systems the results may depend on the behavior of the proxy.
diff --git a/LayoutTests/platform/chromium/security/block-test-no-port-expected.txt b/LayoutTests/platform/chromium/security/block-test-no-port-expected.txt
new file mode 100644
index 0000000..c1bb878
--- /dev/null
+++ b/LayoutTests/platform/chromium/security/block-test-no-port-expected.txt
@@ -0,0 +1,4 @@
+http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test-no-port.html, http method GET> redirectResponse (null)
+<unknown> - didFinishLoading
+http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -138, failing URL "http://255.255.255.255/test.jpg">
+This test attempts to change the src of an IMG tag to a blocked IP with no port to confirm that WebKit returns the correct error for it - blocked instead of cannot find. Due to the nature of this test, the results can only be processed automatically via DumpRenderTree. In addition, on some systems the results may depend on the behavior of the proxy.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list