Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2994543002: Migrated test block 13 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698