| Index: tests/co19/co19-analyzer2.status
|
| diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status
|
| index d5b0c646f2656d0c712852354a4f39b56490b4c2..cb338fdb934653298f8d886450287078f7b90984 100644
|
| --- a/tests/co19/co19-analyzer2.status
|
| +++ b/tests/co19/co19-analyzer2.status
|
| @@ -29,45 +29,18 @@ Language/15_Types/4_Interface_Types_A11_t02: Skip
|
| # TBF: Hence, a static warning will not be issued if f has no declared return type, since the return type would be dynamic and dynamic may be assigned to void.
|
| Language/13_Statements/11_Return_A07_t01: fail
|
|
|
| -# co19 issue #380, Strings class has been removed
|
| -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: fail, OK
|
| -
|
| -# co19 issue #400, collection library reorg
|
| -LibTest/core/String/concat_A01_t01: fail, OK
|
| -LibTest/core/String/concat_A02_t01: fail, OK
|
| -LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
|
| -LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
|
| -
|
| -# co19 issue #425, Only static fields can be declared as 'const'
|
| -Language/07_Classes/07_Classes_A02_t11: fail, OK
|
| -
|
| # co19 issue #442, undefined name "Expect"
|
| Language/15_Types/4_Interface_Types_A08_t03: fail, OK
|
|
|
| # co19 issue #455, undeclared identifier is static warning
|
| Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
|
| -Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
|
| Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
|
| Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
|
|
|
| -# co19 issue #513, rules for finals were loosened, contradiction in spec was fixed
|
| -Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
|
| -
|
| -# co19 issue #515, it is a compile-time error if there is more than one entity with the same name declared in the same scope
|
| -Language/07_Classes/3_Setters_A08_t03: fail, OK
|
| -
|
| -# co19 issue #593: Conditional expressions are now allowed as constant expressions
|
| -Language/12_Expressions/01_Constants_A15_t16: fail, OK
|
| -
|
| # co19 issue #438, Static variables are initialized lazily, need not be constants
|
| Language/12_Expressions/01_Constants_A16_t01: fail, OK
|
| Language/12_Expressions/01_Constants_A16_t02: fail, OK
|
|
|
| -# co19 issue #420, "throw" requires expression, "rethrow" should be used instead
|
| -Language/12_Expressions/08_Throw_A05_t01: fail, OK
|
| -Language/12_Expressions/08_Throw_A05_t02: fail, OK
|
| -Language/12_Expressions/08_Throw_A05_t03: fail, OK
|
| -
|
| # co19 issue #454 (wrongly closed)
|
| Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
|
|
|
|
|