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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/BenchmarkBase.txt
diff --git a/test/codegen/expect/BenchmarkBase.txt b/test/codegen/expect/BenchmarkBase.txt
index 9ced771ffc36b287821ffb314f1aa6e347a2d57f..ce9560aab48370c9c52e05b4eda7f7351a212e8d 100644
--- a/test/codegen/expect/BenchmarkBase.txt
+++ b/test/codegen/expect/BenchmarkBase.txt
@@ -1,2 +1,26 @@
// Messages from compiling BenchmarkBase.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: equals SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 17, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: run SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 38, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: run SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 44, col 7)
+warning: [MissingTypeError] type analysis didn't compute the type of: start SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 60, col 11)
+warning: [MissingTypeError] type analysis didn't compute the type of: setup SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 72, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: measureFor SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 74, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: warmup SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 75, col 12)
+warning: [MissingTypeError] type analysis didn't compute the type of: measureFor SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 78, col 21)
+warning: [MissingTypeError] type analysis didn't compute the type of: exercise SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 79, col 12)
+warning: [MissingTypeError] type analysis didn't compute the type of: teardown SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 81, col 5)
+warning: [MissingTypeError] type analysis didn't compute the type of: measure SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 86, col 20)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/BenchmarkBase.dart, line 87, col 5)
+info: [DynamicInvoke] equals(expected[i], actual[i]) requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 17, col 7)
+info: [DynamicInvoke] run() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 38, col 5)
+info: [DynamicInvoke] run() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 44, col 7)
+info: [DynamicInvoke] watch.start() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 60, col 5)
info: [DynamicInvoke] f() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 63, col 7)
+info: [DynamicInvoke] setup() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 72, col 5)
+info: [DynamicInvoke] measureFor(() {this.warmup();}, 100) requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 74, col 5)
+info: [DynamicInvoke] this.warmup() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 75, col 7)
+info: [DynamicInvoke] measureFor(() {this.exercise();}, 2000) requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 78, col 21)
+info: [DynamicInvoke] this.exercise() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 79, col 7)
+info: [DynamicInvoke] teardown() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 81, col 5)
+info: [DynamicInvoke] measure() requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 86, col 20)
+info: [DynamicInvoke] print("$name(RunTime): $score us.") requires dynamic invoke (test/codegen/BenchmarkBase.dart, line 87, col 5)

Powered by Google App Engine
This is Rietveld 408576698