Bug 78137
Summary: | run-perf-tests depends on pretty patch | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, dpranke, loislo, morrita |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 77037 |
Ryosuke Niwa
Inside Chromium checkout, run-perf-tests doesn't run due to the missing pretty patch
% third_party/WebKit/Tools/Scripts/run-perf-tests
Parser/xml-parser.html [src@120964]
Unable to find .../third_party/WebKit/Websites/bugs.webkit.org/PrettyPatch/prettify.rb;
can't generate pretty patches.
run-perf-tests shouldn't depend on pretty patch since we don't generate any diffs.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
pretty patch is optional; that should just be a warning and not stopping anything from running ... is it actually failing something?