RESOLVED FIXED 72079
Implement webkit-patch print-expectations
https://bugs.webkit.org/show_bug.cgi?id=72079
Summary Implement webkit-patch print-expectations
Andrew Scherkus
Reported 2011-11-10 17:57:04 PST
Split off from https://bugs.webkit.org/show_bug.cgi?id=72001 """ We could also build up better tools for explaining what tests run where and what the expectations are. It is actually possible to extract that from NRWT now given the appropriate command line flags, but it's not easy to do so (using the --print trace* options) Maybe we need a "webkit-patch print-expectations" command that duplicates what we print with --print trace and iterates over all of the ports or something? """
Attachments
Tony Chang
Comment 1 2011-11-11 09:50:32 PST
I think this would be more useful in either the flakiness dashboard or garden-o-matic. In practice, you only ask the question "What are the expectations for test foo?" in the context of looking at a failure on the waterfall or on garden-o-matic.
Dirk Pranke
Comment 2 2011-11-11 11:51:25 PST
I won't argue that this would be useful in a web page somewhere, but I at least ask this question from the command line from time-to-time as well.
Dirk Pranke
Comment 3 2012-06-20 11:39:07 PDT
This was fixed in bug 83347 and 83348 (two commands, print-expectations and print-baselines).
Note You need to log in before you can comment on or make changes to this bug.