RESOLVED INVALID 48167
DumpRenderTree hangs beneath fflush when running old-run-webkit-tests using Win32 Perl
https://bugs.webkit.org/show_bug.cgi?id=48167
Summary DumpRenderTree hangs beneath fflush when running old-run-webkit-tests using W...
Adam Roben (:aroben)
Reported 2010-10-22 17:28:08 PDT
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
Adam Roben (:aroben)
Comment 1 2010-11-15 22:22:02 PST
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]
Comment 2 2024-03-05 06:56:40 PST
old-run-webkit-tests was removed in bug 135374 nearly a decade ago. 🙃
Note You need to log in before you can comment on or make changes to this bug.