[Webkit-unassigned] [Bug 21010] WebKit needs C++ Unit tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 16:23:46 PDT 2008


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23679|1                           |0
        is obsolete|                            |




------- Comment #4 from mrowe at apple.com  2008-09-22 16:23 PDT -------
(From update of attachment 23679)
All of the configuration settings below XCBuildConfiguration should live in an
.xcconfig file within WebCore/Configurations/, rather than inline in the
project file.  While doing this, you'll probably notice that you appear to have
some oddly duplicated entries in FRAMEWORK_SEARCH_PATH, as well as having some
settings specified that probably shouldn't be (GCC_ENABLE_FIX_AND_CONTINUE,
GCC_ENABLE_CPP_RTTI).

Why do you need to export WTF-related symbols from WebCore?  These symbols are
already exported from JavaScriptCore, so this seems unnecessary.

I'd personally prefer to see unit tests that don't have a dependency on an
external framework, so that they can work out of the box without extra work on
behalf of the developer.


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