Descriptionwebkitpy: Rework the JSON output flags.
This does the following;
* Makes --write-full-results-to and --isolated-script-test-output
aliases for --json-test-results.
* Adds --json-failing-test-results in case anyone depends on only
getting failing results.
* Moves us towards removing needing
testing/scripts/run_isolated_script_test.py to run layout tests on
swarming (one less wrapper script layer, yay!).
* This fixes the output counts on BuildBot for Layout Tests (when not
run on swarming).
---------------------------------------
Total tests: 2160
* Passed: 1172 (1172 expected, 0 unexpected)
* Failed: 956 (956 expected, 0 unexpected)
* Flaky: 32 (32 expected, 0 unexpected)
---------------------------------------
Changes to;
---------------------------------------
Total tests: 61245
* Passed: 51187 (51156 expected, 31 unexpected)
* Failed: 10020 (10020 expected, 0 unexpected)
* Flaky: 38 (38 expected, 0 unexpected)
---------------------------------------
BUG=524758, 704394
Review-Url: https://codereview.chromium.org/2813173002
Cr-Commit-Position: refs/heads/master@{#464284}
Committed: https://chromium.googlesource.com/chromium/src/+/c035f184530b4a493f56a30f114e049e3d9c5cff
Patch Set 1 #Patch Set 2 : Small fixes #
Total comments: 4
Patch Set 3 : Fixing for review. #
Messages
Total messages: 19 (14 generated)
|