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

Unified Diff: karma.conf.js

Issue 1928443006: Stop concatenating all tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | test/codegen/expect/lib-typed_data-all.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index 44aba5e708d4b9a5467452a5d53958747035d765..279e5c1e107fea7109507b9aaf07a38bae0a3236 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -22,10 +22,10 @@ module.exports = function(config) {
'test/codegen/expect/matcher/matcher.js',
'test/codegen/expect/unittest/unittest.js',
'test/codegen/expect/syncstar_syntax.js',
- 'test/codegen/expect/language-all.js',
+ 'test/codegen/expect/language/**.js',
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
- 'test/codegen/expect/lib-typed_data-all.js',
+ 'test/codegen/expect/lib-typed_data/**.js',
'test/browser/*.js',
'test-main.js',
],
@@ -89,7 +89,7 @@ module.exports = function(config) {
};
if (process.env.TRAVIS) {
- configuration.browsers = ['chrome_canary_travis', 'Electron'];
+ configuration.browsers = ['chrome_canary_travis'];
configuration.autoWatch = false;
// Enable this for more logging on Travis. It is too much for Travis to
// automatically display, but still results in a downloadable raw log.
« no previous file with comments | « no previous file | test/codegen/expect/lib-typed_data-all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698