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

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

Issue 1317933005: Some preliminary support for quasi-generics (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Regen runtime files 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
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | tool/sdk_expected_errors.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 warning: [DownCastComposite] expected.map(wrapMatcher).toList() (List<dynamic>) will need runtime check to cast to type List<Matcher> (package:matcher/src/itera ble_matchers.dart, line 157, col 21)
3 warning: [DownCastComposite] arg0 (dynamic) will need runtime check to cast to t ype Iterable<Matcher> (package:matcher/src/operator_matchers.dart, line 106, col 16) 2 warning: [DownCastComposite] arg0 (dynamic) will need runtime check to cast to t ype Iterable<Matcher> (package:matcher/src/operator_matchers.dart, line 106, col 16)
4 warning: [DownCastComposite] [arg0, arg1, arg2, arg3, arg4, arg5, arg6].where((e ) => e != null) (Iterable<dynamic>) will need runtime check to cast to type Iter able<Matcher> (package:matcher/src/operator_matchers.dart, line 109, col 9) 3 warning: [DownCastComposite] [arg0, arg1, arg2, arg3, arg4, arg5, arg6].where((e ) => e != null) (Iterable<dynamic>) will need runtime check to cast to type Iter able<Matcher> (package:matcher/src/operator_matchers.dart, line 109, col 9)
5 warning: [DownCastComposite] matchers.map((e) => wrapMatcher(e)).toList() (List< dynamic>) will need runtime check to cast to type List<Matcher> (package:matcher /src/operator_matchers.dart, line 112, col 10)
6 warning: [DownCastComposite] x (dynamic) will need runtime check to cast to type (dynamic) → bool (package:matcher/src/util.dart, line 42, col 22) 4 warning: [DownCastComposite] x (dynamic) will need runtime check to cast to type (dynamic) → bool (package:matcher/src/util.dart, line 42, col 22)
7 warning: [UninferredClosure] (match) {var mapped = _escapeMap[match[0]]; if (map ped != null) return mapped; return _getHexLiteral(match[0]);} ((dynamic) → dynam ic) will need runtime check to cast to type (Match) → String (package:matcher/sr c/util.dart, line 54, col 46) 5 warning: [UninferredClosure] (match) {var mapped = _escapeMap[match[0]]; if (map ped != null) return mapped; return _getHexLiteral(match[0]);} ((dynamic) → dynam ic) will need runtime check to cast to type (Match) → String (package:matcher/sr c/util.dart, line 54, col 46)
8 info: [DynamicCast] item.isEmpty (dynamic) will need runtime check to cast to ty pe bool (package:matcher/src/core_matchers.dart, line 17, col 41) 6 info: [DynamicCast] item.isEmpty (dynamic) will need runtime check to cast to ty pe bool (package:matcher/src/core_matchers.dart, line 17, col 41)
9 info: [DynamicInvoke] item.isEmpty requires dynamic invoke (package:matcher/src/ core_matchers.dart, line 17, col 41) 7 info: [DynamicInvoke] item.isEmpty requires dynamic invoke (package:matcher/src/ core_matchers.dart, line 17, col 41)
10 info: [DynamicCast] item.isNotEmpty (dynamic) will need runtime check to cast to type bool (package:matcher/src/core_matchers.dart, line 28, col 41) 8 info: [DynamicCast] item.isNotEmpty (dynamic) will need runtime check to cast to type bool (package:matcher/src/core_matchers.dart, line 28, col 41)
11 info: [DynamicInvoke] item.isNotEmpty requires dynamic invoke (package:matcher/s rc/core_matchers.dart, line 28, col 41) 9 info: [DynamicInvoke] item.isNotEmpty requires dynamic invoke (package:matcher/s rc/core_matchers.dart, line 28, col 41)
12 info: [DynamicCast] item (dynamic) will need runtime check to cast to type num ( package:matcher/src/core_matchers.dart, line 77, col 62) 10 info: [DynamicCast] item (dynamic) will need runtime check to cast to type num ( package:matcher/src/core_matchers.dart, line 77, col 62)
13 info: [DynamicCast] item (dynamic) will need runtime check to cast to type num ( package:matcher/src/core_matchers.dart, line 83, col 62) 11 info: [DynamicCast] item (dynamic) will need runtime check to cast to type num ( package:matcher/src/core_matchers.dart, line 83, col 62)
14 info: [DynamicCast] expected (dynamic) will need runtime check to cast to type S tring (package:matcher/src/core_matchers.dart, line 110, col 32) 12 info: [DynamicCast] expected (dynamic) will need runtime check to cast to type S tring (package:matcher/src/core_matchers.dart, line 110, col 32)
15 info: [DynamicInvoke] expected.iterator requires dynamic invoke (package:matcher /src/core_matchers.dart, line 124, col 28) 13 info: [DynamicInvoke] expected.iterator requires dynamic invoke (package:matcher /src/core_matchers.dart, line 124, col 28)
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 info: [DynamicInvoke] match[0] requires dynamic invoke (package:matcher/src/util .dart, line 55, col 29) 189 info: [DynamicInvoke] match[0] requires dynamic invoke (package:matcher/src/util .dart, line 55, col 29)
192 info: [DynamicCast] match[0] (dynamic) will need runtime check to cast to type S tring (package:matcher/src/util.dart, line 57, col 27) 190 info: [DynamicCast] match[0] (dynamic) will need runtime check to cast to type S tring (package:matcher/src/util.dart, line 57, col 27)
193 info: [DynamicInvoke] match[0] requires dynamic invoke (package:matcher/src/util .dart, line 57, col 27) 191 info: [DynamicInvoke] match[0] requires dynamic invoke (package:matcher/src/util .dart, line 57, col 27)
194 info: [DynamicInvoke] (window as dynamic).suite(name, body) requires dynamic inv oke (test/codegen/unittest.dart, line 14, col 41) 192 info: [DynamicInvoke] (window as dynamic).suite(name, body) requires dynamic inv oke (test/codegen/unittest.dart, line 14, col 41)
195 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) 193 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)
196 info: [DynamicInvoke] f.then(_finishTest) requires dynamic invoke (test/codegen/ unittest.dart, line 24, col 9) 194 info: [DynamicInvoke] f.then(_finishTest) requires dynamic invoke (test/codegen/ unittest.dart, line 24, col 9)
197 info: [DynamicInvoke] done() requires dynamic invoke (test/codegen/unittest.dart , line 26, col 9) 195 info: [DynamicInvoke] done() requires dynamic invoke (test/codegen/unittest.dart , line 26, col 9)
198 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) 196 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)
199 info: [DynamicInvoke] matcher.matches(actual, matchState) requires dynamic invok e (test/codegen/unittest.dart, line 71, col 9) 197 info: [DynamicInvoke] matcher.matches(actual, matchState) requires dynamic invok e (test/codegen/unittest.dart, line 71, col 9)
200 info: [DynamicInvoke] formatter(actual, matcher, reason, matchState, verbose) re quires dynamic invoke (test/codegen/unittest.dart, line 78, col 8) 198 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/checker/inferred_type_test.dart ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698