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

Unified Diff: tool/browser_test.sh

Issue 1521283003: Run browser tests on Atom/Electron (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years 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/runtime/dart_library.js ('K') | « test/browser/language_tests.js ('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 ffef3712348803b263cf76b9b7e218596d9d5cf7..6983b29ab253833917e77f1ddb7ed89f4986e405 100755
--- a/tool/browser_test.sh
+++ b/tool/browser_test.sh
@@ -33,5 +33,6 @@ if [[ "$OSTYPE" == "linux-gnu" ]] && [[ -z "$CHROME_CANARY_BIN" ]]; then
fi
fi
+cat test/codegen/expect/language/*.js > test/codegen/expect/language-all.js
npm install
npm test
« lib/runtime/dart_library.js ('K') | « test/browser/language_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698