[Webkit-unassigned] [Bug 66228] REGRESSION (NRWT): Leaks Viewer can't load leaks from test runs that used NRWT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 10:00:59 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66228





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-08-15 10:00:59 PST ---
I'm happy to name them however you'd like, but I can't (because we use multiple processes) have a single increasing counter for the file numbers.

http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/mac.py#L103

Is where the name is generated.  That code is per-worker-instance.  (Well, it exists in both the worker and the master process), so we don't have any way to coordinate names except through the file system.  We could look at what files exist on disk, but then we'd have to look between the workers or we could end up with a race condition.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list