[Webkit-unassigned] [Bug 81500] New: REGRESSION (r111096-r111098): http/tests/security/cross-frame-access-call.html, http/tests/security/cross-frame-access-get.html failing on GTK Linux 64-bit Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 00:57:48 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81500

           Summary: REGRESSION (r111096-r111098):
                    http/tests/security/cross-frame-access-call.html,
                    http/tests/security/cross-frame-access-get.html
                    failing on GTK Linux 64-bit Release
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://build.webkit.org/results/GTK%20Linux%2064-bit%2
                    0Release/r111098%20(20186)/results.html
        OS/Version: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure, MakingBotsRed, Regression
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: abarth at webkit.org


http/tests/security/cross-frame-access-call.html and http/tests/security/cross-frame-access-get.html started failing on GTK Linux 64-bit Release between r111097 and r111098 (inclusive).

http://trac.webkit.org/log/trunk?rev=111098&stop_rev=111097&limit=3

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r111096%20(20185)/results.html passed
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r111098%20(20186)/results.html failed

http/tests/security/cross-frame-access-call.html still seems too specific to V8:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/cross-frame-access-call-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/cross-frame-access-call-actual.txt 
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match.
-
 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match.

 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match.
@@ -84,7 +82,7 @@
 PASS: window.moveTo.call(targetWindow, 0, 0); should be 'undefined' and is.
 PASS: window.resizeBy.call(targetWindow, 0, 0); should be 'undefined' and is.
 PASS: window.resizeTo.call(targetWindow, 0, 0); should be 'undefined' and is.
-PASS: window.showModalDialog.call(targetWindow); should be 'undefined' and is.
+*** FAIL: window.showModalDialog.call(targetWindow); should be 'undefined' but instead is TypeError: 'undefined' is not an object (evaluating 'window.showModalDialog.call'). ***
 PASS: window.eval.call(targetWindow, '1+2'); should be 'EvalError: The "this" value passed to eval must be the global object from which eval originated' and is.
 PASS: window.location.toString.call(targetWindow.location) should be 'undefined' and is.

I'll skip those two tests in GTK for now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list