[Webkit-unassigned] [Bug 65834] NRWT should support cascading expectations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 09:08:34 PDT 2011


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





--- Comment #5 from Dirk Pranke <dpranke at chromium.org>  2011-08-09 09:08:34 PST ---
(In reply to comment #4)
> The point is that a port has subports (like qt and qt-linux) and the subport
> has some metric differences but a great amount of expectation can be shared
> across subports.

Agreed; however, the normal usage of the expectations file handles this fine (this is how Chromium uses it): use one expectations file for all of the QT ports. Results that are the same across all subports need no modifiers; results that vary can have them, e.g.:

BUGWK12345 : foo/bar.html = TEXT
BUGWK12346 LINUX : foo/bar.html = IMAGE

indicates that all of the Qt ports fail the first but only Qt-Linux fails the second.

The complication arises if you want to also share expectations with a different port (Gtk, Apple, Chromium, whatever), in which case you'd have to add some way to distinguish qt-linux from chromium-linux, or if you want to have expectations that are common across *all* ports, e.g., because every port will fail the 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