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

Unified Diff: tools/test.dart

Issue 539153002: Port and integrate the irregexp engine from V8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 2dcad8168a214808929a141e23e69b030c177ca2..a9ff8620db83034d010f6d0364d151e703efcb77 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -60,6 +60,7 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/html'),
new Path('tests/isolate'),
new Path('tests/language'),
+ new Path('tests/language/regex'),
ricow1 2014/09/05 05:47:41 You don't need this, we automatically recurse into
jgruber1 2014/09/05 06:17:26 Good to know, thanks. Done.
new Path('tests/lib'),
new Path('tests/standalone'),
new Path('tests/try'),
« tests/language/regex/regexp_test.dart ('K') | « tests/language/regex/regexp_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698