Index: tools/testrunner/local/old_statusfile.py |
diff --git a/tools/testrunner/local/old_statusfile.py b/tools/testrunner/local/old_statusfile.py |
index a9a62036ec48fcfcd68135e8c93358a163122a6c..d634e3ec955b9f278fb6a09df2b0e03df2c8df6c 100644 |
--- a/tools/testrunner/local/old_statusfile.py |
+++ b/tools/testrunner/local/old_statusfile.py |
@@ -37,6 +37,7 @@ 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' |
@@ -48,6 +49,7 @@ KEYWORDS = {SKIP: SKIP, |
TIMEOUT: TIMEOUT, |
CRASH: CRASH, |
SLOW: SLOW, |
+ FLAKY: FLAKY, |
FAIL_OK: FAIL_OK, |
PASS_OR_FAIL: PASS_OR_FAIL} |