[Webkit-unassigned] [Bug 45356] New: test-webkitpy: Fix load error of webkitpy/layout_tests/port/factory_unittest.py on Win32 Python
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 7 18:54:34 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45356
Summary: test-webkitpy: Fix load error of
webkitpy/layout_tests/port/factory_unittest.py on
Win32 Python
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: tony at chromium.org, dglazkov at chromium.org,
dpranke at chromium.org
Blocks: 45342
test-webkitpy: INFO Suppressing most webkitpy logging while running unit tests.
test-webkitpy: WARNING You are testing webkitpy with a Python version (2.6.2) higher than the minimum version (2.5) it was meant to support.
webkitpy.test.main: INFO Excluding: webkitpy.common.checkout.scm_unittest (use --all to include)
Traceback (most recent call last):
File "./WebKitTools/Scripts/test-webkitpy", line 240, in <module>
Tester().run_tests(sys.argv)
File "D:\google-windows-2\chromium-win-release-tests\build\WebKitTools\Scripts\webkitpy\test\main.py", line 129, in run_tests
unittest.main(argv=sys_argv, module=None)
File "c:\depot_tools\python_bin\lib\unittest.py", line 816, in __init__
self.parseArgs(argv)
File "c:\depot_tools\python_bin\lib\unittest.py", line 843, in parseArgs
self.createTests()
File "c:\depot_tools\python_bin\lib\unittest.py", line 849, in createTests
self.module)
File "c:\depot_tools\python_bin\lib\unittest.py", line 613, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "c:\depot_tools\python_bin\lib\unittest.py", line 584, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'factory_unittest'
--
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