| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| index 91344b2d948b48c5f28f0dfeba5b1ef305f0b2f2..b16eefb04f241f6e5789234c64805f437690bec8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| @@ -140,6 +140,7 @@ class BotTestExpectationsFactory(object):
|
| return None
|
| return BotTestExpectations(results_json)
|
|
|
| +
|
| class BotTestExpectations(object):
|
| # FIXME: Get this from the json instead of hard-coding it.
|
| RESULT_TYPES_TO_IGNORE = ['N', 'X', 'Y'] # NO_DATA, SKIP, NOTRUN
|
|
|