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

Unified Diff: tool/test.sh

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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
« lib/src/summary.dart ('K') | « tool/sdk_expected_errors.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/test.sh
diff --git a/tool/test.sh b/tool/test.sh
index ae4590bfa2c8508bbaf9067809a77af5554cad9a..8532b4400fee43ee6c30af678e94714d3dc1d689 100755
--- a/tool/test.sh
+++ b/tool/test.sh
@@ -22,9 +22,6 @@ cd $( dirname "${BASH_SOURCE[0]}" )/..
unset COVERALLS_TOKEN
pub run test:test test/all_tests.dart || fail
-# run self host and analyzer after other tests, because they're ~seconds to run.
-pub run test:test test/checker/self_host_test.dart || fail
-
{
fc=`find test -name "*.dart" |\
xargs grep "/\*\S* should be \S*\*/" | wc -l`
« lib/src/summary.dart ('K') | « tool/sdk_expected_errors.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698