| Index: tests/language/language_analyzer.status
|
| ===================================================================
|
| --- tests/language/language_analyzer.status (revision 25781)
|
| +++ tests/language/language_analyzer.status (working copy)
|
| @@ -7,9 +7,6 @@
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
|
|
| -
|
| -#argument_definition_test/01: fail # issue 11565 (passing for the wrong reason)
|
| -
|
| illegal_invocation_test/01: fail # Issue: 11892
|
|
|
| # TBF: m([int p = 'String'])
|
| @@ -56,6 +53,7 @@
|
|
|
| # TBF: disallowed in the most recent spec
|
| named_parameters_aggregated_test/03: fail
|
| +positional_parameters_type_test: fail
|
|
|
| # TBF: non-const superinitializer; 7.6.3 Constant Constructors: The superinitializer that appears, explicitly or implicitly, in the initializer list of a constant constructor must specify a constant constructor of the superclass of the immediately enclosing class.
|
| non_const_super_negative_test: fail
|
|
|