| 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
|
|
|