test_get_option__set (webkitpy.layout_tests.port.base_unittest.PortTest) ... Usage: test-webkitpy [options] test-webkitpy: error: no such option: -v ERROR test_set_option_default__set (webkitpy.layout_tests.port.base_unittest.PortTest) ... Usage: test-webkitpy [options] test-webkitpy: error: no such option: -v ERROR test_set_option_default__unset (webkitpy.layout_tests.port.base_unittest.PortTest) ... ok
====================================================================== ERROR: test_get_option__set (webkitpy.layout_tests.port.base_unittest.PortTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/base_unittest.py", line 253, in test_get_option__set options, args = optparse.OptionParser().parse_args() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1382, in parse_args self.error(str(err)) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1564, in error self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg)) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1554, in exit sys.exit(status) SystemExit: 2 ====================================================================== ERROR: test_set_option_default__set (webkitpy.layout_tests.port.base_unittest.PortTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/base_unittest.py", line 272, in test_set_option_default__set options, args = optparse.OptionParser().parse_args() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1382, in parse_args self.error(str(err)) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1564, in error self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg)) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py", line 1554, in exit sys.exit(status) SystemExit: 2 ---------------------------------------------------------------------- Ran 644 tests in 46.632s
Created attachment 71599 [details] Patch
Comment on attachment 71599 [details] Patch OK.
Comment on attachment 71599 [details] Patch Clearing flags on attachment: 71599 Committed r70350: <http://trac.webkit.org/changeset/70350>
All reviewed patches have been landed. Closing bug.