• dpranke@chromium.org's avatar
    Add --unexpected-failures flag to run_mojo_python_tests. · ea1b8cde
    dpranke@chromium.org authored
    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
    
    Review URL: https://codereview.chromium.org/257103002
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266792 0039d316-1c4b-4281-b951-d872f2087c98
    ea1b8cde
run_mojo_python_tests.py 2.59 KB