Make update-flaky-tests to work again and support all bots
Long ago this was added in hopes of generating a FlakyTests file. This patch finally finishes that work and adds the FlakyTests file as well as renames the command to update-flaky-tests and writes to the file instead of stdout. TestExpectationLine changed syntax a little since flaky-tests was written. I've also added support for specifying path and specifiers values so that the resulting test output looks right. I explored having it update TestExpectations directly (which we're definitely very close to being able to do) but the consensus was FlakyTests as a separate file would work better, so lets start with that. BUG=242366 Review URL: https://codereview.chromium.org/301853003 git-svn-id: svn://svn.chromium.org/blink/trunk@175121 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
This diff is collapsed.
Please register or sign in to comment