Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: webkit/tools/layout_tests/run_webkit_tests.py

Issue 346018: 1. Show crash stacks in run_webkit_tests.py stdio... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/layout_tests/run_webkit_tests.py
===================================================================
--- webkit/tools/layout_tests/run_webkit_tests.py (revision 30488)
+++ webkit/tools/layout_tests/run_webkit_tests.py (working copy)
@@ -477,11 +477,12 @@
test_args, shell_args = self._GetTestShellArgs(i)
thread = test_shell_thread.TestShellThread(filename_queue,
- test_shell_command,
- test_types,
- test_args,
- shell_args,
- self._options)
+ test_shell_command,
+ test_types,
+ test_args,
+ shell_args,
+ self._options.results_directory,
+ self._options)
thread.start()
threads.append(thread)

Powered by Google App Engine
This is Rietveld 408576698