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

Unified Diff: test/codegen/expect/names.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: Created 5 years, 3 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
Index: test/codegen/expect/names.txt
diff --git a/test/codegen/expect/names.txt b/test/codegen/expect/names.txt
index 90fba0c957a40eab197b5623c256f39fd0b22e2b..27b2998e7f4ba7b70aa2ba888ee115890089e093 100644
--- a/test/codegen/expect/names.txt
+++ b/test/codegen/expect/names.txt
@@ -1 +1,17 @@
// Messages from compiling names.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 26, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 27, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: _foo SimpleIdentifier (test/codegen/names.dart, line 27, col 19)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 28, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: _foo SimpleIdentifier (test/codegen/names.dart, line 28, col 9)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 29, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 31, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 32, col 3)
+info: [DynamicInvoke] print(exports) requires dynamic invoke (test/codegen/names.dart, line 26, col 3)
+info: [DynamicInvoke] print(new Foo()._foo()) requires dynamic invoke (test/codegen/names.dart, line 27, col 3)
+info: [DynamicInvoke] new Foo()._foo() requires dynamic invoke (test/codegen/names.dart, line 27, col 9)
+info: [DynamicInvoke] print(_foo()) requires dynamic invoke (test/codegen/names.dart, line 28, col 3)
+info: [DynamicInvoke] _foo() requires dynamic invoke (test/codegen/names.dart, line 28, col 9)
+info: [DynamicInvoke] print(new Frame.caller([1, 2, 3])) requires dynamic invoke (test/codegen/names.dart, line 29, col 3)
+info: [DynamicInvoke] print(eval) requires dynamic invoke (test/codegen/names.dart, line 31, col 3)
+info: [DynamicInvoke] print(Frame2.caller + Frame2.arguments) requires dynamic invoke (test/codegen/names.dart, line 32, col 3)

Powered by Google App Engine
This is Rietveld 408576698