Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: tools/testing/dart/status_file_parser.dart

Issue 23368003: Cleanup of isolate.status (first step) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698