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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2999593002: fix #30330, don't ignore cast failures in DDC for language/lib tests (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | tests/corelib_strong/corelib_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index a1f661eb547f80d11117cd8004572e75cfcf13d8..32dbf258ee06e4d28fe7e3ac7e0742678c95febe 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -143,7 +143,8 @@ symbol_reserved_word_test/09: RuntimeError # Issue 29921
symbol_reserved_word_test/12: RuntimeError # Issue 29921
int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-ints-to-64-bits
typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-ints-to-64-bits
-int_modulo_arith_test/none: RuntimeError # Issue 29921
+int_modulo_arith_test/none: RuntimeError # Issue 29921
+list_unmodifiable_test: RuntimeError # Issue 29921, strong mode cast failure
[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
@@ -178,6 +179,9 @@ list_removeat_test: RuntimeError # Issue 29921
list_replace_range_test: RuntimeError # Issue 29921
list_set_all_test: RuntimeError # Issue 29921
json_map_test: RuntimeError # Issue 29921
+core_runtime_types_test: RuntimeError # Issue 29921 - runtime cast failure
+string_fromcharcodes_test: RuntimeError # Issue 29921 - runtime cast failure
+uri_query_test: RuntimeError # Issue 29921 - runtime cast failure
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
« no previous file with comments | « no previous file | tests/corelib_strong/corelib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698