Chromium Code Reviews
DescriptionIn rebaseline-cl, don't check for local file existence.
I originally added filtering of tests to only include files that exist
locally in http://crrev.com/2371803003.
But now, it seems clearer that this was the wrong choice, since:
1. Virtual tests don't exist on the local file system
2. When --issue is passed (when downloading baselines for try jobs
on another CL), the files don't exist locally.
In order to stop checking for file existence, another little issue
needed to be solved, which was that when getting the list of files
that were changed, the list included deleted files, which we don't
want to rebaseline; so this CL also fixes that.
BUG=663411, 656154, 649691
Committed: https://crrev.com/daf1ddbd71f55b0765611a7273c74860dbd3d6b2
Cr-Commit-Position: refs/heads/master@{#432548}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||