diff options
author | paulmeyer <paulmeyer@chromium.org> | 2015-02-11 13:51:59 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 21:52:43 +0000 |
commit | bcc6ad206157d40f39a8023eb1d19e0dc443cb0d (patch) | |
tree | e63719e74bb197b1756c56748cabfe6a964f74fb /content/shell/tools/breakpad_integration_test.py | |
parent | 04de1b4d91ee03a315814a1afc3d3893f220c47c (diff) | |
download | chromium_src-bcc6ad206157d40f39a8023eb1d19e0dc443cb0d.zip chromium_src-bcc6ad206157d40f39a8023eb1d19e0dc443cb0d.tar.gz chromium_src-bcc6ad206157d40f39a8023eb1d19e0dc443cb0d.tar.bz2 |
Chromium-side patch to rename "--dump-render-tree" to "--run-layout-test".
At this point, "--run-layout-test" is the flag that is actually functional, and using "--dump-render-tree" simply causes the "--run-layout-test" to be appended to the command line.
A subsequent Blink patch will change the scripts in Blink to use "--run-layout-test" instead of "--dump-render-tree".
This patch was originally uploaded here and then reverted: https://codereview.chromium.org/899103002/ . This patch introduces fixes for the issues that led to the original being reverted.
BUG=453252
Review URL: https://codereview.chromium.org/891903006
Cr-Commit-Position: refs/heads/master@{#315840}
Diffstat (limited to 'content/shell/tools/breakpad_integration_test.py')
-rwxr-xr-x | content/shell/tools/breakpad_integration_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/tools/breakpad_integration_test.py b/content/shell/tools/breakpad_integration_test.py index cfb0312..1e5d4ba 100755 --- a/content/shell/tools/breakpad_integration_test.py +++ b/content/shell/tools/breakpad_integration_test.py @@ -75,7 +75,7 @@ def main(): print "# Run content_shell and make it crash." cmd = [options.binary, - '--dump-render-tree', + '--run-layout-test', 'chrome://crash', '--enable-crash-reporter', '--crash-dumps-dir=%s' % crash_dir] |