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

Unified Diff: sdk/bin/pub

Issue 760273003: Skip two pub tests on stable channel - tests are deleting repo src files!!! (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/dart/
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/pub
===================================================================
--- sdk/bin/pub (revision 42013)
+++ sdk/bin/pub (working copy)
@@ -59,7 +59,7 @@
# Compile async/await down to vanilla Dart.
# TODO(rnystrom): Remove this when #104 is fixed.
ASYNC_COMPILER="$SDK_DIR/lib/_internal/pub/bin/async_compile.dart"
-"$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR"
+# Disabled "$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR"
# Run the async/await compiled pub.
PUB="$SDK_DIR/lib/_internal/pub_generated/bin/pub.dart"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698