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

Side by Side Diff: test/codegen/expect/collection/equality.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: Update pubspec 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/checker/inferred_type_test.dart ('k') | test/codegen/expect/js_test.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 equality.dart 1 // Messages from compiling equality.dart
2 severe: [AnalyzerMessage] The redirected constructor '() → DefaultEquality' has incompatible parameters with '() → Equality<E>' (package:collection/equality.dar t, line 18, col 30)
2 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 75, co l 31) 3 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 75, co l 31)
3 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 120, c ol 53) 4 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 120, c ol 53)
4 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 205, c ol 38) 5 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 205, c ol 38)
5 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 223, c ol 38) 6 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 223, c ol 38)
6 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<K> (package:collection/equality.dart, line 263, c ol 42) 7 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<K> (package:collection/equality.dart, line 263, c ol 42)
7 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<V> (package:collection/equality.dart, line 264, c ol 44) 8 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<V> (package:collection/equality.dart, line 264, c ol 44)
8 warning: [DownCastComposite] it1.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 36) 9 warning: [DownCastComposite] it1.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 36)
9 warning: [DownCastComposite] it2.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 49) 10 warning: [DownCastComposite] it2.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 49)
10 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 171, col 14) 11 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 171, col 14)
11 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 177, col 14) 12 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 177, col 14)
12 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 106, col 32) 13 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 106, col 32)
13 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type List<E> may thro w StrongModeError (package:collection/equality.dart, line 151, col 32) 14 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type List<E> may thro w StrongModeError (package:collection/equality.dart, line 151, col 32)
14 info: [InferredTypeAllocation] new HashMap(equals: _elementEquality.equals, hash Code: _elementEquality.hash, isValidKey: _elementEquality.isValidKey) has inferr ed type HashMap<E, int> (package:collection/equality.dart, line 163, col 30) 15 info: [InferredTypeAllocation] new HashMap(equals: _elementEquality.equals, hash Code: _elementEquality.hash, isValidKey: _elementEquality.isValidKey) has inferr ed type HashMap<E, int> (package:collection/equality.dart, line 163, col 30)
15 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 208, col 32) 16 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 208, col 32)
16 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Set<E> may throw StrongModeError (package:collection/equality.dart, line 226, col 32) 17 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Set<E> may throw StrongModeError (package:collection/equality.dart, line 226, col 32)
17 info: [AssignmentCast] other (Object) will need runtime check to cast to type _M apEntry (package:collection/equality.dart, line 247, col 28) 18 info: [AssignmentCast] other (Object) will need runtime check to cast to type _M apEntry (package:collection/equality.dart, line 247, col 28)
18 info: [InferredTypeAllocation] new HashMap() has inferred type Map<_MapEntry, in t> (package:collection/equality.dart, line 272, col 46) 19 info: [InferredTypeAllocation] new HashMap() has inferred type Map<_MapEntry, in t> (package:collection/equality.dart, line 272, col 46)
19 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Map<K, V> may th row StrongModeError (package:collection/equality.dart, line 301, col 32) 20 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Map<K, V> may th row StrongModeError (package:collection/equality.dart, line 301, col 32)
20 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Set<dyn amic> (package:collection/equality.dart, line 383, col 43) 21 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Set<dyn amic> (package:collection/equality.dart, line 383, col 43)
21 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Set<dyn amic> (package:collection/equality.dart, line 383, col 47) 22 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Set<dyn amic> (package:collection/equality.dart, line 383, col 47)
22 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Map<dyn amic, dynamic> (package:collection/equality.dart, line 387, col 63) 23 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Map<dyn amic, dynamic> (package:collection/equality.dart, line 387, col 63)
23 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Map<dyn amic, dynamic> (package:collection/equality.dart, line 387, col 67) 24 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Map<dyn amic, dynamic> (package:collection/equality.dart, line 387, col 67)
24 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type List<dy namic> (package:collection/equality.dart, line 392, col 46) 25 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type List<dy namic> (package:collection/equality.dart, line 392, col 46)
25 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type List<dy namic> (package:collection/equality.dart, line 392, col 50) 26 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type List<dy namic> (package:collection/equality.dart, line 392, col 50)
26 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 396, col 50) 27 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 396, col 50)
27 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 396, col 54) 28 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 396, col 54)
28 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 401, col 57) 29 info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 401, col 57)
29 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 401, col 61) 30 info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterabl e<dynamic> (package:collection/equality.dart, line 401, col 61)
OLDNEW
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen/expect/js_test.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698