[Webkit-unassigned] [Bug 33835] svg/custom/use-instanceRoot-event-bubbling.xhtml is flakey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 19:27:37 PST 2010


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org




--- Comment #2 from Nikolas Zimmermann <zimmermann at kde.org>  2010-01-19 19:27:36 PST ---
This is true, the test is flakey as all <use> tests are, because of a problem
with instanceRoot() - if the renderer is not attached yet, we're just returning
0, instead of asking the document to update style.

This is only one part of the issue, there is a race condition with event
listeners, that currently still cause shadow tree reclones, I've fixed all
these issues, and stability seems fine:

run-webkit-tests --repeat-each 50 -p `ls -l use-*.svg | sed -e "s/.*\
use/svg\/custom\/use/" | xargs`
Testing 49 test cases, repeating each test 50 times.
svg/custom
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
100.25s total testing time

all 2450 test cases succeeded

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