Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index 45fbd1317eb20cee6ba5968f2cf15b070a41e5ed..29d332e2880f14983f4cb65870c758c979442195 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -176,7 +176,6 @@ LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this f |
| LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failure. |
| LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failure. |
| LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| -LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| LibTest/math/parseDouble_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. |
| @@ -187,6 +186,7 @@ LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| # Partially implemented rediriecting constructors makes this fail. |
| Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
| +Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # dartbug.com/6242 |
|
ahe
2012/10/25 13:57:48
Please add "http://".
ahe
2012/10/25 13:57:48
Please move this status line to the section that s
aam-me
2012/10/26 03:56:10
Done.
|
| LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 |
| LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272 |
| @@ -439,8 +439,6 @@ LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
| LibTest/core/double/operator_remainder_A01_t04: Fail |
| [ $compiler == dart2js ] |
| -Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Redirecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. |
| - |
| Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TODO(ahe): Enforce optional parameter semantics. |
| Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TODO(ahe): Enforce optional parameter semantics. |
| Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TODO(ahe): Enforce optional parameter semantics. |