Bug 68688
Summary: | Add new tests under Tools/TestWebKitAPI/Tests/WTF into vcproj | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xianzhu Wang <wangxianzhu> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | aroben |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Unspecified |
Xianzhu Wang
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |