| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index b3107957c47993829c18efd953baadc3159e73f2..065462dc7bd75e7a7e9f995212662044d3765675 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -376,7 +376,6 @@ method_override2_test/01: Fail # http://dartbug.com/5519
|
| named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
|
| named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
|
| named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519
|
| -new_expression_type_args_test/02: Fail # inherited from dart2js
|
| not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
|
| override_field_test/04: Fail # http://dartbug.com/5519
|
| static_field3_test/01: Fail # http://dartbug.com/5519
|
| @@ -480,6 +479,8 @@ no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
|
|
|
| named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
|
|
|
| +new_expression_type_args_test/02: Fail # Test does not conform with spec.
|
| +
|
| get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
|
|