| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 20213)
|
| +++ tests/language/language.status (working copy)
|
| @@ -154,7 +154,7 @@
|
| field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
|
| getter_no_setter_test/01: Fail # Fails to detect compile-time error.
|
| -getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
|
| +getter_no_setter2_test/03: Fail
|
| instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
|
| type_annotation_test/02: Fail # Issue 6974
|
| type_annotation_test/07: Fail # Issue 6974
|
| @@ -405,7 +405,6 @@
|
| final_syntax_test/03: Fail # http://dartbug.com/5519
|
| final_syntax_test/04: Fail # http://dartbug.com/5519
|
| getter_no_setter_test/01: Fail # http://dartbug.com/5519
|
| -getter_no_setter2_test/01: Fail # http://dartbug.com/5519
|
| isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
|
| method_override2_test/01: Fail # http://dartbug.com/5519
|
| named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
|
|
|