[Webkit-unassigned] [Bug 105989] New: [Win] webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_unicode fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 19:26:19 PST 2013


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

           Summary: [Win]
                    webkitpy.common.system.executive_unittest.ExecutiveTes
                    t.test_run_command_with_unicode fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, abarth at webkit.org,
                    dpranke at chromium.org


http://build.webkit.org/builders/Apple%20Win%20XP%20Debug%20%28Tests%29/builds/48985/steps/webkitpy-test/logs/stdio

165/1614] webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_unicode erred:
  Traceback (most recent call last):
    File "/home/buildbot/slave/win-debug-tests/build/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 149, in test_run_command_with_unicode
      output = executive.run_command(command_line('echo', unicode_tor_input))
    File "/home/buildbot/slave/win-debug-tests/build/Tools/Scripts/webkitpy/common/system/executive.py", line 420, in run_command
      close_fds=self._should_close_fds())
    File "/home/buildbot/slave/win-debug-tests/build/Tools/Scripts/webkitpy/common/system/executive.py", line 490, in popen
      string_args = self._stringify_args(args)
    File "/home/buildbot/slave/win-debug-tests/build/Tools/Scripts/webkitpy/common/system/executive.py", line 477, in _stringify_args
      string_args = map(unicode, args)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 7: ordinal not in range(128)

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