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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Messages from compiling opassign.dart 1 // Messages from compiling opassign.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/opassign.dart, line 6, col 3)
3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/opassign.dart, line 12, col 3)
4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/opassign.dart, line 20, col 3)
5 warning: [MissingTypeError] type analysis didn't compute the type of: forcePostf ix SimpleIdentifier (test/codegen/opassign.dart, line 22, col 3)
6 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/opassign.dart, line 24, col 3)
7 warning: [MissingTypeError] type analysis didn't compute the type of: forcePostf ix SimpleIdentifier (test/codegen/opassign.dart, line 26, col 3)
8 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/opassign.dart, line 28, col 3)
9 info: [DynamicInvoke] print('called "index" getter') requires dynamic invoke (te st/codegen/opassign.dart, line 6, col 3)
10 info: [DynamicInvoke] print('called "foo" getter') requires dynamic invoke (test /codegen/opassign.dart, line 12, col 3)
11 info: [DynamicInvoke] print('should only call "index" 2 times:') requires dynami c invoke (test/codegen/opassign.dart, line 20, col 3)
2 info: [DynamicInvoke] ++f[index] requires dynamic invoke (test/codegen/opassign. dart, line 21, col 3) 12 info: [DynamicInvoke] ++f[index] requires dynamic invoke (test/codegen/opassign. dart, line 21, col 3)
13 info: [DynamicInvoke] forcePostfix(f[index]++) requires dynamic invoke (test/cod egen/opassign.dart, line 22, col 3)
3 info: [DynamicInvoke] f[index]++ requires dynamic invoke (test/codegen/opassign. dart, line 22, col 16) 14 info: [DynamicInvoke] f[index]++ requires dynamic invoke (test/codegen/opassign. dart, line 22, col 16)
15 info: [DynamicInvoke] print('should only call "foo" 2 times:') requires dynamic invoke (test/codegen/opassign.dart, line 24, col 3)
4 info: [DynamicInvoke] ++foo.x requires dynamic invoke (test/codegen/opassign.dar t, line 25, col 3) 16 info: [DynamicInvoke] ++foo.x requires dynamic invoke (test/codegen/opassign.dar t, line 25, col 3)
5 info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 5) 17 info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 5)
18 info: [DynamicInvoke] forcePostfix(foo.x++) requires dynamic invoke (test/codege n/opassign.dart, line 26, col 3)
6 info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16) 19 info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16)
7 info: [DynamicInvoke] foo.x++ requires dynamic invoke (test/codegen/opassign.dar t, line 26, col 16) 20 info: [DynamicInvoke] foo.x++ requires dynamic invoke (test/codegen/opassign.dar t, line 26, col 16)
21 info: [DynamicInvoke] print('op assign test, should only call "index" twice:') r equires dynamic invoke (test/codegen/opassign.dart, line 28, col 3)
8 info: [DynamicInvoke] f[index] += f[index] requires dynamic invoke (test/codegen /opassign.dart, line 29, col 3) 22 info: [DynamicInvoke] f[index] += f[index] requires dynamic invoke (test/codegen /opassign.dart, line 29, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698