Bug 143344

Summary: http/tests/security/cross-frame-access-call.html is flaky
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Anders Carlsson 2015-04-02 14:23:25 PDT
This test seems to fail every time on the bots, but it's flaky when run locally.
Comment 1 Anders Carlsson 2015-04-02 14:23:47 PDT
Test output:

--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-call-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-call-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
+CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
Comment 2 Alexey Proskuryakov 2015-04-02 16:02:56 PDT
Created attachment 250015 [details]
proposed patch

I thought that I properly generated the results on my machine, but I cannot reproduce those results now, I get the same output as bots do.
Comment 3 WebKit Commit Bot 2015-04-02 17:41:22 PDT
Comment on attachment 250015 [details]
proposed patch

Clearing flags on attachment: 250015

Committed r182299: <http://trac.webkit.org/changeset/182299>
Comment 4 WebKit Commit Bot 2015-04-02 17:41:26 PDT
All reviewed patches have been landed.  Closing bug.