[Webkit-unassigned] [Bug 59787] New: test-webkitpy hangs on my machine (SL)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 02:02:12 PDT 2011


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

           Summary: test-webkitpy hangs on my machine (SL)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org, dpranke at chromium.org


abarth at quadzen:~/svn/webkit3$ ./Tools/Scripts/test-webkitpy 
test-webkitpy: INFO     Suppressing most webkitpy logging while running unit tests.
test-webkitpy: WARNING  You are testing webkitpy with a Python version (2.6.1) higher than the minimum version (2.5) it was meant to support.
test-webkitpy: WARNING  Skipping tests in ./Tools/QueueStatusServer due to failure (No module named dev_appserver).  This module is optional.  The failure is likely due to a missing Google AppEngine install.  (http://code.google.com/appengine/downloads.html)
webkitpy.test.main: INFO     Excluding: webkitpy.common.checkout.scm_unittest (use --all to include)
.....................................................................................................................................................................................................................root: INFO     this should be logged
....................................................................................................................................................................................................................................................................................^CInterrupted, exiting
Traceback (most recent call last):
  File "./Tools/Scripts/test-webkitpy", line 266, in <module>
    Tester().run_tests(sys.argv, external_package_paths)
  File "/Users/abarth/svn/webkit3/Tools/Scripts/webkitpy/test/main.py", line 157, in run_tests
    unittest.main(argv=sys_argv, module=None)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 817, in __init__
    self.runTests()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 861, in runTests
    result = testRunner.run(self.test)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 753, in run
    test(result)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 300, in __call__
    return self.run(*args, **kwds)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/Users/abarth/svn/webkit3/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py", line 188, in test_accelerated_2d_canvas
    self.assertTrue(passing_run(['--accelerated-2d-canvas']))
  File "/Users/abarth/svn/webkit3/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py", line 96, in passing_run
    res = run_webkit_tests.run(port_obj, options, parsed_args)
  File "/Users/abarth/svn/webkit3/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 118, in run
    num_unexpected_results = manager.run(result_summary)
  File "/Users/abarth/svn/webkit3/Tools/Scripts/webkitpy/layout_tests/layout_package/manager.py", line 829, in run
    raise KeyboardInterrupt
KeyboardInterrupt

-- 
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