Make ImageDiff before TestWebKitAPI
Created attachment 407322 [details] Patch
Comment on attachment 407322 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407322&action=review > Tools/ChangeLog:3 > + Make ImageDiff before TestWebKitAPI Given you are optimizing the sequence, why did you put it after MiniBrowser? > Tools/Makefile:5 > +ifeq (,$(DO_NOT_BUILD_IMAGE_DIFF)) > + MODULES += ImageDiff > +endif Would be nice to have a comment here, since itβs not obvious why we are adding ImageDiff to the middle.
Comment on attachment 407322 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407322&action=review >> Tools/ChangeLog:3 >> + Make ImageDiff before TestWebKitAPI > > Given you are optimizing the sequence, why did you put it after MiniBrowser? MiniBrowser doesn't take long to build, but you're right. That would be even better!
<rdar://problem/68226453>