| Index: tests/co19/co19-analyzer2.status
|
| diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status
|
| index 2c947cdf82a67779dfa21f75e9f713b72fa1eb08..f5ed45714d054e711b407879b61aa9b122af0dee 100644
|
| --- a/tests/co19/co19-analyzer2.status
|
| +++ b/tests/co19/co19-analyzer2.status
|
| @@ -16,12 +16,6 @@ Language/12_Expressions/01_Constants_A17_t03: fail
|
| Language/15_Types/4_Interface_Types_A11_t01: Skip
|
| Language/15_Types/4_Interface_Types_A11_t02: Skip
|
|
|
| -# TBF: "class B1 = A with M1;", typedef cannot be used for mixins
|
| -Language/09_Mixins/1_Mixin_Application_A01_t01: Fail
|
| -
|
| -# TBF: It is a compile-time error if the key of an entry in a constant map literal is an instance of a class that implements the operator == unless the key is a string or integer.
|
| -Language/12_Expressions/07_Maps_A13_t01: Fail
|
| -
|
| # TBF: malformed or malbounded type in "conts" is static warning
|
| Language/12_Expressions/12_Instance_Creation_A01_t08: Fail
|
|
|
| @@ -36,13 +30,28 @@ 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
|
|
|
| @@ -65,6 +74,12 @@ Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
|
| # co19 issue #615: Expect import missing
|
| LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
|
|
|
| +# co19 issue #617: "hasNext" is not a function; "Expec"
|
| +LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK
|
| +
|
| +# co19 issue #623: main() { {}; } is block and empty statement, not a map
|
| +Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK
|
| +
|
| # co19 issue #626: StreamTransformers have been refactored.
|
| LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail
|
| LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail
|
| @@ -142,15 +157,8 @@ LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail
|
| LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail
|
| LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail
|
|
|
| -Language/07_Classes/07_Classes_A13_t01: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t02: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t03: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t04: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t05: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t06: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t07: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t08: Fail # co19-roll r623: Please triage this failure
|
| -Language/07_Classes/07_Classes_A13_t09: Fail # co19-roll r623: Please triage this failure
|
| +Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
|
| +
|
| Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: Please triage this failure
|
| Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: Please triage this failure
|
| Language/12_Expressions/01_Constants_A16_t02: Crash # co19-roll r623: Please triage this failure
|
| @@ -159,4 +167,3 @@ LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
|
| LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Please triage this failure
|
| LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please triage this failure
|
| LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please triage this failure
|
| -
|
|
|