[Webkit-unassigned] [Bug 91697] New: test-webkitpy fails running in parallel on win32

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 17:29:09 PDT 2012


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

           Summary: test-webkitpy fails running in parallel on win32
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: tony at chromium.org, abarth at webkit.org, rniwa at webkit.org


e.g.: http://build.webkit.org/builders/Chromium%20Win%20Release%20(Tests)/builds/28355/steps/webkitpy-test/logs/stdio

Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really slow:
    webkitpy.common.checkout.scm.scm_unittest
    (https://bugs.webkit.org/show_bug.cgi?id=31818; use --all to include)

Skipping tests in the following modules or packages because they fail horribly on win32:
    webkitpy.common.checkout
    webkitpy.common.config
    webkitpy.tool
    (https://bugs.webkit.org/show_bug.cgi?id=54526; use --all to include)

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy

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