<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>86453</bug_id>
          
          <creation_ts>2012-05-15 01:31:09 -0700</creation_ts>
          <short_desc>REGRESSION (r117012-r117016): fast/dom/DOMException/stack-trace.html failing on GTK Linux 64-bit Release</short_desc>
          <delta_ts>2012-05-15 01:40:43 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>86442</dup_id>
          
          <bug_file_loc>http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r117016%20(23690)/results.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>LayoutTestFailure, MakingBotsRed, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Zan Dobersek">zan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>arv</cc>
    
    <cc>haraken</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>623791</commentid>
    <comment_count>0</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2012-05-15 01:31:09 -0700</bug_when>
    <thetext>fast/dom/DOMException/stack-trace.html started failing on GTK Linux 64-bit Release between r117013 and r117016 (inclusive).

http://trac.webkit.org/log/trunk?rev=117016&amp;stop_rev=117013&amp;limit=5

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r117012%20(23689)/results.html passed
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r117016%20(23690)/results.html failed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>623796</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2012-05-15 01:37:31 -0700</bug_when>
    <thetext>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 &quot;HIERARCHY_REQUEST_ERR: DOM Exception 3&quot;
 PASS e.code is 3
 FAIL e.stack should be 42 (of type number). Was appendChild@[native code]
-innerFunction@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:17
-outerFunction@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:21
-global code@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
+innerFunction@file:///home/slave/webkitgtk/gtk-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:17
+outerFunction@file:///home/slave/webkitgtk/gtk-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:21
+global code@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 &quot;HIERARCHY_REQUEST_ERR: DOM Exception 3&quot;
 PASS e.code is 3
 FAIL e.stack should be 42 (of type number). Was appendChild@[native code]
-innerFunction@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:17
-outerFunction@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:21
-global code@file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
+innerFunction@file:///home/slave/webkitgtk/gtk-linux-64-debug/build/LayoutTests/fast/dom/DOMException/stack-trace.html:17
+outerFunction@file:///home/slave/webkitgtk/gtk-linux-64-debug/build/LayoutTests/fast/dom/DOMException/stack-trace.html:21
+global code@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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>623798</commentid>
    <comment_count>2</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2012-05-15 01:40:43 -0700</bug_when>
    <thetext>Oops, already reported in bug #86442.

*** This bug has been marked as a duplicate of bug 86442 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>