Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/tools/gen_wpt_cts_html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ let config: Config;
`Generated test variant would produce too-long -actual.txt filename. Possible solutions:
- Reduce the length of the parts of the test query
- Reduce the parameterization of the test
- Make the test function faster and regenerate the listing_meta entry
- Make the test function faster
- Reduce the specificity of test expectations (if you're using them)
|<${''.padEnd(kMaxQueryLength - 4, '-')}>|
${[...queryStrings.values()].join('\n')}`
Expand Down
1 change: 0 additions & 1 deletion src/common/tools/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Example:

Options:
--help Print this message and exit.
--print-metadata-warnings Print non-fatal warnings about listing_meta.json files to stderr.
--print-case-count-report Print the case/subcase counts of every test to stdout.
`);
process.exit(rc);
Expand Down
Loading
Loading