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

Unified Diff: karma.conf.js

Issue 2079373002: Verify status of statically failing tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 4 years, 6 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 | lib/src/compiler/code_generator.dart » ('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 74ea15242c05be8a2266c2dde5378a8f740f571c..ff8e12d567b9b63be657fab5c1d62486399a7140 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -14,25 +14,23 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'lib/runtime/dart_*.js',
- 'lib/runtime/dart/*.js',
// {pattern: 'test/browser/*.js', included: false}
'gen/codegen_output/async_helper/async_helper.js',
- 'gen/codegen_output/dom/dom.js',
'gen/codegen_output/expect/expect.js',
'gen/codegen_output/path/path.js',
'gen/codegen_output/stack_trace/stack_trace.js',
'gen/codegen_output/js/js.js',
'gen/codegen_output/matcher/matcher.js',
'gen/codegen_output/unittest/unittest.js',
- 'gen/codegen_output/syncstar_syntax.js',
'gen/codegen_output/language/**.js',
- 'gen/codegen_output/language/sub/sub.js',
- 'gen/codegen_output/language/*.lib',
+ 'gen/codegen_output/language/**.err',
'gen/codegen_output/corelib/**.js',
+ 'gen/codegen_output/corelib/**.err',
'gen/codegen_output/lib/convert/**.js',
'gen/codegen_output/lib/html/**.js',
'gen/codegen_output/lib/math/**.js',
'gen/codegen_output/lib/typed_data/**.js',
+ 'gen/codegen_output/lib/*/**.err',
'test/browser/*.js',
'test-main.js',
],
« no previous file with comments | « no previous file | lib/src/compiler/code_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698