| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations_unittest.py
|
| index be2a4e915a521aef593f3c94a46d4d804f700fbe..ef0694a5749b10ee3357157453fd8f4bf6316d14 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations_unittest.py
|
| @@ -34,6 +34,7 @@ from webkitpy.layout_tests.port import builders
|
|
|
|
|
| class BotTestExpectationsFactoryTest(unittest.TestCase):
|
| +
|
| def fake_results_json_for_builder(self, builder):
|
| return bot_test_expectations.ResultsJSON(builder, 'Dummy content')
|
|
|
| @@ -69,7 +70,7 @@ class BotTestExpectationsFactoryTest(unittest.TestCase):
|
| class BotTestExpectationsTest(unittest.TestCase):
|
| # FIXME: Find a way to import this map from Tools/TestResultServer/model/jsonresults.py.
|
| FAILURE_MAP = {"A": "AUDIO", "C": "CRASH", "F": "TEXT", "I": "IMAGE", "O": "MISSING",
|
| - "N": "NO DATA", "P": "PASS", "T": "TIMEOUT", "Y": "NOTRUN", "X": "SKIP", "Z": "IMAGE+TEXT", "K": "LEAK"}
|
| + "N": "NO DATA", "P": "PASS", "T": "TIMEOUT", "Y": "NOTRUN", "X": "SKIP", "Z": "IMAGE+TEXT", "K": "LEAK"}
|
|
|
| # All result_string's in this file represent retries from a single run.
|
| # The left-most entry is the first try, the right-most is the last.
|
|
|