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

Unified Diff: pkg/polymer/test/run.sh

Issue 23658002: Remove processing of dart code, summary.dart, simplified info.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: pkg/polymer/test/run.sh
diff --git a/pkg/polymer/test/run.sh b/pkg/polymer/test/run.sh
index 235b6b43db4710aeecc0cc923e9faaddb1200d4e..6f0640f0f04c462fbc47c313cf822c77879a5c28 100755
--- a/pkg/polymer/test/run.sh
+++ b/pkg/polymer/test/run.sh
@@ -70,7 +70,10 @@ function compare {
}
if [[ ($TEST_PATTERN == "") ]]; then
- echo Analyzing compiler for warnings or type errors
+ echo Analyzing analyzer for warnings or type errors
Jennifer Messerly 2013/08/28 22:10:25 do we need to analyze the analyzing analyzer too?
Siggi Cherem (dart-lang) 2013/08/29 00:34:15 :-) mmm... actually it might not be a bad idea. W
+ $dartanalyzer --hints --fatal-warnings --fatal-type-errors lib/dwc.dart
+
+ echo Analyzing deploy-compiler for warnings or type errors
$dartanalyzer --hints --fatal-warnings --fatal-type-errors lib/deploy.dart
echo -e "\nAnalyzing runtime for warnings or type errors"
« pkg/polymer/lib/src/css_analyzer.dart ('K') | « pkg/polymer/test/compiler_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698