| Index: tests/co19/co19-compiler.status
|
| diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
|
| index f985508ffb61bb67da3b284b3e182ad8d8d65d2f..b501be4f825dcb88b840a23b9485a5af31035923 100644
|
| --- a/tests/co19/co19-compiler.status
|
| +++ b/tests/co19/co19-compiler.status
|
| @@ -104,7 +104,6 @@ Language/06_Functions/06_Functions_A01_t03: Fail # TODO(dartc-team): Please tria
|
| Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dartc-team): Please triage this failure.
|
| Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(dartc-team): Please triage this failure.
|
| Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(dartc-team): Please triage this failure.
|
| -Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail # TODO(dartc-team): Please triage this failure.
|
| Language/10_Expressions/05_Strings_A02_t39: Fail # TODO(dartc-team): Please triage this failure.
|
| Language/10_Expressions/05_Strings_A02_t41: Fail # TODO(dartc-team): Please triage this failure.
|
| Language/10_Expressions/05_Strings_A02_t43: Fail # TODO(dartc-team): Please triage this failure.
|
| @@ -129,6 +128,13 @@ Language/11_Statements/09_Try_A06_t04: Fail # TODO(dartc-team): Please triage th
|
| Language/11_Statements/09_Try_A06_t05: Fail # TODO(dartc-team): Please triage this failure.
|
| LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this failure.
|
|
|
| +# The following tests use NoSuchMethodException instead of NoSuchMethodError.
|
| +Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
|
| +Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
|
| +Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
|
| +Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A05_t02: Fail, OK # co19 issue 195
|
| +Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # co19 issue 195
|
| +
|
|
|
| # Rename "BadNumberFormatException" to "FormatException"
|
| # TODO(rnystrom): These can be enabled when
|
|
|