Bug 68688

Summary: Add new tests under Tools/TestWebKitAPI/Tests/WTF into vcproj
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   

Xianzhu Wang
Reported 2011-09-23 03:51:41 PDT
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).
Attachments
Note You need to log in before you can comment on or make changes to this bug.