On Fri, Aug 5, 2011 at 4:57 PM, <[email protected]> wrote: > LGTM. > > You may want to delete the last 4 lines in test/mjsunit/mjsunit.status > though, > since this patch basically fixes that issue. Then again you may also want to > increase the random number range? If it is ran in parallel when testing > isolates, they will definitely run concurrently, and 1/65535 may still be a > too > big chance?
I increased the constant, but looks like the isolates get their random generators seeded to the same value, so it doesn't help. Thanks, Vitaly -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
