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 36dd83994ecdee7977397d361a3591cc9be16915..3c07ff4ceabed2d142c637d55ad05d6414e5cd77 100644 |
--- a/tools/testing/dart/status_file_parser.dart |
+++ b/tools/testing/dart/status_file_parser.dart |
@@ -17,6 +17,7 @@ const PASS = "pass"; |
* An indication to skip the test. The caller is responsible for skipping it. |
*/ |
const SKIP = "skip"; |
+const SKIP_BY_DESIGN = "skipbydesign"; |
const OK = "ok"; |
/** |
* An indication that a test is slow and we should allow extra time for |