Bug 153050 - [iOS Simulator] http/tests/security/cross-frame-access-custom.html is flaky
Summary: [iOS Simulator] http/tests/security/cross-frame-access-custom.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 152130
  Show dependency treegraph
 
Reported: 2016-01-12 17:28 PST by Ryan Haddad
Modified: 2016-02-05 16:14 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 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.
-
Comment 2 Ryan Haddad 2016-02-05 16:14:00 PST
Marked as flaky on ios-simulator-wk2 with <http://trac.webkit.org/changeset/196198>