| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 24832)
|
| +++ tests/language/language.status (working copy)
|
| @@ -22,7 +22,6 @@
|
| mixin_super_constructor_named_test: Fail
|
| mixin_super_constructor_positionals_test: Fail
|
| mixin_super_constructor_multiple_test: Fail
|
| -closure_type_variable_test: Fail # Type variable used as expression (dartbug.com/6282)
|
| const_constructor_super_test/01: fail
|
|
|
| [ $compiler == none ]
|
| @@ -33,7 +32,6 @@
|
| mixin_super_constructor_named_test: Fail
|
| mixin_super_constructor_positionals_test: Fail
|
| mixin_super_constructor_multiple_test: Fail
|
| -closure_type_variable_test: Fail # Type variable used as expression (dartbug.com/6282)
|
| built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
|
| library_juxtaposition_test: Fail # Issue 6877
|
| pseudo_kw_illegal_test/14: Fail # Issue 356
|
| @@ -74,8 +72,6 @@
|
| type_annotation_test/06: Fail # Issue 6973
|
| type_annotation_test/09: Fail # Issue 6973
|
|
|
| -type_parameter_literal_test: Fail # Issue 7551
|
| -
|
| on_catch_malformed_type_test: Fail # Issue 8601
|
|
|
| mixin_mixin_test: Fail
|
| @@ -307,7 +303,6 @@
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
|
| -type_parameter_literal_test: Fail
|
|
|
| type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
|
| closures_initializer_test: Crash # VM bug: issue 8847
|
| @@ -318,7 +313,7 @@
|
| super_getter_setter_test: Fail # Issue 11065.
|
|
|
| # TODO(tball): Assign proper bug numbers.
|
| -class_literal_test/none: Fail
|
| +class_literal_test: Fail
|
|
|
| import_core_prefix_test: Pass
|
| prefix22_test: Pass
|
|
|