[Webkit-unassigned] [Bug 68688] New: Add new tests under Tools/TestWebKitAPI/Tests/WTF into vcproj

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 03:51:40 PDT 2011


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

           Summary: Add new tests under Tools/TestWebKitAPI/Tests/WTF into
                    vcproj
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: aroben at apple.com


Some new unit tests under Tools/TestWebKitAPI/Tests/WTF:

MetaAllocator.cpp
RedBlackTree.cpp
StringBuilder.cpp

are not in TestWebKitAPI.vcproj. Should add them if they are applicable on Windows.

FYI, StringBuilder.cpp needs some string functions of WTF which are not exported from JavaScriptCore. In WebCore the functions are specially handled by statically linking the related source files (WTFString.cpp, AtomicString.cpp and CString.cpp). I failed to find a way to deal with the issue in TestWebKitAPI (see the EWS failure history in bug 67080).

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