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

Unified Diff: tests/corelib.status

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years, 1 month 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
Index: tests/corelib.status
diff --git a/tests/corelib.status b/tests/corelib.status
index 0d9b454220382ba998ec1e32d785683b908b7404..cc9ed1b50d5c315b2947cb5d14192d67fd43881e 100644
--- a/tests/corelib.status
+++ b/tests/corelib.status
@@ -41,6 +41,7 @@ double_truncate_test: RuntimeError
# Object.runtimeType / type check
collection_length_test: RuntimeError
+growable_list_test: RuntimeError
iterable_fold_test: RuntimeError
iterable_generate_test: RuntimeError
iterable_reduce_test: RuntimeError
@@ -75,6 +76,15 @@ error_stack_trace_test: RuntimeError
list_test/01: Fail
list_test/none: Fail
+# Missing async/await, and resource implementation
+data_resource_test: RuntimeError
+file_resource_test: RuntimeError
+http_resource_test: RuntimeError
+package_resource_test: RuntimeError
+
+# Missing set-if-null implementation
+data_uri_test: RuntimeError
+
# Unexpected command line arguments to compiler.
bool_from_environment_test: CompileTimeError
from_environment_const_type_test/01: CompileTimeError
@@ -110,7 +120,7 @@ iterable_return_type_test/02: Fail
iterable_return_type_test/none: RuntimeError
list_test/01: RuntimeError
list_test/none: RuntimeError
-list_unmodifiable_test: CompileTimeError
+list_unmodifiable_test: RuntimeError
num_clamp_test: RuntimeError
num_parse_test/01: RuntimeError
num_parse_test/none: RuntimeError
@@ -152,6 +162,8 @@ double_ceil_to_double_test: RuntimeError
double_compare_test: RuntimeError
double_floor_to_double_test: RuntimeError
double_parse_test/01: RuntimeError
+double_parse_test/02: RuntimeError
+double_parse_test/03: RuntimeError
double_parse_test/none: RuntimeError
double_round3_test: RuntimeError
double_round4_test: RuntimeError

Powered by Google App Engine
This is Rietveld 408576698