Bug 91697
Summary: | test-webkitpy fails running in parallel on win32 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, eric, ojan, rniwa, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dirk Pranke
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
*** This bug has been marked as a duplicate of bug 91700 ***