| Index: tools/testing/dart/status_file_parser.dart
|
| diff --git a/tools/testing/dart/status_file_parser.dart b/tools/testing/dart/status_file_parser.dart
|
| index 80da691d2c8edfb470b5e0a8368373e469e824ed..478b44c3cbbc8d10b3a4908e159c2973df7822c8 100644
|
| --- a/tools/testing/dart/status_file_parser.dart
|
| +++ b/tools/testing/dart/status_file_parser.dart
|
| @@ -14,6 +14,7 @@ final FAIL = "fail";
|
| final PASS = "pass";
|
| // An indication to skip the test. The caller is responsible for skipping it.
|
| final SKIP = "skip";
|
| +final OK = "ok";
|
|
|
| final RegExp StripComment = const RegExp("^[^#]*");
|
| final RegExp HeaderPattern = const RegExp(@"^\[([^\]]+)\]");
|
|
|