[Webkit-unassigned] [Bug 16853] http/tests/loading has different results when run with run-webkit-tests -1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 13 21:52:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16853





------- Comment #14 from ddkilzer at webkit.org  2008-01-13 21:52 PDT -------
(In reply to comment #9)
> I sincerly believe that my proposed fix is the proper one. It doesn't
> artificially change the tests, it keeps them simple and clear, and is removing
> dead code from DRT. The downside is that we spend some more time on these 7
> tests.

Generally speaking, tests should be independent.  They should not depend on a
previous test, and they should not affect a later test.  If either of these two
conditions occur, either the test is broken or the test tool is broken, and one
or both should be fixed.

It should also be possible to run tests in a completely random order and still
have them all pass.  

At minimum, if a work-around is committed to run these 7 tests singly, then a
follow-up bug should be filed to fix the tests and/or DRT so that they're
independent again.  Otherwise, the issue(s) should be fixed before the patch
lands.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list