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

Unified Diff: test/codegen/expect/collection/equality.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/expect/collection/algorithms.txt ('k') | test/codegen/expect/collection/iterable_zip.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/collection/equality.txt
diff --git a/test/codegen/expect/collection/equality.txt b/test/codegen/expect/collection/equality.txt
index 2067707699f756e4ac2cdaffe1c2f6590fa8422c..85c96528b0977172aa04b6fcaa2b5f83b86a8eb3 100644
--- a/test/codegen/expect/collection/equality.txt
+++ b/test/codegen/expect/collection/equality.txt
@@ -10,21 +10,3 @@ warning: [DownCastComposite] it1.current (dynamic) will need runtime check to ca
warning: [DownCastComposite] it2.current (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 87, col 49)
warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 171, col 14)
warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 177, col 14)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 106, col 32)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type List<E> may throw StrongModeError (package:collection/equality.dart, line 151, col 32)
-info: [InferredTypeAllocation] new HashMap(equals: _elementEquality.equals, hashCode: _elementEquality.hash, isValidKey: _elementEquality.isValidKey) has inferred type HashMap<E, int> (package:collection/equality.dart, line 163, col 30)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Iterable<E> may throw StrongModeError (package:collection/equality.dart, line 208, col 32)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Set<E> may throw StrongModeError (package:collection/equality.dart, line 226, col 32)
-info: [AssignmentCast] other (Object) will need runtime check to cast to type _MapEntry (package:collection/equality.dart, line 247, col 28)
-info: [InferredTypeAllocation] new HashMap() has inferred type Map<_MapEntry, int> (package:collection/equality.dart, line 272, col 46)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type Map<K, V> may throw StrongModeError (package:collection/equality.dart, line 301, col 32)
-info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Set<dynamic> (package:collection/equality.dart, line 383, col 43)
-info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Set<dynamic> (package:collection/equality.dart, line 383, col 47)
-info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Map<dynamic, dynamic> (package:collection/equality.dart, line 387, col 63)
-info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Map<dynamic, dynamic> (package:collection/equality.dart, line 387, col 67)
-info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type List<dynamic> (package:collection/equality.dart, line 392, col 46)
-info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type List<dynamic> (package:collection/equality.dart, line 392, col 50)
-info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterable<dynamic> (package:collection/equality.dart, line 396, col 50)
-info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterable<dynamic> (package:collection/equality.dart, line 396, col 54)
-info: [DynamicCast] e1 (dynamic) will need runtime check to cast to type Iterable<dynamic> (package:collection/equality.dart, line 401, col 57)
-info: [DynamicCast] e2 (dynamic) will need runtime check to cast to type Iterable<dynamic> (package:collection/equality.dart, line 401, col 61)
« no previous file with comments | « test/codegen/expect/collection/algorithms.txt ('k') | test/codegen/expect/collection/iterable_zip.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698