| Index: tests/co19/co19-analyzer.status
|
| diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
|
| index 83ac16f3763875434dc52d294391cb5676e89c34..a921136b1f8ed59c9c018474a0f18edcb0efa0bd 100644
|
| --- a/tests/co19/co19-analyzer.status
|
| +++ b/tests/co19/co19-analyzer.status
|
| @@ -3,12 +3,6 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dartanalyzer ]
|
| -Language/03_Overview/1_Scoping_A01_t46: fail
|
| -Language/03_Overview/1_Scoping_A02_t07: fail
|
| -Language/03_Overview/1_Scoping_A02_t11: fail
|
| -Language/03_Overview/1_Scoping_A02_t12: fail
|
| -Language/03_Overview/1_Scoping_A02_t16: fail
|
| -Language/03_Overview/1_Scoping_A02_t28: fail
|
| Language/05_Variables/05_Variables_A05_t04: fail
|
| Language/06_Functions/06_Functions_A01_t31: fail
|
| Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
|
| @@ -120,7 +114,6 @@ 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/02_Expression_Statements_A01_t06: fail
|
| -Language/12_Statements/04_Local_Function_Declaration_A01_t01: 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
|
| @@ -193,9 +186,22 @@ LibTest/core/int/operator_division_A01_t01: fail
|
| Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
|
|
|
| # co19 issue #412, using 'null' as operand
|
| -Language/11_Expressions/01_Constants_A11_t01: fail
|
| -Language/11_Expressions/01_Constants_A12_t01: fail
|
| -Language/11_Expressions/01_Constants_A13_t06: fail
|
| +Language/11_Expressions/01_Constants_A11_t01: fail, OK
|
| +Language/11_Expressions/01_Constants_A12_t01: fail, OK
|
| +Language/11_Expressions/01_Constants_A13_t06: fail, OK
|
| +
|
| +# co19 issue #414, extra @compile-error
|
| +Language/03_Overview/1_Scoping_A02_t28: fail, OK
|
| +
|
| +# co19 issue #416, function name is declared the parameter scope
|
| +Language/03_Overview/1_Scoping_A02_t07: fail, OK
|
| +Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
|
| +
|
| +# co19 issue $417, 'if', 'while' and 'do-while' don't create scope
|
| +Language/03_Overview/1_Scoping_A02_t11: fail, OK
|
| +Language/03_Overview/1_Scoping_A02_t12: fail, OK
|
| +Language/03_Overview/1_Scoping_A02_t16: fail, OK
|
| +
|
|
|
|
|
| [ $runtime == drt && $compiler == none ]
|
|
|