RESOLVED FIXED 64554
Remove the notion of TestExpectationLine.valid, start storing parsing errors in expectations themselves.
https://bugs.webkit.org/show_bug.cgi?id=64554
Summary Remove the notion of TestExpectationLine.valid, start storing parsing errors ...
Dimitri Glazkov (Google)
Reported 2011-07-14 13:01:59 PDT
Remove the notion of TestExpectationLine.valid, start storing parsing errors in expectations themselves.
Attachments
Patch (20.61 KB, patch)
2011-07-14 13:09 PDT, Dimitri Glazkov (Google)
no flags
Dimitri Glazkov (Google)
Comment 1 2011-07-14 13:09:53 PDT
Adam Barth
Comment 2 2011-07-14 22:47:43 PDT
Comment on attachment 100852 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=100852&action=review > Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:726 > + modifiers = [o for o in options if o in self.MODIFIERS] normally we'd use the variable option instead of o
Adam Barth
Comment 3 2011-07-14 22:48:40 PDT
Comment on attachment 100852 [details] Patch I mean, I feel like I don't fully understand this change, which makes me hesitant to review it. However, the direction looks good.
Dimitri Glazkov (Google)
Comment 4 2011-07-15 08:51:43 PDT
Comment on attachment 100852 [details] Patch Clearing flags on attachment: 100852 Committed r91071: <http://trac.webkit.org/changeset/91071>
Dimitri Glazkov (Google)
Comment 5 2011-07-15 08:51:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.