Bug 126238

Summary: REGRESSION (r161033): http/tests/security/cross-frame-access-put.html fails
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: oliver
Priority: P1 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Alexey Proskuryakov 2013-12-25 15:53:36 PST
http/tests/security/cross-frame-access-put.html started to fail:

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fcross-frame-access-put.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/http/tests/security/cross-frame-access-put-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/http/tests/security/cross-frame-access-put-actual.txt
@@ -1,5 +1,4 @@
 CONSOLE MESSAGE: Blocked a frame with origin "http://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". Protocols, domains, and ports must match.
-CONSOLE MESSAGE: 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: 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: 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: 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.
@@ -381,5 +380,6 @@
 This test checks cross-frame access security of window attribute setters (rdar://problem/5326791).


+PASS: Unable to set property constructor: TypeError: Type error
 MAIN WINDOW: !!-- Test ended--!!
Comment 1 Alexey Proskuryakov 2013-12-25 15:56:11 PST
Marked as failing in http://trac.webkit.org/r161074
Comment 2 Alexey Proskuryakov 2013-12-25 15:57:50 PST
<rdar://problem/15725245>
Comment 3 Alexey Proskuryakov 2013-12-25 16:25:19 PST
Resolving via rollout per Oliver's suggestion.

*** This bug has been marked as a duplicate of bug 126240 ***