RESOLVED FIXED 54595
new-run-webkit-tests: --dry-run hangs with --worker-model=processes
https://bugs.webkit.org/show_bug.cgi?id=54595
Summary new-run-webkit-tests: --dry-run hangs with --worker-model=processes
Dirk Pranke
Reported 2011-02-16 15:31:12 PST
new-run-webkit-tests: --dry-run hangs with --worker-model=processes
Attachments
Patch (4.93 KB, patch)
2011-02-16 15:34 PST, Dirk Pranke
ojan: review+
Dirk Pranke
Comment 1 2011-02-16 15:34:23 PST
Ojan Vafai
Comment 2 2011-02-17 00:01:15 PST
Comment on attachment 82711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82711&action=review > Tools/Scripts/webkitpy/layout_tests/layout_package/test_runner2.py:122 > + keyboard_interrupted = False > + interrupted = False > + thread_timings = [] Nit: I prefer variables being defined as close to the code they're used as possible. So, I'd move these down to be around line 131 instead.
Dirk Pranke
Comment 3 2011-02-17 16:46:54 PST
Note You need to log in before you can comment on or make changes to this bug.