[Webkit-unassigned] [Bug 78434] New: REGRESSION (r107498): broke two tests on GTK/Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 02:57:35 PST 2012


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

           Summary: REGRESSION (r107498): broke two tests on GTK/Qt
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/Window/window-custom-prototype-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/Window/window-custom-prototype-actual.txt 
@@ -3,12 +3,12 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS __proto__ = window; __proto threw exception Error: cyclic __proto__ value.
-PASS __proto__ = chainPointingBackToWindow; __proto__ threw exception Error: cyclic __proto__ value.
-PASS __proto__ = 1; __proto__ is originalWindowPrototype
-PASS __proto__ = 'a string'; __proto__ is originalWindowPrototype
+FAIL __proto__ = window; __proto should throw Error: cyclic __proto__ value. Threw exception ReferenceError: Can't find variable: __proto.
+FAIL __proto__ = chainPointingBackToWindow; __proto__ should throw Error: cyclic __proto__ value. Was [object Object].
+FAIL __proto__ = 1; __proto__ should be [object DOMWindowPrototype]. Was [object Object].
+FAIL __proto__ = 'a string'; __proto__ should be [object DOMWindowPrototype]. Was [object Object].
 PASS __proto__ = anotherObject; __proto__ is anotherObject
-PASS anotherObject.__proto__ = window; __proto__ threw exception Error: cyclic __proto__ value.
+FAIL anotherObject.__proto__ = window; __proto__ should throw Error: cyclic __proto__ value. Was [object Object].
 PASS __proto__ = null; __proto__ is null
 PASS __proto__ = 1; __proto__ is null
 PASS __proto__ = 'a string'; __proto__ is null

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/cross-frame-access-object-getPrototypeOf-actual.txt 
@@ -1,9 +1,5 @@
-CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-object-getPrototypeOf-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-object-getPrototypeOf.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-object-getPrototypeOf-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-object-getPrototypeOf.html. Domains, protocols and ports must match.
-
 This tests that you can't get the prototype of the window or history objects cross-origin using Object.getPrototypeOf().

-PASS: Object.getPrototypeOf(targetWindow) should be 'undefined' and is.
-PASS: Object.getPrototypeOf(targetWindow.history) should be 'undefined' and is.
+*** FAIL: Object.getPrototypeOf(targetWindow) should be 'undefined' but instead is [object DOMWindowPrototype]. ***
+*** FAIL: Object.getPrototypeOf(targetWindow.history) should be 'undefined' but instead is [object HistoryPrototype]. ***

-- 
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