Bug 146382 - API Tests: Remove mac/PublicSuffix.mm and use WebCore/PublicSuffix.cpp instead
Summary: API Tests: Remove mac/PublicSuffix.mm and use WebCore/PublicSuffix.cpp instead
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-27 00:55 PDT by Carlos Garcia Campos
Modified: 2015-06-27 00:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.