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

Unified Diff: dart/tests/compiler/dart2js/dart_backend_test.dart

Issue 11740025: Add dart2js option to select library categories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix dartdoc and some unit tests Created 7 years, 11 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 | « dart/tests/compiler/dart2js/analyze_api_test.dart ('k') | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/dart_backend_test.dart
diff --git a/dart/tests/compiler/dart2js/dart_backend_test.dart b/dart/tests/compiler/dart2js/dart_backend_test.dart
index ebaf7f376984f83184b0d4c482bd103a949f60e2..08c9e6a70eb5ffa03eefa11faf063aebf8ec03a1 100644
--- a/dart/tests/compiler/dart2js/dart_backend_test.dart
+++ b/dart/tests/compiler/dart2js/dart_backend_test.dart
@@ -118,6 +118,8 @@ testDart2DartWithLibrary(
}
final options = <String>['--output-type=dart'];
+ // Some tests below are using dart:io.
+ options.add('--categories=Client,Server');
if (minify) options.add('--minify');
if (stripTypes) options.add('--force-strip=types');
« no previous file with comments | « dart/tests/compiler/dart2js/analyze_api_test.dart ('k') | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698