| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index a07906a7ff434da9d1e08487edfe9895f9065a30..6cebc59b0d5ed743607efccf78c5f2ce5c24bef1 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -57,6 +57,9 @@ no_such_method_test: Fail # issue 3326, 3622.
|
| export_cyclic_test: Fail, Crash # issue 6060
|
| duplicate_export_negative_test: Fail # issue 6134
|
| invocation_mirror_indirect_test: Fail # Issue 3326
|
| +type_annotation_test/04: Fail # Issue 6970
|
| +type_annotation_test/06: Fail # Issue 6973
|
| +type_annotation_test/09: Fail # Issue 6973
|
|
|
| # Test issue 6324
|
| class_test: Fail, OK
|
| @@ -209,6 +212,9 @@ 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.
|
| 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
|
| +type_annotation_test/08: Fail # Issue 5291
|
| # Test expects signature of noSuchMethod to be correct according
|
| # to specification. Should start working when the library signature
|
| # changes.
|
|
|