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

Unified Diff: tool/sdk_expected_errors.txt

Issue 2254883002: roll analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: update Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/lib/convert/latin1_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/sdk_expected_errors.txt
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt
index 37263377a26048d62b25a6d5ec71cef7999d9cc0..3faed0c1fc3158120421ff4112e2e775c73944c9 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -97,7 +97,6 @@
[warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_conversion.dart, line 14, col 45)
[warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_conversion.dart, line 16, col 36)
[warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12)
-[warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:convert/encoding.dart, line 17, col 12)
[warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
[warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126, col 16)
[warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
@@ -110,8 +109,6 @@
[warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13009, col 3)
[warning] The final variables 'elements', 'form' and '4' more must be initialized (dart:html, line 16625, col 3)
[warning] The final variable 'length' must be initialized (dart:html, line 17555, col 3)
-[warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:html, line 19315, col 12)
-[warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:html, line 19532, col 14)
[warning] The final variables '_get_contentWindow' and 'sandbox' must be initialized (dart:html, line 20113, col 3)
[warning] The final variables 'complete', 'currentSrc' and '2' more must be initialized (dart:html, line 20246, col 3)
[warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized (dart:html, line 20400, col 3)
@@ -142,8 +139,6 @@
[warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37634, col 14)
[warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40090, col 67)
[warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40112, col 45)
-[warning] Unsound implicit cast from Future<dynamic> to Future<Isolate> (dart:isolate, line 168, col 14)
-[warning] Unsound implicit cast from Future<dynamic> to Future<Isolate> (dart:isolate, line 234, col 14)
[warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 151, col 22)
[warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 152, col 23)
[warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 275, col 10)
« no previous file with comments | « test/codegen/lib/convert/latin1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698