Bug 157828

Summary: ENABLE() macros don't work in DRT and WTR
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, ddkilzer, lforschler, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.