Bug 160135
| Summary: | REGRESSION(r198292): [GTK] Layout test http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dbates, dpino, mcatanzaro, pnormand |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Layout test http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html has been failing on the GTK bot; fortunately there is a smoking gun commit to blame, r198292 ("<video> and <audio> elements do not obey Content Security Policy on redirect"). More recently, it has been passing flakily, but at first it had been failing always since that commit.
The text diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star-actual.txt
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS did load video.
+FAIL failed to load video.
PASS successfullyParsed is true
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
(Updating expectations accordingly, if there was any doubt.)
Diego Pino
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed.
Committed r263254: <https://trac.webkit.org/changeset/263254>