[Webkit-unassigned] [Bug 17307] New: KURL (and the rest of WebCore) needs unit testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 01:35:00 PST 2008


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

           Summary: KURL (and the rest of WebCore) needs unit testing
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


KURL (and the rest of WebCore) needs unit testing

I copied the unit tests from Google's open source URL parsing library
google-url into WebCore tonight.  I then built a clean-room implementation of
enough of their testing framework (gunit.h) (although I have access to the
source of such at work, I've not yet taken advantage of such).

This patch is incomplete, since in order to actually test anything in WebCore
we have to expose a bunch of extra symbols from JavaScriptCore and WebCore. 
For my local copy, I just exposed all symbols to make it build.


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