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

Side by Side Diff: test/codegen/expect/async_helper.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 async_helper.dart 1 // Messages from compiling async_helper.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce ption SimpleIdentifier (test/codegen/async_helper.dart, line 52, col 11)
3 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce ption SimpleIdentifier (test/codegen/async_helper.dart, line 57, col 13)
4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/async_helper.dart, line 61, col 5)
5 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce ption SimpleIdentifier (test/codegen/async_helper.dart, line 72, col 13)
6 warning: [MissingTypeError] type analysis didn't compute the type of: _buildExce ption SimpleIdentifier (test/codegen/async_helper.dart, line 74, col 13)
7 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/async_helper.dart, line 83, col 5)
8 warning: [MissingTypeError] type analysis didn't compute the type of: asyncEnd S impleIdentifier (test/codegen/async_helper.dart, line 99, col 25)
9 warning: [MissingTypeError] type analysis didn't compute the type of: asyncStart SimpleIdentifier (test/codegen/async_helper.dart, line 107, col 3)
10 info: [DynamicInvoke] _buildException('asyncStart() was called even though we ar e done ' 'with testing.') requires dynamic invoke (test/codegen/async_helper.dar t, line 52, col 11)
11 info: [DynamicInvoke] _buildException('asyncStart() was called before asyncTestI nitialize()') requires dynamic invoke (test/codegen/async_helper.dart, line 57, col 13)
12 info: [DynamicInvoke] print('unittest-suite-wait-for-done') requires dynamic inv oke (test/codegen/async_helper.dart, line 61, col 5)
13 info: [DynamicInvoke] _buildException('asyncEnd() was called before asyncStart() .') requires dynamic invoke (test/codegen/async_helper.dart, line 72, col 13)
14 info: [DynamicInvoke] _buildException('asyncEnd() was called more often than ' ' asyncStart().') requires dynamic invoke (test/codegen/async_helper.dart, line 74 , col 13)
15 info: [DynamicInvoke] print('unittest-suite-success') requires dynamic invoke (t est/codegen/async_helper.dart, line 83, col 5)
16 info: [DynamicInvoke] asyncEnd() requires dynamic invoke (test/codegen/async_hel per.dart, line 99, col 25)
17 info: [DynamicInvoke] asyncStart() requires dynamic invoke (test/codegen/async_h elper.dart, line 107, col 3)
2 info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codeg en/async_helper.dart, line 108, col 3) 18 info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codeg en/async_helper.dart, line 108, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698