Chromium Code Reviews

Unified Diff: test/codegen/expect/html_input.txt

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers Created 5 years, 3 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/codegen/expect/html_input.txt
diff --git a/test/codegen/expect/html_input.txt b/test/codegen/expect/html_input.txt
index 6552e292f7b454f322e879674df7db0ba6e68ba4..96271270acbb830765decf75a36804c1d0763106 100644
--- a/test/codegen/expect/html_input.txt
+++ b/test/codegen/expect/html_input.txt
@@ -1 +1,11 @@
// Messages from compiling html_input.html
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/dir/html_input_a.dart, line 9, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/dir/html_input_a.dart, line 10, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: fib SimpleIdentifier (test/codegen/dir/html_input_a.dart, line 10, col 18)
+warning: [MissingTypeError] type analysis didn't compute the type of: fib SimpleIdentifier (test/codegen/dir/html_input_d.dart, line 7, col 42)
+warning: [MissingTypeError] type analysis didn't compute the type of: fib SimpleIdentifier (test/codegen/dir/html_input_d.dart, line 7, col 55)
+info: [DynamicInvoke] print('fib(${x} + ${y}) = ') requires dynamic invoke (test/codegen/dir/html_input_a.dart, line 9, col 3)
+info: [DynamicInvoke] print(' ... ${fib(x + y)}') requires dynamic invoke (test/codegen/dir/html_input_a.dart, line 10, col 3)
+info: [DynamicInvoke] fib(x + y) requires dynamic invoke (test/codegen/dir/html_input_a.dart, line 10, col 18)
+info: [DynamicInvoke] fib(n - 1) requires dynamic invoke (test/codegen/dir/html_input_d.dart, line 7, col 42)
+info: [DynamicInvoke] fib(n - 2) requires dynamic invoke (test/codegen/dir/html_input_d.dart, line 7, col 55)

Powered by Google App Engine