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

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

Issue 1167533005: Revert "Remove pkg_tested from the default selector" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tools/bots/cross-vm.py ('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 ca0adad133a7b18eca05faa60da68bc146484a25..994e786f7e83595f2fef78bc0305193767b419b8 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -14,7 +14,8 @@ 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', 'service'];
+ 'utils', 'lib', 'pkg', 'analyze_library', 'service',
+ 'pkg_tested'];
/**
* Specification of a single test option.
« no previous file with comments | « tools/bots/cross-vm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698