| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 4e31998d2990b9b5fcedf37eef1f1e7e50e171db..ac153a6cb1ef95b3375b06ff81f0bcee6cbe3b2f 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -36,11 +36,6 @@ regress_r21715_test: RuntimeError # Requires bigint support.
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
| -[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| -list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
|
| -
|
| -[ $compiler == dart2js && $runtime == safarimobilesim ]
|
| -
|
| [ $compiler == dart2analyzer ]
|
| int_parse_radix_bad_handler_test: fail
|
| error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
|
| @@ -165,19 +160,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 +246,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
|
|
|