Bug 157828
Summary: | ENABLE() macros don't work in DRT and WTR | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, ddkilzer, lforschler, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Ideally, we'd get rid of FeatureDefines.xcconfig in favor of FeatureDefines.h, but I heard that this may be far from trivial.