Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Issue 20830003: Get rid of the distinction between modifiers and expectations. (Closed)

Created:
7 years, 5 months ago by ojan
Modified:
7 years, 5 months ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Visibility:
Public.

Description

Get rid of the distinction between modifiers and expectations. Now there are just the platform specifiers and the expectations and they match the syntax of the expectations file, i.e. specifiers are in the brackets before the test and expectations are in the brackets after the tests. In addition to cleaning up the code, this makes it so that we don't artificially add a PASS expectation to SLOW, WONTFIX, etc. tests. This, in turn, fixes a bug where merging two expectations line would mark the test as flaky, e.g.: "foo.html [ Slow ]" merged with "foo.html [ Failure ]" would become "foo.html [ Slow Pass Failure ]" before this patch. R=dpranke@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155028

Patch Set 1 #

Patch Set 2 : clean up a couple things #

Total comments: 4

Messages

Total messages: 3 (0 generated)
ojan
7 years, 5 months ago (2013-07-26 22:26:08 UTC) #1
Dirk Pranke
LGTM. A few nits ... https://codereview.chromium.org/20830003/diff/3001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py File Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (right): https://codereview.chromium.org/20830003/diff/3001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py#newcode143 Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:143: return test_expectations.MISSING in expectations ...
7 years, 5 months ago (2013-07-26 23:07:28 UTC) #2
ojan
7 years, 5 months ago (2013-07-26 23:53:44 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r155028 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698