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 4e9015c743542d3cdf94bb87baf9886edc53bbbf..4b4fb3deb4d1e29ef0aa6b64e73ef08d047f5c30 100644 |
| --- a/tests/corelib_2/corelib_2.status |
| +++ b/tests/corelib_2/corelib_2.status |
| @@ -168,6 +168,8 @@ error_stack_trace_test/static: MissingCompileTimeError |
| [ $compiler == dartdevc ] |
| error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for exception caught from 'throw null;' |
| +list_fill_range_test: RuntimeError # Issue 29921 |
| +list_insert_test: RuntimeError # Issue 29921 |
| [ $runtime == flutter ] |
| apply3_test: CompileTimeError # mirrors not supported |
| @@ -343,6 +345,7 @@ string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| +list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
|
Bob Nystrom
2017/08/04 15:45:38
Would you mind sorting the entries in the sections
bkonyi
2017/08/04 18:14:14
Done.
|
| [ $compiler == dart2js && $runtime == drt ] |
| string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| @@ -617,6 +620,18 @@ list_test/none: Crash |
| list_to_string2_test: Crash |
| list_to_string_test: Crash |
| list_unmodifiable_test: Crash |
| +linked_hash_map_from_iterables_test: Crash |
| +linked_hash_map_test: Crash |
| +list_as_map_test: Crash |
| +list_contains_argument_order_test: Crash |
| +list_fill_range_test: Crash |
| +list_first_test: Crash |
| +list_fixed_test: Crash |
| +list_for_each_test: Crash |
| +list_get_range_test: Crash |
| +list_growable_test: Crash |
| +list_insert_all_test: Crash |
| +list_insert_test: Crash |
| [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| stopwatch_test: Crash |
| @@ -784,6 +799,8 @@ num_sign_test: Crash |
| map_contains_key_test: Crash |
| map_index_test: Crash |
| map_remove_test: Crash |
| +list_filled_type_argument_test: Crash |
| +list_index_of_test: Crash |
| [$arch == simdbc || $arch == simdbc64] |
| regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter |