Bug 73448 - We have no way of unit-testing C++11 code
Summary: We have no way of unit-testing C++11 code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 08:10 PST by Adam Roben (:aroben)
Modified: 2014-02-05 08:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-11-30 08:10:34 PST
We've started adding C++11 code to WebKit. But we have no way of unit testing it! TestWebKitAPI doesn't compile as C++11.

Ideally we'd be able to test both C++11 code and the legacy code.
Comment 1 Adam Roben (:aroben) 2014-02-05 08:13:29 PST
TestWebKitAPI is compiled as C++11 these days.