We don't need to keep BUGCR keyword for TestExpectations anymore.
Created attachment 255081 [details] Patch
Comment on attachment 255081 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255081&action=review LGTM > Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:151 > - expectation_line.warnings.append('BUG\d+ is not allowed, must be one of BUGCR\d+, BUGWK\d+, BUGV8_\d+, or a non-numeric bug identifier.') > + expectation_line.warnings.append('BUG\d+ is not allowed, must be one of BUGWK\d+, BUGV8_\d+, or a non-numeric bug identifier.') Please remove BUGV8 too before landing.
Committed r185698: <http://trac.webkit.org/changeset/185698>
(In reply to comment #2) > Comment on attachment 255081 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=255081&action=review > > LGTM > > > Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:151 > > - expectation_line.warnings.append('BUG\d+ is not allowed, must be one of BUGCR\d+, BUGWK\d+, BUGV8_\d+, or a non-numeric bug identifier.') > > + expectation_line.warnings.append('BUG\d+ is not allowed, must be one of BUGWK\d+, BUGV8_\d+, or a non-numeric bug identifier.') > > Please remove BUGV8 too before landing. Done !