Index: tests/co19/co19-dart2js.status |
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
index e5020a4d513038d8796697449c3dde9047e29800..2faa5aa806d2cc4c6e1dbc96107c04fb7e0ef770 100644 |
--- a/tests/co19/co19-dart2js.status |
+++ b/tests/co19/co19-dart2js.status |
@@ -24,7 +24,6 @@ Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this |
Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure. |
Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure. |
Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure. |
-Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. |
Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this failure. |
Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure. |
Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure. |
@@ -45,7 +44,6 @@ Language/07_Classes/6_Constructors_A01_t06: Fail # TODO(ahe): Please triage this |
Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage this failure. |
Language/11_Expressions/01_Constants_A18_t07: Fail # TODO(ahe): Please triage this failure. |
Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage this failure. |
-Language/11_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this failure. |
Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this failure. |
Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this failure. |
Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Please triage this failure. |
@@ -667,7 +665,6 @@ Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat |
Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declaration cannot contain both 'const' and 'final'. |
Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declaration cannot contain 'const', 'final' and 'var' simultaneously. |
Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declaration cannot contain the 'abstract' keyword. |
-Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time error occurs if a local constant variable is redefined. |
Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Checks that a required parameter can be constant. Reassigning it should produce a compile-time error. |
Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Checks that static variable declaration can't be a required formal parameter |
Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Checks that a functionSignature parameter cannot be final. |