| Index: tests/co19/co19-analyzer.status
|
| diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
|
| index 1b988639c8c48c7302efcbf303925406cc4ecfd3..4cf78813a39c0e432f93decca2db43e80cf304a3 100644
|
| --- a/tests/co19/co19-analyzer.status
|
| +++ b/tests/co19/co19-analyzer.status
|
| @@ -28,8 +28,6 @@ Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05:
|
| Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A02_t01: fail
|
| Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t01: fail
|
| Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: fail
|
| -Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail
|
| -Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail
|
| Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: fail
|
| Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t01: fail
|
| Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: fail
|
| @@ -41,14 +39,10 @@ Language/11_Expressions/22_Equality_A01_t16: fail
|
| Language/11_Expressions/28_Postfix_Expressions_A01_t06: fail
|
| Language/11_Expressions/30_Identifier_Reference_A01_t07: fail
|
| Language/11_Expressions/30_Identifier_Reference_A01_t08: fail
|
| -Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail
|
| -Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail
|
| Language/12_Statements/09_Switch_A04_t01: fail
|
| Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t17: fail
|
| Language/13_Libraries_and_Scripts/1_Imports_A01_t46: fail
|
| -Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail
|
| Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail
|
| -Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail
|
| Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail
|
| Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail
|
| Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail
|
| @@ -182,6 +176,10 @@ Language/12_Statements/02_Expression_Statements_A01_t06: fail, OK
|
| LibTest/core/double/ceil_A01_t05: fail, OK
|
| LibTest/core/double/floor_A01_t05: fail, OK
|
|
|
| +# co19 issue #385, library name is not required
|
| +Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail, OK
|
| +Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK
|
| +
|
| # co19 issue #388, StringBuffer renamed add to write
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: fail, OK
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: fail, OK
|
| @@ -196,3 +194,11 @@ LibTest/core/StringBuffer/add_A01_t02: fail, OK
|
| LibTest/core/StringBuffer/addAll_A01_t01: fail, OK
|
| LibTest/core/StringBuffer/addAll_A01_t02: fail, OK
|
| LibTest/core/StringBuffer/toString_A01_t01: fail, OK
|
| +
|
| +# co19 issue #433, missing @static-warning annotation
|
| +Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
|
| +Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
|
| +
|
| +# co19 issue #434, argument definition was dropped
|
| +Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK
|
| +Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK
|
|
|