Bug 160135 - REGRESSION(r198292): [GTK] Layout test http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html is flaky
Summary: REGRESSION(r198292): [GTK] Layout test http/tests/security/contentSecurityPol...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-23 15:53 PDT by Michael Catanzaro
Modified: 2020-06-19 00:33 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-07-23 15:53:42 PDT
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
Comment 1 Michael Catanzaro 2016-07-23 15:57:32 PDT
(Updating expectations accordingly, if there was any doubt.)
Comment 2 Diego Pino 2020-06-19 00:33:55 PDT
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>