Bug 157828 - ENABLE() macros don't work in DRT and WTR
Summary: ENABLE() macros don't work in DRT and WTR
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-17 22:54 PDT by Simon Fraser (smfr)
Modified: 2016-05-18 22:56 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-05-17 22:54:36 PDT
DRT and WTR don't have FeatureDefines.xcconfig, so none of the ENABLE() macros work, yet people expect them to.

I recall this blocking the enabling of touch event testing for iOS.
Comment 1 Alexey Proskuryakov 2016-05-18 22:56:04 PDT
Ideally, we'd get rid of FeatureDefines.xcconfig in favor of FeatureDefines.h, but I heard that this may be far from trivial.