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

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

Issue 1075013002: Enable observatory tests by default (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « runtime/observatory/observatory.status ('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_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 34006b9648f2306963b0fd424603a6dc1e118061..e676d7577fd6f7461ae24f916bf60edfce3fcfea 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -14,7 +14,7 @@ import "runtime_configuration.dart" show RuntimeConfiguration;
const List<String> defaultTestSelectors =
const ['samples', 'standalone', 'corelib', 'co19', 'language',
'isolate', 'vm', 'html', 'benchmark_smoke',
- 'utils', 'lib', 'pkg', 'analyze_library',
+ 'utils', 'lib', 'pkg', 'analyze_library', 'observatory',
'pkg_tested'];
/**
« no previous file with comments | « runtime/observatory/observatory.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698