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

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

Issue 164333013: Fixes for the test framework multitests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« tools/testing/dart/multitest.dart ('K') | « tools/testing/dart/multitest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index d9cfa71c9d67e050c999eefde83e6f80b9f80397..db369639915af2ec79357677101e06238a48de5c 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -28,7 +28,7 @@ part "browser_test.dart";
RegExp multiHtmlTestGroupRegExp = new RegExp(r"\s*[^/]\s*group\('[^,']*");
RegExp multiHtmlTestRegExp = new RegExp(r"useHtmlIndividualConfiguration()");
-RegExp multiTestRegExp = new RegExp(r"/// [0-9][0-9]:(.*)");
+RegExp multiTestRegExp = new RegExp(r"/// \w+:(.*)");
floitsch 2014/02/17 14:23:49 I think this would clash too easily with dartdoc c
sigurdm 2014/02/17 14:30:00 Good point - it is a shame. Two digit identifiers
/**
* A simple function that tests [arg] and returns `true` or `false`.
« tools/testing/dart/multitest.dart ('K') | « tools/testing/dart/multitest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698