Chromium Code Reviews| Index: tests/corelib_2/corelib_2.status |
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
| index a1f661eb547f80d11117cd8004572e75cfcf13d8..a22218b04a3f831b11c6ffd59941c48cf8e041d7 100644 |
| --- a/tests/corelib_2/corelib_2.status |
| +++ b/tests/corelib_2/corelib_2.status |
| @@ -144,6 +144,8 @@ symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-ints-to-64-bits |
| typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-ints-to-64-bits |
| int_modulo_arith_test/none: RuntimeError # Issue 29921 |
| +iterable_generate_test: RuntimeError # Issue 29921 |
| +iterable_return_type_test/02: RuntimeError # Issue 29921 |
| [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| @@ -405,6 +407,7 @@ from_environment_const_type_undefined_test/04: MissingCompileTimeError |
| from_environment_const_type_undefined_test/06: MissingCompileTimeError |
| from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| +iterable_generate_test/01: RuntimeError |
| [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| @@ -665,6 +668,20 @@ uri_path_test: Crash |
| uri_query_test: Crash |
| uri_scheme_test: Crash |
| uri_test: Crash |
| +iterable_generate_test/01: Crash |
| +iterable_generate_test/none: Crash |
| +iterable_join_test: Crash |
| +iterable_last_test: Crash |
| +iterable_last_where_test: Crash |
| +iterable_length_test: Crash |
| +iterable_mapping_test: Crash |
| +iterable_reduce_test: Crash |
| +iterable_return_type_test/01: Crash |
| +iterable_return_type_test/02: Crash |
| +iterable_return_type_test/none: Crash |
| +iterable_single_test: Crash |
| +iterable_single_where_test: Crash |
| +iterable_skip_test: Crash |
| [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| stopwatch_test: Crash |
| @@ -942,6 +959,20 @@ uri_path_test: Crash |
| uri_query_test: Crash |
| uri_scheme_test: Crash |
| uri_test: Crash |
| +iterable_generate_test/01: Crash |
| +iterable_generate_test/none: Crash |
| +iterable_join_test: Crash |
| +iterable_last_test: Crash |
| +iterable_last_where_test: Crash |
| +iterable_length_test: Crash |
| +iterable_mapping_test: Crash |
| +iterable_reduce_test: Crash |
| +iterable_return_type_test/01: Crash |
| +iterable_return_type_test/02: Crash |
| +iterable_return_type_test/none: Crash |
| +iterable_single_test: Crash |
| +iterable_single_where_test: Crash |
| +iterable_skip_test: Crash |
| [$arch == simdbc || $arch == simdbc64] |
| regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter |
| @@ -950,9 +981,11 @@ regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp |
| splay_tree_from_iterable_test: RuntimeError |
| [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] |
| +iterable_generate_test/01: RuntimeError |
| splay_tree_from_iterable_test: RuntimeError |
| [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| +iterable_generate_test/01: RuntimeError |
| splay_tree_from_iterable_test: RuntimeError |
| [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| @@ -968,3 +1001,9 @@ package_resource_test: RuntimeError # Issue 26842 |
| [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| iterable_to_list_test/01: RuntimeError # Issue 26501 |
| +iterable_return_type_test/01: RuntimeError # Issue 20085 |
| +iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| + |
| +[ $strong ] |
|
bkonyi
2017/08/09 16:27:43
You should remove these lines and rerun the tests.
|
| +iterable_mapping_test: Skip |
| +iterable_reduce_test: Skip |