[Webkit-unassigned] [Bug 45391] QtWebKit asserts when selecting elided text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 01:27:54 PST 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

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




--- Comment #8 from Simon Hausmann <hausmann at webkit.org>  2010-11-29 01:27:53 PST ---
It is tricky to test this reliably, processEvents() may be enough on one machine, it may not on another one. On desktop machines it's fairly easy to get somewhat reliable results, but on slower machines with entirely different windowing systems it becomes difficult. (something we've observed when running on meego/maemo devices for example)

Would this assertion trigger anyway when running the tests on the bots? After all we're doing release builds there.

I'm not a big fan of adding these kind of tests, given that there's a very small chance of actually catching a regression with them. At the same time they cause headaches when running the tests on other platforms.

I like the qWait() approach over calling processEvents() FWIW.

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