Bug 293132
| Summary: | REGRESSION (292403@main): [ macOS wk2 ] http/tests/contentextensions/make-https.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | achristensen, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
http/tests/contentextensions/make-https.html
Actual "Blocked access to external URL https://promote/" is on a different line than expected.
This issue can be bisected to <commit> using the command:
run-webkit-tests --root --exit-after-n-failures 1 --debug <test>
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fcontentextensions%2Fmake-https.html&platform=mac
Diff:
@@ -1,6 +1,6 @@
CONSOLE MESSAGE: Promoted URL from http://127.0.0.1/promote to https
CONSOLE MESSAGE: Promoted URL from http://127.0.0.1/promote to https
CONSOLE MESSAGE: Promoted URL from http://127.0.0.1/promote to https
+Blocked access to external URL https://promote/
CONSOLE MESSAGE: Promoted URL from http://promote/ to https
-Blocked access to external URL https://promote/
URLs with http, port 80, and promote in the url should be promoted to https with port 443. Four URLs should be promoted as should be shown by four CONSOLE MESSAGE lines.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/151477398>
EWS
Test gardening commit 295019@main (6675318af0ea): <https://commits.webkit.org/295019@main>
Reviewed commits have been landed. Closing PR #45499 and removing active labels.
Alex Christensen
Fixed by 295140@main
Alex Christensen
*** This bug has been marked as a duplicate of bug 293023 ***