| Index: dart/tests/language/language_dart2js.status
|
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
|
| index 903af6ca75f47e759b1d8e3bbdec52427b5dcc23..288caddc61dc746e4ab35d908e20566e65a66b1d 100644
|
| --- a/dart/tests/language/language_dart2js.status
|
| +++ b/dart/tests/language/language_dart2js.status
|
| @@ -58,6 +58,26 @@ compile_time_constant_checked3_test/05: Fail, OK
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| [ $compiler == dart2js ]
|
| +bad_constructor_test/04: Fail # http://dartbug.com/5519
|
| +bad_constructor_test/05: Fail # http://dartbug.com/5519
|
| +bad_constructor_test/06: Fail # http://dartbug.com/5519
|
| +constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
|
| +external_test/10: Fail # http://dartbug.com/5519
|
| +getter_no_setter2_test/01: Fail # http://dartbug.com/5519
|
| +getter_no_setter_test/01: Fail # http://dartbug.com/5519
|
| +illegal_invocation_test/03: Fail # http://dartbug.com/5519
|
| +isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
|
| +new_expression_type_args_test/01: Fail # http://dartbug.com/5519
|
| +not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
|
| +not_enough_positional_arguments_test/02: Fail # http://dartbug.com/5519
|
| +optional_named_parameters_test/01: Fail # http://dartbug.com/5519
|
| +optional_named_parameters_test/03: Fail # http://dartbug.com/5519
|
| +optional_named_parameters_test/05: Fail # http://dartbug.com/5519
|
| +optional_named_parameters_test/07: Fail # http://dartbug.com/5519
|
| +optional_named_parameters_test/09: Fail # http://dartbug.com/5519
|
| +setter_no_getter_call_test/01: Fail # http://dartbug.com/5519
|
| +setter_no_getter_test/01: Fail # http://dartbug.com/5519
|
| +
|
| import_combinators_test: Fail
|
| throw_expr_test: Fail
|
| metadata_test: Fail # Metadata on type parameters not supported.
|
|
|