| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index e907c6d1ddf3ca37861daf759ef093886353e7e0..ba7d0d6edcbf1f36b2e574711f00f82f0bcd8907 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -70,6 +70,7 @@ compile_time_constant_checked3_test/03: MissingCompileTimeError, OK
|
| compile_time_constant_checked3_test/04: MissingCompileTimeError, OK
|
| compile_time_constant_checked3_test/05: MissingCompileTimeError, OK
|
| compile_time_constant_checked3_test/06: MissingCompileTimeError, OK
|
| +malformed2_test/01: MissingCompileTimeError, OK
|
| generic_test: RuntimeError, OK
|
| named_parameters_type_test/01: MissingRuntimeError, OK
|
| named_parameters_type_test/02: MissingRuntimeError, OK
|
| @@ -195,6 +196,13 @@ constructor_initializer_test/none: Fail # Issue 12633
|
| factory3_test: Fail # Issue 13077
|
| type_checks_in_factory_method_test: Fail # Issue 12747
|
|
|
| +instanceof3_test: Fail # Issue 14768
|
| +is_not_class2_test: Fail # Issue 14768
|
| +isnot_malformed_type_test: Fail # Issue 14768
|
| +library_ambiguous_test/04: Fail # Issue 14768
|
| +malformed2_test/00: Fail # Issue 14768
|
| +on_catch_malformed_type_test: Fail # Issue 14768
|
| +
|
| # Mixins fail on the VM.
|
| mixin_forwarding_constructor2_test: Fail # Issue 13641
|
|
|
| @@ -278,6 +286,7 @@ compile_time_constant_checked3_test/03: Fail, OK
|
| compile_time_constant_checked3_test/04: Fail, OK
|
| compile_time_constant_checked3_test/05: Fail, OK
|
| compile_time_constant_checked3_test/06: Fail, OK
|
| +malformed2_test/01: Fail, OK
|
|
|
| [ $compiler == dart2dart && $checked ]
|
| # Dart VM problems
|
| @@ -285,6 +294,13 @@ malbounded_type_cast_test: Fail # Issue 14123
|
| malbounded_type_test_test/01: Fail # Issue 14131
|
| malbounded_instantiation_test/01: Fail # Issue 14132
|
|
|
| +type_parameter_test/01: Fail # Issue 14768
|
| +type_parameter_test/02: Fail # Issue 14768
|
| +type_parameter_test/03: Fail # Issue 14768
|
| +type_parameter_test/04: Fail # Issue 14768
|
| +type_parameter_test/05: Fail # Issue 14768
|
| +type_parameter_test/06: Fail # Issue 14768
|
| +
|
| [ $compiler == dart2dart && $minified ]
|
| super_getter_setter_test: Fail # Issue 11065.
|
| f_bounded_quantification4_test: Fail # Issue 12605.
|
|
|