Chromium Code Reviews| Index: tests/co19/co19-leg.status |
| diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status |
| index e5c69168e67ee95af1416330b7aa63d2796648a7..aca9a700f4e44933f8d6667e8faf36d0770f033e 100644 |
| --- a/tests/co19/co19-leg.status |
| +++ b/tests/co19/co19-leg.status |
| @@ -143,6 +143,7 @@ Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # |
| Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail # compiler cancelled: no method named foo in class I |
| Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot resolve type N |
| Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot resolve type T |
| +Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for abritrary compile-time objects. |
|
kasperl
2012/03/23 23:45:24
abritrary -> arbitrary
floitsch
2012/03/23 23:53:00
Done.
|
| Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot resolve label L |
| Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot resolve label L |
| Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented |
| @@ -155,6 +156,7 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| + |
| Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){f();} |
| Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
| Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 |
| @@ -215,8 +217,8 @@ LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti |
| Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented |
| Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented |
| Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented |
| -Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented |
| Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not verified in literal maps. |
| +Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 2277 |
| Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. |
| Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. |
| Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. |