Searched refs:_inverted_expectation_tokens (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dbuildbot_results.py148 new_expectations_list = [TestExpectationParser._inverted_expectation_tokens[exp] for exp in list(set(actual) | set(expected))]
160 self._print(" %s [ %s ]" % (test, TestExpectationParser._inverted_expectation_tokens[key]))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations.py239 _inverted_expectation_tokens = dict([(value, name) for name, value in _expectation_tokens.iteritems()] + variable in class:TestExpectationParser
511 new_expectations.append(TestExpectationParser._inverted_expectation_tokens.get(expectation, expectation))

Completed in 203 milliseconds