[Webkit-unassigned] [Bug 24039] Separate gtk unit tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 12:36:21 PDT 2009


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





------- Comment #3 from christian at twotoasts.de  2009-03-15 12:36 PDT -------
(In reply to comment #2)
> Could you explain the reasoning behind creating multiple programs. The only
> benefit is that one run of a test is not influencing other parts. The downsides
> are runtime overhead to start the app, repeated boilerplate code, people
> driving the tests need to know the multiple binary names...
> 
> I think the different files/areas should be separate GTestSuite's.

Well, the main reason is modularity which makes it easy to maintain, run
particular tests independently, add new tests, avoid having to edit a file that
is several megabytes large...

The overhead isn't really noticible. Arguably WebCore should live in a single
file because that decreases linking overhead, what do you think? ;)


-- 
Configure bugmail: https://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