| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 11663)
|
| +++ tests/language/language.status (working copy)
|
| @@ -67,6 +67,7 @@
|
|
|
| [ $compiler == dartc ]
|
| application_negative_test: Fail # Runtime only test, rewrite as multitest
|
| +argument_definition_test/*: Skip # Not implemented.
|
| assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
|
| assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest
|
| body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
|
| @@ -182,6 +183,7 @@
|
| *: Skip
|
|
|
| [ $compiler == dart2dart ]
|
| +argument_definition_test/*: Skip # Not implemented.
|
| call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved()' which fails on the VM
|
| call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved()' which fails on the VM
|
| call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved()' which fails on the VM
|
|
|