| Index: Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/test.py b/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| index 541e1bd9e46c37690e0c360221e0bd09350dca17..0c9e946f4b908ec7bf08dd3ddd8d65ca499bbda0 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| @@ -101,7 +101,7 @@ class TestList(object):
|
| #
|
| # These numbers may need to be updated whenever we add or delete tests.
|
| #
|
| -TOTAL_TESTS = 100
|
| +TOTAL_TESTS = 102
|
| TOTAL_SKIPS = 25
|
| TOTAL_RETRIES = 14
|
|
|
|
|