Bug 146382

Summary: API Tests: Remove mac/PublicSuffix.mm and use WebCore/PublicSuffix.cpp instead
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: andersca, darin, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Carlos Garcia Campos
Reported 2015-06-27 00:55:57 PDT
There's nothing specific to mac in the PublicSuffix unit tests. In r186023, I moved the test to WebCore/PublicSuffix.cpp and fixed it, because PublicSuffix.mm has #if USE(PUBLIC_SUFFIX_LIST) instead of #if ENABLE(). I couldn't do that change as part of r186023 because it requires to change xcode files, so it's should be easy for someone with a mac.
Attachments
Note You need to log in before you can comment on or make changes to this bug.