[Webkit-unassigned] [Bug 39810] New: new-run-webkit-tests: Support DRT on Chromium-win

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 23:18:56 PDT 2010


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

           Summary: new-run-webkit-tests: Support DRT on Chromium-win
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: eric at webkit.org, tony at chromium.org,
                    dglazkov at chromium.org, ojan at chromium.org,
                    rolandsteiner at chromium.org, dpranke at chromium.org


See the discussion in https://bugs.webkit.org/show_bug.cgi?id=39203

Summary:
 DRT protocol needs non-blocking file read.
 Windows Python (non-Cygwin) can't set non-blocking mode by fcntl().
 Cygwin Python can do it.


Possible solutions:
 a) Use Cygwin Python
  I tried it.  I needed some cygpath conversion hacks, but still have mysterious hangup.
 b) Use ctypes
  Can we use ReadFileEx() through ctypes.windll.kernel32?
 c) Implement test_shell protocol for Chromium DRT

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