Title: [272277] branches/safari-611-branch/LayoutTests
Revision
272277
Author
[email protected]
Date
2021-02-02 17:41:09 -0800 (Tue, 02 Feb 2021)

Log Message

Cherry-pick r271810. rdar://problem/73889904

    REGRESSION (Big Sur): Some tests in http/tests/security/http-0.9 flakily fail
    https://bugs.webkit.org/show_bug.cgi?id=220188
    <rdar://problem/72709565>

    Patch by Alex Christensen <[email protected]> on 2021-01-25
    Reviewed by Alexey Proskuryakov.

    rdar://69534004 caused two tests to become flaky on Big Sur.
    That change was correct, but caused issues with our test infrastructure.
    r271652 successfully made default-port-script-blocked.html no longer flaky, but made default-port-plugin-blocked.html a flaky timeout.
    Now that all plugins are blocked, let's just remove this test, which is no longer needed.

    * http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt: Removed.
    * http/tests/security/http-0.9/default-port-plugin-blocked.html: Removed.
    * http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl: Removed.
    * platform/mac-wk1/TestExpectations:
    * platform/wk2/TestExpectations:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271810 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Removed Paths

Diff

Modified: branches/safari-611-branch/LayoutTests/ChangeLog (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/ChangeLog	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/ChangeLog	2021-02-03 01:41:09 UTC (rev 272277)
@@ -1,5 +1,48 @@
 2021-02-02  Alan Coon  <[email protected]>
 
+        Cherry-pick r271810. rdar://problem/73889904
+
+    REGRESSION (Big Sur): Some tests in http/tests/security/http-0.9 flakily fail
+    https://bugs.webkit.org/show_bug.cgi?id=220188
+    <rdar://problem/72709565>
+    
+    Patch by Alex Christensen <[email protected]> on 2021-01-25
+    Reviewed by Alexey Proskuryakov.
+    
+    rdar://69534004 caused two tests to become flaky on Big Sur.
+    That change was correct, but caused issues with our test infrastructure.
+    r271652 successfully made default-port-script-blocked.html no longer flaky, but made default-port-plugin-blocked.html a flaky timeout.
+    Now that all plugins are blocked, let's just remove this test, which is no longer needed.
+    
+    * http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt: Removed.
+    * http/tests/security/http-0.9/default-port-plugin-blocked.html: Removed.
+    * http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl: Removed.
+    * platform/mac-wk1/TestExpectations:
+    * platform/wk2/TestExpectations:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271810 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-01-25  Alex Christensen  <[email protected]>
+
+            REGRESSION (Big Sur): Some tests in http/tests/security/http-0.9 flakily fail
+            https://bugs.webkit.org/show_bug.cgi?id=220188
+            <rdar://problem/72709565>
+
+            Reviewed by Alexey Proskuryakov.
+
+            rdar://69534004 caused two tests to become flaky on Big Sur.
+            That change was correct, but caused issues with our test infrastructure.
+            r271652 successfully made default-port-script-blocked.html no longer flaky, but made default-port-plugin-blocked.html a flaky timeout.
+            Now that all plugins are blocked, let's just remove this test, which is no longer needed.
+
+            * http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt: Removed.
+            * http/tests/security/http-0.9/default-port-plugin-blocked.html: Removed.
+            * http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl: Removed.
+            * platform/mac-wk1/TestExpectations:
+            * platform/wk2/TestExpectations:
+
+2021-02-02  Alan Coon  <[email protected]>
+
         Cherry-pick r271796. rdar://problem/73847788
 
     AX: @alt and bounds ignored when using img[src] points to an inaccessible SVG

Deleted: branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt	2021-02-03 01:41:09 UTC (rev 272277)
@@ -1,9 +0,0 @@
-CONSOLE MESSAGE: Sandboxing 'http://127.0.0.1:8000/security/http-0.9/resources/nph-load-plugin-fail.pl' because it is using HTTP/0.9.
-This tests that loading of a plugin is blocked in a HTTP 0.9 response served over port 80. This test PASSED if you see content in the iframe below. Otherwise, it FAILED.
-
-
-
---------
-Frame: '<!--frame1-->'
---------
-Plugin did not load.

Deleted: branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked.html (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked.html	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/default-port-plugin-blocked.html	2021-02-03 01:41:09 UTC (rev 272277)
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.dumpChildFramesAsText();
-    if (window.internals)
-        internals.registerDefaultPortForProtocol(8000, "http");
-}
-</script>
-</head>
-<body>
-<p id="description">This tests that loading of a plugin is blocked in a HTTP 0.9 response served over port 80. This test PASSED if you see content in the iframe below. Otherwise, it FAILED.</p>
-<iframe src=""
-</body>
-</html>

Deleted: branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl	2021-02-03 01:41:09 UTC (rev 272277)
@@ -1,11 +0,0 @@
-#!/usr/bin/perl
-# This script relies on its nph- filename to invoke the CGI non-parsed-header facility.
-
-print <<'EOF';
-<!DOCTYPE html>
-<html>
-<body>
-<embed type="application/x-webkit-test-netscape">Plugin did not load.</embed>
-</body>
-</html>
-EOF

Modified: branches/safari-611-branch/LayoutTests/platform/mac-wk1/TestExpectations (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/platform/mac-wk1/TestExpectations	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/platform/mac-wk1/TestExpectations	2021-02-03 01:41:09 UTC (rev 272277)
@@ -1214,6 +1214,3 @@
 fast/layoutformattingcontext/wbr-simple.html [ ImageOnlyFailure ]
 
 webkit.org/b/219498 imported/w3c/web-platform-tests/css/css-scroll-snap/scroll-target-padding-003.html [ Pass ImageOnlyFailure ]
-
-webkit.org/b/220188 [ BigSur+ ] http/tests/security/http-0.9/default-port-script-blocked.html [ Pass Failure ]
-webkit.org/b/220188 [ BigSur+ ] http/tests/security/http-0.9/default-port-plugin-blocked.html [ Pass Failure ]

Modified: branches/safari-611-branch/LayoutTests/platform/wk2/TestExpectations (272276 => 272277)


--- branches/safari-611-branch/LayoutTests/platform/wk2/TestExpectations	2021-02-03 01:41:06 UTC (rev 272276)
+++ branches/safari-611-branch/LayoutTests/platform/wk2/TestExpectations	2021-02-03 01:41:09 UTC (rev 272277)
@@ -495,7 +495,6 @@
 # Internals.registerDefaultPortForProtocol() does not affect NetworkProcess. We should
 # look to remove it and write these test to make use of an HTTP server running on port 80.
 http/tests/security/contentSecurityPolicy/script-src-parsing-implicit-and-explicit-port-number.html
-http/tests/security/http-0.9/default-port-plugin-blocked.html
 http/tests/security/http-0.9/default-port-script-blocked.html
 http/tests/security/http-0.9/image-default-port-allowed.html
 http/tests/security/http-0.9/image-on-HTTP-0.9-default-port-page-allowed-ref-test.html
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to