Skip to content

Commit

Permalink
Merge pull request #323 from dart-lang/language_tests
Browse files Browse the repository at this point in the history
add language tests & run them in karma
  • Loading branch information
John Messerly committed Sep 16, 2015
2 parents 279194d + bea9ae7 commit 4c43f3f
Show file tree
Hide file tree
Showing 1,759 changed files with 111,252 additions and 150 deletions.
8 changes: 7 additions & 1 deletion pkg/dev_compiler/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ module.exports = function(config) {
'test/codegen/expect/unittest/unittest.js',
'test/codegen/expect/syncstar_syntax.js',
'test/codegen/expect/language/*.js',
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
'test/browser/*.js',
'test-main.js',
],
Expand Down Expand Up @@ -67,6 +69,9 @@ module.exports = function(config) {
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,

browserNoActivityTimeout: 60000,
browserDisconnectTolerance: 5,

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher

Expand Down Expand Up @@ -94,7 +99,8 @@ module.exports = function(config) {
flags: [ '--no-sandbox', harmony_flags ]
},
},
browsers: ['chrome_harmony', 'chrome_canary_harmony'],
// TODO(jmesserly): 'chrome_harmony',
browsers: ['chrome_canary_harmony'],

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
Expand Down
Loading

0 comments on commit 4c43f3f

Please sign in to comment.