Bug 153050

Summary: [iOS Simulator] http/tests/security/cross-frame-access-custom.html is flaky
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: iOS 9.0   
Bug Depends on:    
Bug Blocks: 152130    

Ryan Haddad
Reported 2016-01-12 17:28:36 PST
[iOS Simulator] http/tests/security/cross-frame-access-custom.html failing <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194934%20(2257)/results.html> --- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-custom-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-custom-actual.txt @@ -17,22 +17,3 @@ CONSOLE MESSAGE: line 82: 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 81: 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 107: 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. - - ------ tests for getting/setting interesting properties ----- - -PASS: canGet('targetWindow.Object') should be 'false' and is. -PASS: canSet('targetWindow.Object') should be 'false' and is. -PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is. -PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is. -PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is. -PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is. -PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is. -PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. -PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. -PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. -PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. -PASS: canGet('targetWindow.toString') should be 'true' and is. -PASS: canSet('targetWindow.toString') should be 'false' and is. -PASS: toString('targetWindow', '') should be '[object Window]' and is. -
Attachments
Ryan Haddad
Comment 2 2016-02-05 16:14:00 PST
Marked as flaky on ios-simulator-wk2 with <http://trac.webkit.org/changeset/196198>
Note You need to log in before you can comment on or make changes to this bug.