| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 11966)
|
| +++ tests/language/language.status (working copy)
|
| @@ -86,6 +86,9 @@
|
|
|
| [ $compiler == dartc ]
|
|
|
| +bad_constructor_test/04: Fail # Constructor name clashes with other member
|
| +bad_constructor_test/05: Fail # Constructor name clashes with other member
|
| +bad_constructor_test/06: Fail # Constructor name clashes with other member
|
| get_set_syntax_test/none: Fail # does not accept getter/setter with no method body
|
| application_negative_test: Fail # Runtime only test, rewrite as multitest
|
| interface_negative_test: Fail # instantiation of abstract class
|
|
|