Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 4e31998d2990b9b5fcedf37eef1f1e7e50e171db..b5b309b109287915bb6f21608a6b7312294a8097 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -37,7 +37,6 @@ regress_r21715_test: RuntimeError # Requires bigint support. |
| *: Fail, Pass # TODO(ahe): Triage these tests. |
| [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
|
Bob Nystrom
2017/08/04 15:45:38
You can remove this whole section now, since it's
bkonyi
2017/08/04 18:14:14
Whoops, thought the migration tool handled this. R
|
| -list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| [ $compiler == dart2js && $runtime == safarimobilesim ] |
| @@ -165,19 +164,6 @@ iterable_to_set_test: Crash |
| iterable_tostring_test: Crash |
| json_map_test: Crash |
| linked_hash_map_from_iterable_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_index_of2_test: RuntimeError |
| -list_insert_all_test: Crash |
| -list_insert_test: Crash |
| list_iterators_test: Crash |
| list_last_test: Crash |
| list_map_test: Crash |
| @@ -264,9 +250,6 @@ int_round_to_double_test: Crash |
| int_to_int_test: Crash |
| int_truncate_test: Crash |
| int_truncate_to_double_test: Crash |
| -list_filled_type_argument_test: Crash |
| -list_index_of2_test: Crash |
| -list_index_of_test: Crash |
| list_literal_is_growable_test: Crash |
| list_literal_test: Crash |
| list_sort_test: Crash |