Chromium Code Reviews

Unified Diff: test/dartdevc/build_test.dart

Issue 2893483005: Support DDC debugging tools. (Closed)
Patch Set: Add support for DDC debugging tools. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/dartdevc/build_test.dart
diff --git a/test/dartdevc/build_test.dart b/test/dartdevc/build_test.dart
index b1d1981e52af3d21822655876cc771fb915f2485..96047582cb75611e892f14a19a67cd56a56523d3 100644
--- a/test/dartdevc/build_test.dart
+++ b/test/dartdevc/build_test.dart
@@ -68,7 +68,8 @@ void main() => other.main();
d.matcherFile('main.dart.bootstrap.js', isNot(isEmpty)),
d.matcherFile('dart_sdk.js', isNot(isEmpty)),
d.matcherFile('require.js', isNot(isEmpty)),
- d.matcherFile('web__main.js', isNot(isEmpty)),
jakemac 2017/05/19 14:38:06 Why is this one removed? It should still exist (it
Jacob 2017/05/19 16:24:02 user error. added back.
+ d.matcherFile('dart_stack_trace_mapper.js', isNot(isEmpty)),
+ d.matcherFile('ddc_web_compiler.js', isNot(isEmpty)),
d.dir('packages', [
d.dir('foo', [d.matcherFile('lib__foo.js', isNot(isEmpty))]),
d.dir(appPath, [d.matcherFile('lib__hello.js', isNot(isEmpty))]),
@@ -86,6 +87,8 @@ void main() => other.main();
)),
d.matcherFile('dart_sdk.js', isNot(isEmpty)),
d.matcherFile('require.js', isNot(isEmpty)),
+ d.matcherFile('dart_stack_trace_mapper.js', isNot(isEmpty)),
+ d.matcherFile('ddc_web_compiler.js', isNot(isEmpty)),
]),
]),
]),
« lib/src/dartdevc/dartdevc.dart ('K') | « lib/src/dartdevc/dartdevc_environment.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine