Bug 36645

Summary: svg/custom/use-instanceRoot-as-event-target.xhtml failed on Gtk Linux 64-bit Release bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: alex, ap, gustavo, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Eric Seidel (no email)
Reported 2010-03-26 00:36:36 PDT
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 "PASS" messages, followed by "TEST COMPLETE". @@ -18,85 +19,3 @@ PASS typeof useElement.removeEventListener is "function" PASS typeof useElement.dispatchEvent is "function" -Test #2: Verify that events dispatched to the SVGElementInstance objects have correct target property values - -PASS currentEvent.toString() is "[object MouseEvent]" -PASS currentEvent.type.toString() is "mouseover" -PASS currentEvent.target.toString() is "[object SVGElementInstance]" -PASS currentEvent.currentTarget.toString() is "[object SVGElementInstance]" -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
Attachments
Eric Seidel (no email)
Comment 2 2010-04-01 02:05:02 PDT
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).
Eric Seidel (no email)
Comment 3 2010-04-01 02:06:16 PDT
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.
Eric Seidel (no email)
Comment 4 2010-04-01 02:08:05 PDT
This is actually the only failure on this bot that I'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).
Adam Roben (:aroben)
Comment 5 2010-05-04 07:54:28 PDT
*** Bug 37544 has been marked as a duplicate of this bug. ***
Nikolas Zimmermann
Comment 6 2010-05-06 01:30:55 PDT
*** This bug has been marked as a duplicate of bug 37798 ***
Note You need to log in before you can comment on or make changes to this bug.