[Webkit-unassigned] [Bug 48071] test-webkitpy fails when passed -v (or any other option)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 09:18:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48071





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-10-21 09:18:18 PST ---
======================================================================
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list