[Webkit-unassigned] [Bug 86453] REGRESSION (r117012-r117016): fast/dom/DOMException/stack-trace.html failing on GTK Linux 64-bit Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 01:38:26 PDT 2012


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv at chromium.org,
                   |                            |haraken at chromium.org




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2012-05-15 01:37:31 PST ---
Revision 117016 is to blame. CC-ing author and reviewer. To my understanding the stack property of a DOMException is currently only implemented for V8, meaning this test causes failures for ports that use JSC.

Also fails on the 64-bit debug builder, here are the diffs:

64-bit release:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/DOMException/stack-trace-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/dom/DOMException/stack-trace-actual.txt 
@@ -7,9 +7,9 @@
 PASS e.message is "HIERARCHY_REQUEST_ERR: DOM Exception 3"
 PASS e.code is 3
 FAIL e.stack should be 42 (of type number). Was appendChild@[native code]
-innerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:17
-outerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:21
-global code at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
+innerFunction at file:///home/slave/webkitgtk/gtk-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:17
+outerFunction at file:///home/slave/webkitgtk/gtk-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:21
+global code at file:///home/slave/webkitgtk/gtk-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
 PASS successfullyParsed is true

 TEST COMPLETE


64-bit debug:
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/dom/DOMException/stack-trace-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/dom/DOMException/stack-trace-actual.txt 
@@ -7,9 +7,9 @@
 PASS e.message is "HIERARCHY_REQUEST_ERR: DOM Exception 3"
 PASS e.code is 3
 FAIL e.stack should be 42 (of type number). Was appendChild@[native code]
-innerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:17
-outerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:21
-global code at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
+innerFunction at file:///home/slave/webkitgtk/gtk-linux-64-debug/build/LayoutTests/fast/dom/DOMException/stack-trace.html:17
+outerFunction at file:///home/slave/webkitgtk/gtk-linux-64-debug/build/LayoutTests/fast/dom/DOMException/stack-trace.html:21
+global code at file:///home/slave/webkitgtk/gtk-linux-64-debug/build/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
 PASS successfullyParsed is true

 TEST COMPLETE

Unfortunately a platform-specific baseline is not possible as it would include builder-specific paths, which would still cause failures.

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