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

Unified Diff: test/codegen/expect/opassign.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/opassign.txt
diff --git a/test/codegen/expect/opassign.txt b/test/codegen/expect/opassign.txt
index 92b30adb44a27bfe76536ac956f733dd2e12c8db..67fe3197f4b6e932b0c4f27b0cd7eb6b56a9ab1d 100644
--- a/test/codegen/expect/opassign.txt
+++ b/test/codegen/expect/opassign.txt
@@ -1,8 +1,22 @@
// Messages from compiling opassign.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 6, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 12, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 20, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: forcePostfix SimpleIdentifier (test/codegen/opassign.dart, line 22, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 24, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: forcePostfix SimpleIdentifier (test/codegen/opassign.dart, line 26, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 28, col 3)
+info: [DynamicInvoke] print('called "index" getter') requires dynamic invoke (test/codegen/opassign.dart, line 6, col 3)
+info: [DynamicInvoke] print('called "foo" getter') requires dynamic invoke (test/codegen/opassign.dart, line 12, col 3)
+info: [DynamicInvoke] print('should only call "index" 2 times:') requires dynamic invoke (test/codegen/opassign.dart, line 20, col 3)
info: [DynamicInvoke] ++f[index] requires dynamic invoke (test/codegen/opassign.dart, line 21, col 3)
+info: [DynamicInvoke] forcePostfix(f[index]++) requires dynamic invoke (test/codegen/opassign.dart, line 22, col 3)
info: [DynamicInvoke] f[index]++ requires dynamic invoke (test/codegen/opassign.dart, line 22, col 16)
+info: [DynamicInvoke] print('should only call "foo" 2 times:') requires dynamic invoke (test/codegen/opassign.dart, line 24, col 3)
info: [DynamicInvoke] ++foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 3)
info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 5)
+info: [DynamicInvoke] forcePostfix(foo.x++) requires dynamic invoke (test/codegen/opassign.dart, line 26, col 3)
info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16)
info: [DynamicInvoke] foo.x++ requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16)
+info: [DynamicInvoke] print('op assign test, should only call "index" twice:') requires dynamic invoke (test/codegen/opassign.dart, line 28, col 3)
info: [DynamicInvoke] f[index] += f[index] requires dynamic invoke (test/codegen/opassign.dart, line 29, col 3)

Powered by Google App Engine
This is Rietveld 408576698