| Index: tests/language_2/language_2_vm.status
|
| diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
|
| index 1dbd2e64b2156472c290b9d0a4b54488e94269cb..547b126b0519ac744e26fbf742a9746964ebe945 100644
|
| --- a/tests/language_2/language_2_vm.status
|
| +++ b/tests/language_2/language_2_vm.status
|
| @@ -71,12 +71,22 @@ call_through_getter_test/02: MissingCompileTimeError
|
| call_type_literal_test/01: MissingCompileTimeError
|
| cast_test/04: MissingCompileTimeError
|
| cast_test/05: MissingCompileTimeError
|
| +checked_null_test/01: MissingCompileTimeError
|
| +checked_setter2_test: MissingCompileTimeError
|
| +checked_setter3_test/01: MissingCompileTimeError
|
| +checked_setter3_test/02: MissingCompileTimeError
|
| +checked_setter3_test/03: MissingCompileTimeError
|
| +generic_constructor_mixin_test/01: MissingCompileTimeError
|
| +generic_constructor_mixin2_test/01: MissingCompileTimeError
|
| +generic_constructor_mixin3_test/01: MissingCompileTimeError
|
| +typevariable_substitution2_test/02: MissingCompileTimeError
|
|
|
| # The VM and does not implement the Dart 2.0 runtime checks yet unless
|
| # --checked is explicitly passed).
|
| [ $runtime == vm && !$checked ]
|
| bool_check_test: RuntimeError
|
| bool_condition_check_test: RuntimeError
|
| +function_subtype_inline2_test: RuntimeError
|
|
|
| # The VM doesn't enforce that potentially const expressions are actually
|
| # const expressions when the constructor is called with `const`.
|
|
|