WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
39810
new-run-webkit-tests: Support DRT on Chromium-win
https://bugs.webkit.org/show_bug.cgi?id=39810
Summary
new-run-webkit-tests: Support DRT on Chromium-win
Kent Tamura
Reported
2010-05-26 23:18:54 PDT
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
Attachments
Patch
(30.07 KB, patch)
2010-05-28 03:10 PDT
,
Kent Tamura
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2010-05-28 03:10:48 PDT
Created
attachment 57310
[details]
Patch
Dimitri Glazkov (Google)
Comment 2
2010-05-28 07:06:01 PDT
Comment on
attachment 57310
[details]
Patch I like this refactoring, it makes management of the output code easier. We should probably do the same thing in the DRT proper -- but not today. WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py:49 + # Chromium DRT on non-Windows uses WebKitDriver. I am curious how platform/win DRT works then?
Dirk Pranke
Comment 3
2010-05-28 14:02:58 PDT
(In reply to
comment #2
)
> WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py:49 > + # Chromium DRT on non-Windows uses WebKitDriver. > I am curious how platform/win DRT works then?
I don't think it does. AFAIK, it was only a partial implementation that doesn't fully work yet. Copying abarth, who did the port and probably knows best the status.
Kent Tamura
Comment 4
2010-05-30 21:08:04 PDT
Comment on
attachment 57310
[details]
Patch Clearing flags on attachment: 57310 Committed
r60427
: <
http://trac.webkit.org/changeset/60427
>
Kent Tamura
Comment 5
2010-05-30 21:08:14 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug