Bug 73448
Summary: | We have no way of unit-testing C++11 code | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 |
Adam Roben (:aroben)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
TestWebKitAPI is compiled as C++11 these days.