[Webkit-unassigned] [Bug 36811] New: [Chromium-Win] subprocess.call should be called with stdin=open(os.devnull, 'r')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 01:21:29 PDT 2010


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

           Summary: [Chromium-Win] subprocess.call should be called with
                    stdin=open(os.devnull,'r')
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


[ RUN      ] WorkerTest.WorkerWebSocketLayoutTests
No handlers could be found for logger
"webkitpy.layout_tests.port.websocket_server"
Traceback (most recent call last):
  File
"c:\b\slave\win\build\src\third_party\WebKit\WebKitTools\Scripts\webkitpy\layout_tests\port\websocket_server.py",
line 312, in ?
    pywebsocket.stop(force=True)
  File
"c:\b\slave\win\build\src\third_party\WebKit\WebKitTools\Scripts\webkitpy\layout_tests\port\websocket_server.py",
line 253, in stop
    self._port_obj._kill_process(pid)
  File
"c:\b\slave\win\build\src\third_party\WebKit\WebKitTools\Scripts\webkitpy\layout_tests\port\chromium_win.py",
line 124, in _kill_process
    stderr=subprocess.PIPE)
  File "c:\b\slave\win\build\src\third_party\python_24\lib\subprocess.py", line
413, in call
    return Popen(*args, **kwargs).wait()
  File "c:\b\slave\win\build\src\third_party\python_24\lib\subprocess.py", line
534, in __init__
    (p2cread, p2cwrite,
  File "c:\b\slave\win\build\src\third_party\python_24\lib\subprocess.py", line
594, in _get_handles
    p2cread = self._make_inheritable(p2cread)
  File "c:\b\slave\win\build\src\third_party\python_24\lib\subprocess.py", line
635, in _make_inheritable
    DUPLICATE_SAME_ACCESS)
TypeError: an integer is required
c:\b\slave\win\build\src\chrome\test\ui\ui_layout_test.cc(39): error: Value of:
file_util::DieFileDie(temp_test_dir_, true)
  Actual: false
Expected: true
[  FAILED  ] WorkerTest.WorkerWebSocketLayoutTests (15328 ms)

I believe this is the same as https://bugs.webkit.org/show_bug.cgi?id=36586

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