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

Unified Diff: sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart

Issue 48833007: Revise pub build patch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use Future.wait() instead of Future.forEach(). Created 7 years, 2 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 | « sdk/lib/_internal/pub/lib/src/command/build.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
index 5d0b67a7cd4b1367d8b43112741bce3698b4f576..f69676a5a26c4ce44d7d63ca76e66e8b50716229 100644
--- a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
+++ b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
@@ -10,7 +10,8 @@ import '../test_pub.dart';
main() {
initConfig();
- // TODO(rnystrom): Should also add tests that other transformers work.
+ // TODO(rnystrom): Should also add tests that other transformers work
+ // (#14556).
integration("compiles Dart entrypoints to Dart and JS", () {
// Dart2js can take a long time to compile dart code, so we increase the
@@ -28,6 +29,8 @@ main() {
])
]).create();
+ // TODO(rnystrom): If we flesh out the command-line output, validate that
+ // here.
schedulePub(args: ["build"],
output: new RegExp(r"Built 2 files!"),
exitCode: 0);
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command/build.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698