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

Side by Side Diff: test/codegen/expect/BenchmarkBase.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 unified diff | Download patch
OLDNEW
1 // Messages from compiling BenchmarkBase.dart 1 // Messages from compiling BenchmarkBase.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: equals Sim pleIdentifier (test/codegen/BenchmarkBase.dart, line 17, col 7)
3 warning: [MissingTypeError] type analysis didn't compute the type of: run Simple Identifier (test/codegen/BenchmarkBase.dart, line 38, col 5)
4 warning: [MissingTypeError] type analysis didn't compute the type of: run Simple Identifier (test/codegen/BenchmarkBase.dart, line 44, col 7)
5 warning: [MissingTypeError] type analysis didn't compute the type of: start Simp leIdentifier (test/codegen/BenchmarkBase.dart, line 60, col 11)
6 warning: [MissingTypeError] type analysis didn't compute the type of: setup Simp leIdentifier (test/codegen/BenchmarkBase.dart, line 72, col 5)
7 warning: [MissingTypeError] type analysis didn't compute the type of: measureFor SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 74, col 5)
8 warning: [MissingTypeError] type analysis didn't compute the type of: warmup Sim pleIdentifier (test/codegen/BenchmarkBase.dart, line 75, col 12)
9 warning: [MissingTypeError] type analysis didn't compute the type of: measureFor SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 78, col 21)
10 warning: [MissingTypeError] type analysis didn't compute the type of: exercise S impleIdentifier (test/codegen/BenchmarkBase.dart, line 79, col 12)
11 warning: [MissingTypeError] type analysis didn't compute the type of: teardown S impleIdentifier (test/codegen/BenchmarkBase.dart, line 81, col 5)
12 warning: [MissingTypeError] type analysis didn't compute the type of: measure Si mpleIdentifier (test/codegen/BenchmarkBase.dart, line 86, col 20)
13 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/BenchmarkBase.dart, line 87, col 5)
14 info: [DynamicInvoke] equals(expected[i], actual[i]) requires dynamic invoke (te st/codegen/BenchmarkBase.dart, line 17, col 7)
15 info: [DynamicInvoke] run() requires dynamic invoke (test/codegen/BenchmarkBase. dart, line 38, col 5)
16 info: [DynamicInvoke] run() requires dynamic invoke (test/codegen/BenchmarkBase. dart, line 44, col 7)
17 info: [DynamicInvoke] watch.start() requires dynamic invoke (test/codegen/Benchm arkBase.dart, line 60, col 5)
2 info: [DynamicInvoke] f() requires dynamic invoke (test/codegen/BenchmarkBase.da rt, line 63, col 7) 18 info: [DynamicInvoke] f() requires dynamic invoke (test/codegen/BenchmarkBase.da rt, line 63, col 7)
19 info: [DynamicInvoke] setup() requires dynamic invoke (test/codegen/BenchmarkBas e.dart, line 72, col 5)
20 info: [DynamicInvoke] measureFor(() {this.warmup();}, 100) requires dynamic invo ke (test/codegen/BenchmarkBase.dart, line 74, col 5)
21 info: [DynamicInvoke] this.warmup() requires dynamic invoke (test/codegen/Benchm arkBase.dart, line 75, col 7)
22 info: [DynamicInvoke] measureFor(() {this.exercise();}, 2000) requires dynamic i nvoke (test/codegen/BenchmarkBase.dart, line 78, col 21)
23 info: [DynamicInvoke] this.exercise() requires dynamic invoke (test/codegen/Benc hmarkBase.dart, line 79, col 7)
24 info: [DynamicInvoke] teardown() requires dynamic invoke (test/codegen/Benchmark Base.dart, line 81, col 5)
25 info: [DynamicInvoke] measure() requires dynamic invoke (test/codegen/BenchmarkB ase.dart, line 86, col 20)
26 info: [DynamicInvoke] print("$name(RunTime): $score us.") requires dynamic invok e (test/codegen/BenchmarkBase.dart, line 87, col 5)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698