[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 14:01:50 PST 2012


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





--- Comment #7 from Adam Roben (:aroben) <aroben at apple.com>  2012-01-06 14:01:50 PST ---
(In reply to comment #6)
> 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?

Right now I think it gets persisted out to disk with the rest of DRT's preferences, but I don't think that is a requirement. In fact, it's probably an accident that DRT's preferences get written to disk. So I don't think this presents a problem for concurrent testing, as long as we stop writing out preferences to disk.

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

Perhaps. Presumably that would require DRT changes. I also wonder if it would slow things down, since we'd be loading 3 files (prologue + test + epilogue) for every css2.1 test.

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