Bug 175074 - Use interpreted language for ImageDiff
Summary: Use interpreted language for ImageDiff
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: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-02 09:46 PDT by Jonathan Bedard
Modified: 2018-06-01 15:09 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2017-08-02 09:46:20 PDT
Instead of building ImageDiff, we should use an interpreted language.
Comment 1 Radar WebKit Bug Importer 2017-08-02 09:46:45 PDT
<rdar://problem/33678508>
Comment 2 Sam Weinig 2017-08-02 10:36:59 PDT
For what reason?
Comment 3 Alexey Proskuryakov 2017-08-02 22:51:41 PDT
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.
Comment 4 Sam Weinig 2017-08-03 10:45:05 PDT
(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.