Bug 48167
Summary: | DumpRenderTree hangs beneath fflush when running old-run-webkit-tests using Win32 Perl | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ddkilzer |
Priority: | P2 | Keywords: | PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Bug Depends on: | |||
Bug Blocks: | 48166 |
Adam Roben (:aroben)
r70188 made it possible to run old-run-webkit-tests using Win32 Perl (once you remove an early bailout in that script). But when you do so, DumpRenderTree hangs while calling fflush(), which obviously makes it unusable.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I tried replacing old-run-webkit-test's use of O_NONBLOCK with IO::Select. This works fine on Cygwin, but ORWT thinks that every test is timing out immediately. The problem seems to be that IO::Select only works with sockets on Windows.
Sam Sneddon [:gsnedders]
old-run-webkit-tests was removed in bug 135374 nearly a decade ago. 🙃