RESOLVED FIXED 53719
new-run-webkit-tests: fix handling of port_names, options parsing
https://bugs.webkit.org/show_bug.cgi?id=53719
Summary new-run-webkit-tests: fix handling of port_names, options parsing
Dirk Pranke
Reported 2011-02-03 15:02:23 PST
new-run-webkit-tests: fix handling of port_names, options parsing
Attachments
Patch (9.50 KB, patch)
2011-02-03 15:07 PST, Dirk Pranke
mihaip: review+
Dirk Pranke
Comment 1 2011-02-03 15:07:54 PST
Mihai Parparita
Comment 2 2011-02-03 15:45:11 PST
Comment on attachment 81118 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81118&action=review > Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py:43 > + def test_get_chromium_gpu__on_linux(self): Nit: Did you really mean to have two underscores after gpu (same thing below).
Dirk Pranke
Comment 3 2011-02-03 15:46:48 PST
(In reply to comment #2) > (From update of attachment 81118 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=81118&action=review > > > Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py:43 > > + def test_get_chromium_gpu__on_linux(self): > > Nit: Did you really mean to have two underscores after gpu (same thing below). Yes, I often try to do that to help distinguish the function or method being tested from some aspect of the test.
Dirk Pranke
Comment 4 2011-02-03 16:15:27 PST
Note You need to log in before you can comment on or make changes to this bug.