| Index: tools/testrunner/local/old_statusfile.py
 | 
| diff --git a/tools/testrunner/local/old_statusfile.py b/tools/testrunner/local/old_statusfile.py
 | 
| index d634e3ec955b9f278fb6a09df2b0e03df2c8df6c..a9a62036ec48fcfcd68135e8c93358a163122a6c 100644
 | 
| --- a/tools/testrunner/local/old_statusfile.py
 | 
| +++ b/tools/testrunner/local/old_statusfile.py
 | 
| @@ -37,7 +37,6 @@ OKAY = 'OKAY'
 | 
|  TIMEOUT = 'TIMEOUT'
 | 
|  CRASH = 'CRASH'
 | 
|  SLOW = 'SLOW'
 | 
| -FLAKY = 'FLAKY'
 | 
|  # These are just for the status files and are mapped below in DEFS:
 | 
|  FAIL_OK = 'FAIL_OK'
 | 
|  PASS_OR_FAIL = 'PASS_OR_FAIL'
 | 
| @@ -49,7 +48,6 @@ KEYWORDS = {SKIP: SKIP,
 | 
|              TIMEOUT: TIMEOUT,
 | 
|              CRASH: CRASH,
 | 
|              SLOW: SLOW,
 | 
| -            FLAKY: FLAKY,
 | 
|              FAIL_OK: FAIL_OK,
 | 
|              PASS_OR_FAIL: PASS_OR_FAIL}
 | 
|  
 | 
| 
 |