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

Unified Diff: pkg/dev_compiler/tool/sdk_expected_errors.txt

Issue 2858843002: Loosen type check on runZoned errorHandler (Closed)
Patch Set: Add todo Created 3 years, 8 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 | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | sdk/lib/async/zone.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/sdk_expected_errors.txt
diff --git a/pkg/dev_compiler/tool/sdk_expected_errors.txt b/pkg/dev_compiler/tool/sdk_expected_errors.txt
index 4ee94ca3bf11e33bf1721f3515032473b0b0ba23..3ed9e6299e86fad7e771328995993cf237f7d359 100644
--- a/pkg/dev_compiler/tool/sdk_expected_errors.txt
+++ b/pkg/dev_compiler/tool/sdk_expected_errors.txt
@@ -8,8 +8,8 @@
[error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 719, col 61)
[error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 370, col 3)
[error] The argument type 'List' can't be assigned to the parameter type 'Iterable<Null>'. (dart:js_util, line 112, col 29)
-[error] The return type 'double' isn't a 'T', as defined by the method 'min'. (dart:math, line 90, col 16)
-[error] The return type 'double' isn't a 'T', as defined by the method 'max'. (dart:math, line 125, col 16)
+[error] The return type 'double' isn't a 'T', as defined by the method 'min'. (dart:math, line 98, col 16)
+[error] The return type 'double' isn't a 'T', as defined by the method 'max'. (dart:math, line 133, col 16)
[warning] The final variable 'origin' must be initialized. (dart:html, line 187, col 3)
[warning] The final variable 'origin' must be initialized. (dart:html, line 853, col 3)
[warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1775, col 3)
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | sdk/lib/async/zone.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698