[Webkit-unassigned] [Bug 72748] NRWT fails on unreleased versions of Mac OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 10:40:16 PST 2011


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





--- Comment #7 from Darin Adler <darin at apple.com>  2011-12-06 10:40:15 PST ---
(In reply to comment #6)
> It sounds like we need to teach the tool to look for the mac-future skipped list somewhere else, presumably in LayoutTests/platform/mac/Skipped?

That sounds right. Here is the design concept:

The directory platform/mac represents Mac in the future and the other directories such as platform/mac-lion mean “things that are different in Lion than the future” and platform/mac-snowleopard means “things that are different in SnowLeopard than Lion”.

Skipped files are an anomaly here; they are independent rather than built on top of each other as deltas, but that is a design mistake. The Skipped file in each directory should be a delta from the Skipped file from below. There should be a master Skipped file that is not platform specific, and then each directory should modify that one.

I’d expect something similar for the Chrome-style expected results file too. And I’d also like to merge the Skipped concept and the expected results concept into a single file.

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