Chromium Code Reviews| Index: tests/co19/co19-dart2dart.status |
| =================================================================== |
| --- tests/co19/co19-dart2dart.status (revision 12600) |
| +++ tests/co19/co19-dart2dart.status (working copy) |
| @@ -14,6 +14,7 @@ |
| Language/03_Overview/2_Privacy_A01_t16: Fail # New import syntax |
| Language/03_Overview/2_Privacy_A01_t21: Fail # New import syntax |
| Language/06_Functions/06_Functions_A01_t03: Fail # New import syntax |
| +Language/07_Classes/6_Constructors_A03_t03: Fail # Using default constructor |
|
ahe
2012/09/21 11:52:21
I don't know what this means. Perhaps just add a T
Anton Muhin
2012/09/21 12:07:14
Nicolas, plain TRIAGE or BUG will do it. Or expan
ngeoffray
2012/09/21 12:27:30
Bug filed: http://code.google.com/p/dart/issues/de
|
| # TODO(antonm): adjust suppressions to drop Pass expectations which |
| # are currently due to runtime suppressions. |
| Language/07_Classes/07_Classes_A03_t07: Pass |
| @@ -55,9 +56,7 @@ |
| Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Pass |
| Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # inherited from dart2js |
| Language/07_Classes/6_Constructors/2_Factories_A05_t02: Pass |
| -Language/07_Classes/6_Constructors_A03_t03: Fail # http://code.google.com/p/dart/issues/detail?id=5290 |
| Language/08_Interfaces/*: Skip # ~30 failures, interfaces are going away, let's not waste time |
| -Language/09_Generics/09_Generics_A04_t03: Fail # http://code.google.com/p/dart/issues/detail?id=5290 |
| Language/09_Generics/09_Generics_A04_t04: Fail # inherited from dart2js |
| Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 |
| # INVESTIGATE: for [] === null dart2dart emits back []=== which gets parsed by DartVM as []=, not clear who is to blame here |