commit | ddc2f1946cebc0fee8a726704277a9ee08c64900 | [log] [tgz] |
---|---|---|
author | Quinten Yearsley <qyearsley@google.com> | Thu Mar 16 18:54:50 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 23 00:29:24 2017 |
tree | dc164af0c11d23c2d3dfe4b4209532956fd0e310 | |
parent | 379e6a8c13e2c12fe10676c3ff31d8864aadbca7 [diff] |
Simplify layout_test_wrapper.py (take 2). This is a second attempt of simplifying layout_test_wrapper.py in order to prepare to remove it. Previous CL was: https://chromium-review.googlesource.com/c/452548/ In this version, all command-line arguments are forwarded on to run-layout-tests, but some of the extra things that the wrapper currently does are left alone in this version, including cleaning up results and temporary directories, and removing padding from and checking validity of the failing_results.json file. BUG=695700 Change-Id: Ie8290e8202a0f4c93f518e3ef40f5ba06e59ac90 Reviewed-on: https://chromium-review.googlesource.com/456402 Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Tim 'mithro' Ansell <tansell@chromium.org>
Hi build contributor! If you do any change in scripts/master/
or touching any master's html/
directories, you must restart master.chromium.fyi first and ensure that it still works before restarting other masters.
If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*
), please take a look at the README for more information pertaining to recipes.