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

Unified Diff: test/codegen/expect/fieldtest.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/fieldtest.txt
diff --git a/test/codegen/expect/fieldtest.txt b/test/codegen/expect/fieldtest.txt
index 99b0548fa9c233051af4e3468b0a302d5d7c89f3..c5fe06166fddca882467c5cf89fcbdd78b771c46 100644
--- a/test/codegen/expect/fieldtest.txt
+++ b/test/codegen/expect/fieldtest.txt
@@ -1,5 +1,33 @@
// Messages from compiling fieldtest.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 18, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 23, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: compute SimpleIdentifier (test/codegen/fieldtest.dart, line 30, col 9)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 49, col 15)
+warning: [MissingTypeError] type analysis didn't compute the type of: foo SimpleIdentifier (test/codegen/fieldtest.dart, line 71, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: bar SimpleIdentifier (test/codegen/fieldtest.dart, line 72, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 73, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: baz SimpleIdentifier (test/codegen/fieldtest.dart, line 73, col 9)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 75, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: foo SimpleIdentifier (test/codegen/fieldtest.dart, line 75, col 31)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 77, col 3)
+info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest.dart, line 18, col 3)
+info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest.dart, line 23, col 3)
info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 23, col 9)
info: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 24, col 10)
info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 24, col 10)
+info: [DynamicInvoke] compute() requires dynamic invoke (test/codegen/fieldtest.dart, line 30, col 9)
info: [DynamicCast] value (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 35, col 7)
+info: [DynamicInvoke] print(bar + (t as String)) requires dynamic invoke (test/codegen/fieldtest.dart, line 49, col 15)
+info: [DynamicInvoke] b + 1 requires dynamic invoke (test/codegen/fieldtest.dart, line 55, col 20)
+info: [DynamicInvoke] d + 2 requires dynamic invoke (test/codegen/fieldtest.dart, line 56, col 20)
+info: [DynamicInvoke] c + 3 requires dynamic invoke (test/codegen/fieldtest.dart, line 57, col 20)
+info: [DynamicInvoke] StaticFieldOrder2.b + 1 requires dynamic invoke (test/codegen/fieldtest.dart, line 61, col 20)
+info: [DynamicInvoke] StaticFieldOrder2.d + 2 requires dynamic invoke (test/codegen/fieldtest.dart, line 62, col 20)
+info: [DynamicInvoke] StaticFieldOrder2.c + 3 requires dynamic invoke (test/codegen/fieldtest.dart, line 63, col 20)
+info: [DynamicInvoke] foo(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 71, col 3)
+info: [DynamicInvoke] bar(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 72, col 3)
+info: [DynamicInvoke] print(baz(a)) requires dynamic invoke (test/codegen/fieldtest.dart, line 73, col 3)
+info: [DynamicInvoke] baz(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 73, col 9)
+info: [DynamicInvoke] print(new Generic<String>().foo(' world')) requires dynamic invoke (test/codegen/fieldtest.dart, line 75, col 3)
+info: [DynamicInvoke] new Generic<String>().foo(' world') requires dynamic invoke (test/codegen/fieldtest.dart, line 75, col 9)
+info: [DynamicInvoke] print(MyEnum.values) requires dynamic invoke (test/codegen/fieldtest.dart, line 77, col 3)

Powered by Google App Engine
This is Rietveld 408576698