Bug 48167 - DumpRenderTree hangs beneath fflush when running old-run-webkit-tests using Win32 Perl
Summary: DumpRenderTree hangs beneath fflush when running old-run-webkit-tests using W...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: PlatformOnly
Depends on:
Blocks: 48166
  Show dependency treegraph
 
Reported: 2010-10-22 17:28 PDT by Adam Roben (:aroben)
Modified: 2024-03-05 06:56 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 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.
Comment 2 Sam Sneddon [:gsnedders] 2024-03-05 06:56:40 PST
old-run-webkit-tests was removed in bug 135374 nearly a decade ago. 🙃