Title: [261826] trunk/LayoutTests
Revision
261826
Author
lmo...@igalia.com
Date
2020-05-18 12:11:54 -0700 (Mon, 18 May 2020)

Log Message

[GTK][WPE] Rebaseline security/block-test-no-port.html

Since upstream libsoup commit e337a6f794 it uses soup-http-error-quark
GQuark as string for the error domain.

The error code 4 already maps to SOUP_STATUS_CANT_CONNECT which is the
correct counterpart to Mac's NSURLErrorCannotConnectToHost (-1004).

Unreviewed test gardening.

* platform/glib/security/block-test-no-port-expected.txt: Renamed from
  LayoutTests/platform/wpe/security/block-test-no-port-expected.txt.
  and fixed error string.
* platform/gtk/TestExpectations: Removed expected failure.
* platform/gtk/security/block-test-no-port-expected.txt: Removed.
* platform/wpe/TestExpectations: Removed expected failure.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261825 => 261826)


--- trunk/LayoutTests/ChangeLog	2020-05-18 19:05:27 UTC (rev 261825)
+++ trunk/LayoutTests/ChangeLog	2020-05-18 19:11:54 UTC (rev 261826)
@@ -1,3 +1,22 @@
+2020-05-15  Lauro Moura  <lmo...@igalia.com>
+
+        [GTK][WPE] Rebaseline security/block-test-no-port.html
+
+        Since upstream libsoup commit e337a6f794 it uses soup-http-error-quark
+        GQuark as string for the error domain.
+
+        The error code 4 already maps to SOUP_STATUS_CANT_CONNECT which is the
+        correct counterpart to Mac's NSURLErrorCannotConnectToHost (-1004).
+
+        Unreviewed test gardening.
+
+        * platform/glib/security/block-test-no-port-expected.txt: Renamed from
+          LayoutTests/platform/wpe/security/block-test-no-port-expected.txt.
+          and fixed error string.
+        * platform/gtk/TestExpectations: Removed expected failure.
+        * platform/gtk/security/block-test-no-port-expected.txt: Removed.
+        * platform/wpe/TestExpectations: Removed expected failure.
+
 2020-05-18  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Allow clipboard API access when pasting from a menu item or key binding

Copied: trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt (from rev 261825, trunk/LayoutTests/platform/wpe/security/block-test-no-port-expected.txt) (0 => 261826)


--- trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt	2020-05-18 19:11:54 UTC (rev 261826)
@@ -0,0 +1,6 @@
+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)
+block-test-no-port.html - didFinishLoading
+http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain soup-http-error-quark, code 4, 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.
+
+

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (261825 => 261826)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-05-18 19:05:27 UTC (rev 261825)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-05-18 19:11:54 UTC (rev 261826)
@@ -3440,9 +3440,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=95935
 webkit.org/b/95935 http/tests/security/cross-origin-plugin.html [ Failure ]
 
-# https://bugs.webkit.org/show_bug.cgi?id=39160
-webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
-
 # Missing support for the modifierArray argument to EventSendingController::mouseMoveTo().
 Bug(GTK) platform/gtk/fast/events/event-sender-metakey.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (261825 => 261826)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2020-05-18 19:05:27 UTC (rev 261825)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2020-05-18 19:11:54 UTC (rev 261826)
@@ -469,8 +469,6 @@
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker.html [ Failure ]
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/range/sw.https.window.html [ Failure ]
 
-webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
-
 webkit.org/b/153707 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
 
 webkit.org/b/184504 imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-quota.html [ Failure ]

Deleted: trunk/LayoutTests/platform/wpe/security/block-test-no-port-expected.txt (261825 => 261826)


--- trunk/LayoutTests/platform/wpe/security/block-test-no-port-expected.txt	2020-05-18 19:05:27 UTC (rev 261825)
+++ trunk/LayoutTests/platform/wpe/security/block-test-no-port-expected.txt	2020-05-18 19:11:54 UTC (rev 261826)
@@ -1,6 +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)
-block-test-no-port.html - didFinishLoading
-http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain soup_http_error_quark, code 4, 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-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to