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..2bff7aa11fc3acaa0e5f3d959f8c5b22b404b8a6 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 |
@@ -342,6 +344,7 @@ regexp/overflow_test: RuntimeError |
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
[ $compiler == dart2js && $runtime == chromeOnAndroid ] |
+list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
[ $compiler == dart2js && $runtime == drt ] |
@@ -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 |