DescriptionRemove MULTILINE, ^, and $ from re finding actual_results.json.
MULTILINE, ^, and $ work based on the platform, but the files being
parsed are from other platforms. As a result, the current code for
extracting the actual_results.json version will not find it in
logfiles produced on Windows when run on Mac.
The code for extracting the exact actual_results.json file to use
from a logfile is itself something of a hack, as this information
should be provided ina more structured manner. This proposed
method of finding the exact file is no worse than the old one, and
in cases like above, better.
Committed: https://skia.googlesource.com/skia/+/5bec916cf676bbb2b48b3827d93107c28d770bbe
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|