Chromium Code Reviews| Index: tests/corelib.status |
| diff --git a/tests/corelib.status b/tests/corelib.status |
| index 0d9b454220382ba998ec1e32d785683b908b7404..881dd10c8b8758c7253e10070ea093d9af40b0ab 100644 |
| --- a/tests/corelib.status |
| +++ b/tests/corelib.status |
| @@ -18,7 +18,6 @@ expando_test: Crash |
| # overflows. |
| regexp/regexp_test: RuntimeError |
| -# Function.apply |
|
ahe
2015/11/17 16:44:10
Why remove this?
sigurdm
2015/11/19 14:33:47
No clue - must have happened by mistake.
Reverted
|
| apply2_test: RuntimeError |
| apply3_test: CompileTimeError |
| apply4_test: RuntimeError |
| @@ -41,6 +40,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 +75,12 @@ 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 |
| + |
| # Unexpected command line arguments to compiler. |
| bool_from_environment_test: CompileTimeError |
| from_environment_const_type_test/01: CompileTimeError |
| @@ -110,7 +116,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 |