Chromium Code Reviews
DescriptionEnsure manifest exists in Port._wpt_manifest.
In this CL:
- Move Manager._ensure_manifest to WPTManifest.ensure_manifest
- Call it in Port._wpt_manifest
The purpose of this CL now is mainly to make rebaseline-cl etc. work again.
I'm not entirely sure that this is the absolute best solution; it might be theoretically possible that multiple Port objects could be created in separate processes, and that _wpt_manifest could be called on two at the same time, and both could start to try to copy the base manifest file at the same time. I don't *think* that this would happen now, since when actually running the tests, the manifest is always generated before gathering the list of tests (in Manager.run).
BUG=698294
Review-Url: https://codereview.chromium.org/2722243005
Cr-Commit-Position: refs/heads/master@{#454696}
Committed: https://chromium.googlesource.com/chromium/src/+/db5746f9a7e4afd9a91fd8fafc275f74035e6614
Patch Set 1 #Patch Set 2 : Call ensure manifest in rebaseline-cl #
Messages
Total messages: 14 (9 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||