[Webkit-unassigned] [Bug 55135] [GTK] r79466 made http/tests/incremental/slow-utf8-html.pl flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 08:11:12 PST 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-02-24 08:11:13 PST ---
The fix is to change the assertions from this:

    ASSERT(stopOnError);
    ASSERT(sawError);

To this:

    ASSERT(source == end || stopOnError);
    ASSERT(source == end || sawError);

Anyone is welcome to land this. The hard part, I suppose, is making a good test case.

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