Index: tests/language_2/language_2_dart2js.status |
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status |
index abd2300e38f5550c75d0f9f7ee84973cce1c5b35..51fb59be2ea374e74f6b5d80b1b2a343fde9f926 100644 |
--- a/tests/language_2/language_2_dart2js.status |
+++ b/tests/language_2/language_2_dart2js.status |
@@ -48,6 +48,8 @@ bit_operations_test/02: MissingCompileTimeError |
bit_operations_test/03: MissingCompileTimeError |
bit_operations_test/04: MissingCompileTimeError |
built_in_identifier_prefix_test: CompileTimeError |
+cast_test/04: MissingCompileTimeError |
+cast_test/05: MissingCompileTimeError |
generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208 |
[ $compiler == dart2js && $runtime != none ] |
@@ -70,6 +72,7 @@ assertion_initializer_const_function_error_test/01: Crash |
assertion_initializer_const_function_test/01: CompileTimeError |
assertion_initializer_test: Crash |
bad_typedef_test/00: Crash # Issue 28214 |
+canonical_const2_test: RuntimeError, OK # Issue 1533 |
[ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
accessor_conflict_import2_test: RuntimeError # Issue 25626 |
@@ -365,6 +368,20 @@ function_type/function_type97_test: Crash |
function_type/function_type98_test: Crash |
function_type/function_type99_test: Crash |
function_type/function_type9_test: Crash |
+canonical_const2_test: RuntimeError |
+canonical_const3_test: Crash |
+canonical_const_test: Crash |
+cascade2_test: Crash |
+cascade_in_expression_function_test: Crash |
+cascade_precedence_test: Crash |
+cascade_test/none: Crash |
+cast_test/04: RuntimeError |
+cast_test/05: RuntimeError |
+cast_test/none: RuntimeError |
+catch_liveness_test: Crash |
+cha_deopt1_test: CompileTimeError |
+cha_deopt2_test: CompileTimeError |
+cha_deopt3_test: CompileTimeError |
[ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
aborting_switch_case_test: Crash |
@@ -634,6 +651,24 @@ function_type/function_type97_test: Crash |
function_type/function_type98_test: Crash |
function_type/function_type99_test: Crash |
function_type/function_type9_test: Crash |
+canonical_const2_test: Crash |
+canonical_const2_test: RuntimeError |
+canonical_const3_test: Crash |
+canonical_const_test: Crash |
+cascade2_test: Crash |
+cascade_in_expression_function_test: Crash |
+cascade_precedence_test: Crash |
+cascade_test/none: Crash |
+cast_test/04: Crash |
+cast_test/04: RuntimeError |
+cast_test/05: Crash |
+cast_test/05: RuntimeError |
+cast_test/none: Crash |
+cast_test/none: RuntimeError |
+catch_liveness_test: Crash |
+cha_deopt1_test: CompileTimeError |
+cha_deopt2_test: CompileTimeError |
+cha_deopt3_test: CompileTimeError |
[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |