DescriptionAdd --unexpected-failures flag to run_mojo_python_tests.
In order to best run a suite of tests on the bots, we need to support
printing out the list of tests that failed in an easily-machine-readable
manner, and also support running just a subset of tests.
This patch adds the --unexpected-failures flag to run_mojo_python_tests
to write out, one test name per line, a list of failures (full details
are listed in the usage for the script).
It also adds the ability to just run a subset of tests.
If we add any more complexity to this script we really need to write tests
for it.
R=sky@chromium.org
BUG=364709
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266792
Patch Set 1 : patch for review #
Total comments: 6
Patch Set 2 : update w/ review feedback, merge to head #Messages
Total messages: 16 (0 generated)
|