[Webkit-unassigned] [Bug 120081] lint-test-expectations complains about a seemingly-legitimate override
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 20 13:48:38 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120081
--- Comment #1 from Dirk Pranke <dpranke at chromium.org> 2013-08-20 13:48:08 PST ---
Two lines in the same file are not allowed to have overlapping sets of modifiers. You would have to change this to something like:
[Lion] .... [ ImageOnlyFailure]
[MountainLion Debug] ... [ ImageOnlyFailure ]
[ML Release] ... [ Pass ImageOnlyFailure ]
At one point fairly early on in the evolution of new-run-webkit-tests, there was logic so that a more specific set of modifiers could legally override a less-specific set of modifiers, but it was deemed that this made things too confusing and hard to maintain. I think the code for this may actually mostly still be in test_expectations.py, but I don't know that you'd want to change it.
--
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