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 / TestsAssignee: 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    

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