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

Side by Side Diff: test/codegen/expect/unittest.txt

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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
« no previous file with comments | « test/codegen/expect/syncstar_syntax.txt ('k') | test/codegen/expect/unittest/unittest.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Messages from compiling unittest.dart 1 // Messages from compiling unittest.dart
2 info: [DynamicInvoke] (window as dynamic).suite(name, body) requires dynamic inv oke (test/codegen/unittest.dart, line 14, col 41)
3 info: [DynamicInvoke] (window as dynamic).test(name, (done) {_finishTest(f) {if (f is Future) {f.then(_finishTest);} else {done();}} _finishTest(body());}) requ ires dynamic invoke (test/codegen/unittest.dart, line 21, col 3)
4 info: [DynamicInvoke] f.then(_finishTest) requires dynamic invoke (test/codegen/ unittest.dart, line 24, col 9)
5 info: [DynamicInvoke] done() requires dynamic invoke (test/codegen/unittest.dart , line 26, col 9)
6 info: [DynamicCast] matcher.matches(actual, matchState) (dynamic) will need runt ime check to cast to type bool (test/codegen/unittest.dart, line 71, col 9)
7 info: [DynamicInvoke] matcher.matches(actual, matchState) requires dynamic invok e (test/codegen/unittest.dart, line 71, col 9)
8 info: [DynamicInvoke] formatter(actual, matcher, reason, matchState, verbose) re quires dynamic invoke (test/codegen/unittest.dart, line 78, col 8)
OLDNEW
« no previous file with comments | « test/codegen/expect/syncstar_syntax.txt ('k') | test/codegen/expect/unittest/unittest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698