Bug 29698 - Remove clone count from worker-cloneport.html
Summary: Remove clone count from worker-cloneport.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Andrew Wilson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 16:41 PDT by Andrew Wilson
Modified: 2009-10-01 21:01 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (2.28 KB, patch)
2009-10-01 14:33 PDT, Andrew Wilson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Wilson 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.
Comment 1 Andrew Wilson 2009-10-01 14:33:10 PDT
Created attachment 40477 [details]
proposed patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2009-10-01 21:01:51 PDT
All reviewed patches have been landed.  Closing bug.