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

Unified Diff: tool/browser_test.sh

Issue 1673863002: Infra for running lib tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat Created 4 years, 10 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 | « test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/browser_test.sh
diff --git a/tool/browser_test.sh b/tool/browser_test.sh
index 6983b29ab253833917e77f1ddb7ed89f4986e405..5809de8ede7b62b9ad8bf47d0e5d3f792bee1c11 100755
--- a/tool/browser_test.sh
+++ b/tool/browser_test.sh
@@ -34,5 +34,6 @@ if [[ "$OSTYPE" == "linux-gnu" ]] && [[ -z "$CHROME_CANARY_BIN" ]]; then
fi
cat test/codegen/expect/language/*.js > test/codegen/expect/language-all.js
+cat test/codegen/expect/lib/typed_data/*.js > test/codegen/expect/lib-typed_data-all.js
npm install
npm test
« no previous file with comments | « test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698