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

Unified Diff: test/codegen/expect/cascade.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/cascade.txt
diff --git a/test/codegen/expect/cascade.txt b/test/codegen/expect/cascade.txt
index 34b7eca6494fb9e8b1c090f50c1606b981a77690..df408bdc074e0f9af8d29544194e5083068fbbbf 100644
--- a/test/codegen/expect/cascade.txt
+++ b/test/codegen/expect/cascade.txt
@@ -1,7 +1,43 @@
// Messages from compiling cascade.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 12, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleIdentifier (test/codegen/cascade.dart, line 16, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleIdentifier (test/codegen/cascade.dart, line 17, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 18, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 24, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleIdentifier (test/codegen/cascade.dart, line 27, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleIdentifier (test/codegen/cascade.dart, line 28, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 29, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 37, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 46, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 52, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 53, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 60, col 11)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 61, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 67, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/cascade.dart, line 69, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 85, col 8)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 85, col 16)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 85, col 24)
+warning: [MissingTypeError] type analysis didn't compute the type of: add SimpleIdentifier (test/codegen/cascade.dart, line 85, col 32)
+info: [DynamicInvoke] print("hi") requires dynamic invoke (test/codegen/cascade.dart, line 12, col 5)
info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 16, col 5)
info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 17, col 5)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 18, col 3)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 24, col 5)
info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 27, col 5)
info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 28, col 5)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 29, col 3)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 37, col 3)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 46, col 3)
+info: [DynamicInvoke] ..add(42) requires dynamic invoke (test/codegen/cascade.dart, line 52, col 5)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 53, col 3)
+info: [DynamicInvoke] ..add(a) requires dynamic invoke (test/codegen/cascade.dart, line 60, col 9)
+info: [DynamicInvoke] print(b) requires dynamic invoke (test/codegen/cascade.dart, line 61, col 3)
+info: [DynamicInvoke] ..add(3) requires dynamic invoke (test/codegen/cascade.dart, line 67, col 5)
+info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dart, line 69, col 3)
info: [DynamicInvoke] ..x += 1 requires dynamic invoke (test/codegen/cascade.dart, line 75, col 5)
info: [DynamicInvoke] ..x -= 1 requires dynamic invoke (test/codegen/cascade.dart, line 76, col 5)
+info: [DynamicInvoke] ..add(1) requires dynamic invoke (test/codegen/cascade.dart, line 85, col 6)
+info: [DynamicInvoke] ..add(2) requires dynamic invoke (test/codegen/cascade.dart, line 85, col 14)
+info: [DynamicInvoke] ..add(3) requires dynamic invoke (test/codegen/cascade.dart, line 85, col 22)
+info: [DynamicInvoke] ..add(4) requires dynamic invoke (test/codegen/cascade.dart, line 85, col 30)

Powered by Google App Engine
This is Rietveld 408576698