<?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>36645</bug_id>
          
          <creation_ts>2010-03-26 00:36:36 -0700</creation_ts>
          <short_desc>svg/custom/use-instanceRoot-as-event-target.xhtml failed on Gtk Linux 64-bit Release bot</short_desc>
          <delta_ts>2010-05-06 01:30:55 -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>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>37798</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alex</cc>
    
    <cc>ap</cc>
    
    <cc>gustavo</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>204448</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-03-26 00:36:36 -0700</bug_when>
    <thetext>svg/custom/use-instanceRoot-as-event-target.xhtml failed on Gtk Linux 64-bit Release bot

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r56598%20(1339)/svg/custom/use-instanceRoot-as-event-target-diffs.txt

Timeout.  Could be a problem with the test itself.

--- /var/lib/buildbot/build/gtk-linux-64-release/build/layout-test-results/svg/custom/use-instanceRoot-as-event-target-expected.txt	2010-03-25 21:47:46.000000000 -0700
+++ /var/lib/buildbot/build/gtk-linux-64-release/build/layout-test-results/svg/custom/use-instanceRoot-as-event-target-actual.txt	2010-03-25 21:47:46.000000000 -0700
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test SVG use element specific event handling using SVGElementInstance:
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
@@ -18,85 +19,3 @@
 PASS typeof useElement.removeEventListener is &quot;function&quot;
 PASS typeof useElement.dispatchEvent is &quot;function&quot;
 
-Test #2: Verify that events dispatched to the SVGElementInstance objects have correct target property values
-
-PASS currentEvent.toString() is &quot;[object MouseEvent]&quot;
-PASS currentEvent.type.toString() is &quot;mouseover&quot;
-PASS currentEvent.target.toString() is &quot;[object SVGElementInstance]&quot;
-PASS currentEvent.currentTarget.toString() is &quot;[object SVGElementInstance]&quot;
-PASS currentEvent.target.correspondingElement == rectElement is true
-PASS currentEvent.target.correspondingUseElement == useElement is true
-PASS currentEvent.currentTarget.correspondingElement == rectElement is true
-PASS currentEvent.currentTarget.correspondingUseElement == useElement is true
-PASS currentEvent.target == currentEvent.currentTarget is true
-PASS currentEvent.target.correspondingElement == currentEvent.currentTarget.correspondingElement is true
-PASS currentEvent.target.correspondingUseElement == currentEvent.currentTarget.correspondingUseElement is true

[snip]

This test was added by Nikolas 2 months ago:
http://trac.webkit.org/browser/trunk/LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207063</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 02:03:50 -0700</bug_when>
    <thetext>Again, same exact diff:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Release/r56904%20(10664)/svg/custom/use-instanceRoot-as-event-target-diffs.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207064</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 02:05:02 -0700</bug_when>
    <thetext>This failure from earlier tonight:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Release/r56902%20(10662)/svg/custom/use-instanceRoot-as-event-target-diffs.txt
was between tests 5 and 6.  (test 6 and beyond are missing).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207065</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 02:06:16 -0700</bug_when>
    <thetext>This test from earlier as well was like the orignal diff (tests 2 and beyond are missing):
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Release/r56900%20(10660)/svg/custom/use-instanceRoot-as-event-target-diffs.txt

Seems this is an extremely common failure on Gtk.  Likely something to do with Gtk event dispatch or the GTK DRT implementation.  I recommend skipping this test for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207066</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 02:08:05 -0700</bug_when>
    <thetext>This is actually the only failure on this bot that I&apos;m able to find today. :)  Another one from earlier:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Release/r56893%20(10653)/svg/custom/use-instanceRoot-as-event-target-diffs.txt

That gives me hope that were we to fix this bug or skip this test that Gtk 64-bit could be green enough to be made a core builder (and thus protected by the sheriff-bot and made to block the commit-queue when red).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>220586</commentid>
    <comment_count>5</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2010-05-04 07:54:28 -0700</bug_when>
    <thetext>*** Bug 37544 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>221559</commentid>
    <comment_count>6</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2010-05-06 01:30:55 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>