Bug 225071

Summary: [ Win ] 4 http/tests/security/contentSecurityPolicy/ tests are failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: Page LoadingAssignee: Chris Gambrell <cgambrell>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, cdumez, cgambrell, ews-watchlist, jbedard, mkwst, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Truitt Savell
Reported 2021-04-26 13:21:48 PDT
http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html [ Failure ] http/tests/security/contentSecurityPolicy/audio-redirect-allowed2.html [ Failure ] http/tests/security/contentSecurityPolicy/video-redirect-allowed.html [ Failure ] http/tests/security/contentSecurityPolicy/video-redirect-allowed2.html [ Failure ] These 4 tests are failing on windows, they all have the same diff which isn't very descriptive about that is really failing. history: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fsecurity%2FcontentSecurityPolicy%2Faudio-redirect-allowed.html&test=http%2Ftests%2Fsecurity%2FcontentSecurityPolicy%2Faudio-redirect-allowed2.html&test=http%2Ftests%2Fsecurity%2FcontentSecurityPolicy%2Fvideo-redirect-allowed.html&test=http%2Ftests%2Fsecurity%2FcontentSecurityPolicy%2Fvideo-redirect-allowed2.html&platform=win Diff: --- /home/buildbot/worker/win10-release-tests/build/layout-test-results/http/tests/security/contentSecurityPolicy/audio-redirect-allowed-expected.txt +++ /home/buildbot/worker/win10-release-tests/build/layout-test-results/http/tests/security/contentSecurityPolicy/audio-redirect-allowed-actual.txt @@ -1,2 +1,2 @@ -ALERT: PASS +ALERT: FAIL
Attachments
Patch (2.94 KB, patch)
2021-04-27 10:52 PDT, Chris Gambrell
no flags
Patch (3.97 KB, patch)
2021-04-27 14:59 PDT, Chris Gambrell
no flags
Patch (3.07 KB, patch)
2021-04-28 10:20 PDT, Chris Gambrell
no flags
Radar WebKit Bug Importer
Comment 1 2021-04-26 13:22:35 PDT
Truitt Savell
Comment 2 2021-04-26 13:24:51 PDT
This could be related to the move from Python2 to Python3. these tests were last updated in https://trac.webkit.org/changeset/272981/webkit
Jonathan Bedard
Comment 3 2021-04-26 15:52:40 PDT
Definitely fallout from the PHP to Python migration
Chris Gambrell
Comment 4 2021-04-27 10:52:46 PDT
Chris Gambrell
Comment 5 2021-04-27 10:54:38 PDT
Comment on attachment 427167 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427167&action=review > LayoutTests/http/tests/resources/redirect.py:-16 > -query = {} Changed the getting the query to the same way the other converted files are using.
Chris Gambrell
Comment 6 2021-04-27 14:59:44 PDT
Jonathan Bedard
Comment 7 2021-04-28 10:05:19 PDT
Comment on attachment 427199 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427199&action=review > LayoutTests/http/tests/security/canvas-remote-read-data-url-image-redirect.html:68 > +image.src = "http://localhost:8000/resources/redirect.py?url=data:image/png%3bbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mP4%2F58BAAT%2FAf9jgNErAAAAAElFTkSuQmCC"; Is this bit actually needed with your redirect changes?
Chris Gambrell
Comment 8 2021-04-28 10:20:51 PDT
EWS
Comment 9 2021-04-28 13:03:43 PDT
Committed r276731 (237132@main): <https://commits.webkit.org/237132@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427277 [details].
Note You need to log in before you can comment on or make changes to this bug.