[Webkit-unassigned] [Bug 46892] New: webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_unicode fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 06:12:33 PDT 2010


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

           Summary: webkitpy.common.system.executive_unittest.ExecutiveTes
                    t.test_run_command_with_unicode fails on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://build.webkit.org/builders/Windows%20Debug%20%28
                    Tests%29/builds/20495/steps/webkitpy-test/logs/stdio
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: eric at webkit.org, abarth at webkit.org


Here's the failure:


ERROR: Validate that it is safe to pass unicode() objects
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/win-debug-tests/build/WebKitTools/Scripts/webkitpy/common/system/executive_unittest.py", line 63, in test_run_command_with_unicode
    output = executive.run_command(["echo", "-n", unicode_tor])
  File "/home/buildbot/slave/win-debug-tests/build/WebKitTools/Scripts/webkitpy/common/system/executive.py", line 292, in run_command
    close_fds=self._should_close_fds())
  File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1091, in _execute_child
    raise child_exception
TypeError: execv() arg 2 must contain only strings

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