[Webkit-unassigned] [Bug 94532] Layout test fast/forms/formmethod-attribute-button-html.html failing intermittently with missing expectations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 12:19:42 PDT 2012


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





--- Comment #8 from Ojan Vafai <ojan at chromium.org>  2012-08-21 12:19:39 PST ---
(In reply to comment #7)
> how is bug 72039 different from bug 63104 ?

Bug 63104 could result from someone writing a bad test, e.g. a test that doesn't call dumpAsText when there's a JavaScript error. The fix for this is giving the clearest error possible.

Bug 72039 is about some issue where dumpAsText should 100% be getting called in the test and we don't dumpAsText for some reason. The fix for this is figuring out why the dumpAsText isn't registering correctly, e.g. maybe DRT isn't reseting correctly in some cases and it's getting the setting from a previous (or following!!) test. The symptoms are similar, but they are totally different bugs as I see it.

Maybe you feel they should both be about the flakiness issue, in which case we should just close bug 63104 as wontfix.

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