| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 24938)
|
| +++ tests/language/language.status (working copy)
|
| @@ -25,7 +25,6 @@
|
| const_constructor_super_test/01: fail
|
|
|
| [ $compiler == none ]
|
| -extends_test: Fail # issue 11023
|
| mixin_super_constructor_test: Fail
|
| mixin_super_constructor2_test: Fail
|
| mixin_super_constructor_default_test: Fail
|
| @@ -98,7 +97,9 @@
|
| compile_time_constant_checked3_test/05: Fail, OK
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| +type_parameter_test/05: Fail, OK # No way of specifying a compile-time type error in checked mode only.
|
|
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| type_variable_field_initializer_closure_test: Fail # issue 8847
|
| closures_initializer_test: Fail # VM bug: issue 8847
|
| @@ -106,7 +107,6 @@
|
| final_variable_assignment_test/02: Fail
|
| final_variable_assignment_test/03: Fail
|
| final_variable_assignment_test/04: Fail
|
| -extends_test: Pass, Fail # issue 11023, may pass or fail depending on loading order
|
|
|
|
|
| [ $runtime == dartium ]
|
| @@ -114,7 +114,7 @@
|
|
|
|
|
| [ $runtime == vm || ($runtime == drt && $compiler == none) ]
|
| -first_class_types_literals_test: Fail # issue 6282
|
| +first_class_types_literals_test: Fail # issue 11761
|
| call_test: Fail # Issue 1604
|
|
|
| [ $runtime == chrome ]
|
|
|