[Webkit-unassigned] [Bug 75707] Many css2.1 tests fail on Apple's Windows port under NRWT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 13:50:51 PST 2012


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





--- Comment #6 from Dirk Pranke <dpranke at chromium.org>  2012-01-06 13:50:50 PST ---
Hm. This is a problematic feature in the face of parallelism.

How would this be supposed to work with multiple DRTs running at the same time? Does the persistent user style sheet affect any DRT running on the machine, or is it only in memory? I.e., how do I keep this from affecting DRTs running tests in other directories?

I'm actually working on a slightly different approach to this sort of thing where NRWT will change the command line flags passed to the process on a per-directory configurable basis (as part of getting rid of the chromium GPU configuration).

Could we maybe do something like that instead where every test would be told to do something different before/after/during the test but it was in-memory?

Failing that, given that this seems to only be used on the Windows port at the moment, I suggest we hack this into the windows Driver.run_test() to detect when it's entering and leaving directories with these files, and fix the windows # of workers at 1 until we can figure out a better way to get this sort of functionality.

WDYT?

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