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

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

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 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/unittest.js ('k') | test/codegen/expect/unittest/unittest.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Messages from compiling unittest.dart
2 info: [DynamicInvoke] (window as dynamic).suite(name, body) requires dynamic inv oke (test/codegen/unittest.dart, line 12, 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 19, col 3)
4 info: [DynamicInvoke] f.then(_finishTest) requires dynamic invoke (test/codegen/ unittest.dart, line 22, col 9)
5 info: [DynamicInvoke] done() requires dynamic invoke (test/codegen/unittest.dart , line 24, col 9)
6 info: [DynamicCast] matcher(actual) (dynamic) will need runtime check to cast to type bool (test/codegen/unittest.dart, line 33, col 8)
7 info: [DynamicInvoke] matcher(actual) requires dynamic invoke (test/codegen/unit test.dart, line 33, col 8)
8 info: [DynamicInvoke] actual.length requires dynamic invoke (test/codegen/unitte st.dart, line 46, col 18)
9 info: [DynamicCast] equals(expected[i])(actual[i]) (dynamic) will need runtime c heck to cast to type bool (test/codegen/unittest.dart, line 48, col 14)
10 info: [DynamicInvoke] equals(expected[i])(actual[i]) requires dynamic invoke (te st/codegen/unittest.dart, line 48, col 14)
11 info: [DynamicInvoke] actual[i] requires dynamic invoke (test/codegen/unittest.d art, line 48, col 34)
12 info: [DynamicCast] matcher(actual) (dynamic) will need runtime check to cast to type bool (test/codegen/unittest.dart, line 60, col 23)
13 info: [DynamicInvoke] matcher(actual) requires dynamic invoke (test/codegen/unit test.dart, line 60, col 23)
14 info: [DynamicInvoke] actual < expected requires dynamic invoke (test/codegen/un ittest.dart, line 68, col 43)
15 info: [DynamicInvoke] actual > expected requires dynamic invoke (test/codegen/un ittest.dart, line 69, col 46)
16 info: [DynamicInvoke] actual() requires dynamic invoke (test/codegen/unittest.da rt, line 75, col 7)
17 info: [DynamicInvoke] matcher(e) requires dynamic invoke (test/codegen/unittest. dart, line 78, col 14)
OLDNEW
« no previous file with comments | « test/codegen/expect/unittest.js ('k') | test/codegen/expect/unittest/unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698