Index: tests/language_2/language_2.status |
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status |
index 4631543ab24c17f34a8a7322edc1398c699e577c..5ebda3250de53ef3db84cf1465a8e2a4dc92c083 100644 |
--- a/tests/language_2/language_2.status |
+++ b/tests/language_2/language_2.status |
@@ -66,6 +66,11 @@ async_return_types_test/nestedFuture: MissingCompileTimeError |
[ $compiler == dartdevc || $compiler == dart2analyzer ] |
async_return_types_test/nestedFuture: MissingCompileTimeError |
+# The VM and does not implement the Dart 2.0 runtime checks yet (unless --checked is explicitly passed). |
+[ ! $checked && $runtime == vm ] |
+bool_check_test: RuntimeError |
+bool_condition_check_test: RuntimeError |
+ |
[ $compiler == dart2js && ! $dart2js_with_kernel ] |
accessor_conflict_export2_test: Crash # Issue 25626 |
accessor_conflict_export_test: Crash # Issue 25626 |
@@ -88,6 +93,7 @@ accessor_conflict_import2_test: RuntimeError # Issue 25626 |
accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
accessor_conflict_import_test: RuntimeError # Issue 25626 |
+branch_canonicalization_test: RuntimeError # Issue 638. |
[ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] |
accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
@@ -173,6 +179,7 @@ async_await_syntax_test/a08b: Crash # Issue 27394 |
async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
+bootstrap_test: RuntimeError # Issue 27394 |
[ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ] |
assertion_initializer_const_function_test/none: RuntimeError |
@@ -216,6 +223,9 @@ async_await_syntax_test/d07a: Crash |
async_await_syntax_test/d08a: Crash |
async_await_syntax_test/d08b: Crash |
async_await_syntax_test/d08c: Crash |
+bool_condition_check_test/01: Crash |
+branch_canonicalization_test: Crash |
+branches_test: Crash |
[ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )] |
assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. |
@@ -233,10 +243,12 @@ assertion_initializer_const_function_test/01: CompileTimeError |
[ $compiler == dartdevc && $runtime != none ] |
assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. |
+branch_canonicalization_test: RuntimeError # Issue 29920 |
[ $compiler == dartk && $runtime == vm ] |
arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
assertion_test: RuntimeError |
+bool_test: RuntimeError # Throws CastError instead of TypeError |
[ $mode == product ] |
assertion_test: SkipByDesign # Requires checked mode. |
@@ -404,6 +416,13 @@ async_star_regression_23116_test: Crash |
async_star_regression_fisk_test: Crash |
async_star_stream_take_test: Crash |
async_star_take_reyield_test: Crash |
+bool_check_test: Crash |
+bool_test: Crash |
+bootstrap_test: RuntimeError |
+bound_closure_equality_test: Crash |
+bound_closure_primitives_test: Crash |
+branch_canonicalization_test: RuntimeError |
+break_test: Crash |
[ $checked && ($compiler == dartk || $compiler == dartkp) ] |
async_return_types_test/nestedFuture: Fail |
@@ -519,3 +538,6 @@ async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
async_star_no_cancel_test: Skip # Flutter Issue 9110 |
+ |
+[ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kernel ] |
+bool_check_test: RuntimeError # Issue 29647 |