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) |