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

Unified Diff: tools/test.dart

Issue 10417053: Add Path class to dart:io, and add unit tests for it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add unit tests for Path, remove test_suite changes. Created 8 years, 7 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
« tests/standalone/io/path_test.dart ('K') | « tests/standalone/io/path_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index ece8233f6632bb9dd77e416bb6a3abffdf7e9efa..3e7cad096efb5c8c335ef2dd972ce7347bece3de 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -29,10 +29,10 @@
#import("testing/dart/test_options.dart");
#import("testing/dart/test_suite.dart");
-#import("../compiler/tests/dartc/test_config.dart");
-#import("../runtime/tests/vm/test_config.dart");
-#import("../samples/tests/dartc/test_config.dart");
-#import("../tests/co19/test_config.dart");
+#import("../compiler/tests/dartc/test_config.dart"); // JUnitTestSuite
+#import("../runtime/tests/vm/test_config.dart"); // CCTestSuite
+#import("../samples/tests/dartc/test_config.dart"); // DartcCompilationTestS..
Mads Ager (google) 2012/05/29 07:36:02 ? Move the comments to the lines above the import
Bill Hesse 2012/05/31 15:55:10 Removed from this commit. On 2012/05/29 07:36:02,
Bill Hesse 2012/05/31 15:55:10 File reverted
+#import("../tests/co19/test_config.dart"); // StandardTestSuite
/**
* The directories that contain test suites which follow the conventions
« tests/standalone/io/path_test.dart ('K') | « tests/standalone/io/path_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698