[Webkit-unassigned] [Bug 105380] New: [chromium] executive.py stringify_args error on the release test bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 19:34:14 PST 2012


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

           Summary: [chromium] executive.py stringify_args error on the
                    release test bot
           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: noel.gordon at gmail.com
                CC: eric at webkit.org, dpranke at chromium.org


http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Tests%29/builds/32021/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)

11Checking autoinstalled packages ...
Checking imports ...
Finding the individual test methods ...
Running the tests ...
[111/1309] webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_unicode erred:
  Traceback (most recent call last):
    File "E:\google-windows-4\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive_unittest.py", line 148, in test_run_command_with_unicode
      output = executive.run_command(command_line('echo', unicode_tor_input))
    File "E:\google-windows-4\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 419, in run_command
      close_fds=self._should_close_fds())
    File "E:\google-windows-4\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 489, in popen
      string_args = self._stringify_args(args)
    File "E:\google-windows-4\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 476, in _stringify_args
      string_args = map(unicode, args)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 23: ordinal not in range(128)

[904/1309] webkitpy.layout_tests.run_webkit_tests_integrationtest.RunTest.test_run_part passed
Ran 1309 tests in 17.675s
FAILED (failures=0, errors=1)
program finished with exit code 1
elapsedTime=19.594000

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