Bug 175074
Summary: | Use interpreted language for ImageDiff | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, lforschler, realdawei, ryanhaddad, sam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jonathan Bedard
Instead of building ImageDiff, we should use an interpreted language.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33678508>
Sam Weinig
For what reason?
Alexey Proskuryakov
For iOS, ImageDiff runs on the host, and everything else runs on device. It is a huge pain to build and to store binaries for two platforms in archives.
Sam Weinig
(In reply to Alexey Proskuryakov from comment #3)
> For iOS, ImageDiff runs on the host, and everything else runs on device. It
> is a huge pain to build and to store binaries for two platforms in archives.
Ok. Please measure the performance to make sure this doesn't slow down testing.