RESOLVED FIXED 29698
Remove clone count from worker-cloneport.html
https://bugs.webkit.org/show_bug.cgi?id=29698
Summary Remove clone count from worker-cloneport.html
Andrew Wilson
Reported 2009-09-23 16:41:52 PDT
worker-cloneport.html fails if the platform doesn't do 50 clones while the worker thread is posting 50K ports. The problem is that there are no real guarantees as to how many times the ports will be cloned, because the cloning happens on a completely separate process from the message posting - this test is not valid. So the actual # clones is all over the map, making this test fail sporadically on multi-process implementations (i.e. Chromium). We should just remove this check from this test.
Attachments
proposed patch (2.28 KB, patch)
2009-10-01 14:33 PDT, Andrew Wilson
no flags
Andrew Wilson
Comment 1 2009-10-01 14:33:10 PDT
Created attachment 40477 [details] proposed patch
WebKit Commit Bot
Comment 2 2009-10-01 21:01:47 PDT
Comment on attachment 40477 [details] proposed patch Clearing flags on attachment: 40477 Committed r49009: <http://trac.webkit.org/changeset/49009>
WebKit Commit Bot
Comment 3 2009-10-01 21:01:51 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.