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

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

Issue 2955513002: Dynamically load packages for dartdevc tests in test.dart. (Closed)
Patch Set: Remove TODO that's TODONE. Created 3 years, 6 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
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/dartdevc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/utils.dart
diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
index ee14293d754899916bd5956ccbd4361ca448744c..f0a59a95c7c58966efbd6b7494e87948d34d53fc 100644
--- a/tools/testing/dart/utils.dart
+++ b/tools/testing/dart/utils.dart
@@ -19,6 +19,19 @@ String MAX_STDIO_DELAY_PASSED_MESSAGE =
($MAX_STDIO_DELAY passed). Please note that this could be an indicator
that there is a hanging process which we were unable to kill.""";
+/// The names of the packages that are available for use in tests.
+const testPackages = const [
+ "async_helper",
+ "collection",
+ "expect",
+ "js",
+ "matcher",
+ "meta",
+ "path",
+ "stack_trace",
+ "unittest"
+];
+
class DebugLogger {
static IOSink _sink;
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/dartdevc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698