Chromium Code Reviews| Index: tests/co19/co19-leg.status |
| diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status |
| index 2733c5f2829c78b0879edb3ad4f15fe8c4f39842..ee0c7e135e09fcbd644cfbb96e3017a357a164ad 100644 |
| --- a/tests/co19/co19-leg.status |
| +++ b/tests/co19/co19-leg.status |
| @@ -41,6 +41,7 @@ LibTest/core/List/sort_A01_t04: Skip # Times out. |
| # Issues with co19 test suite. |
| +Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec. |
|
ahe
2012/03/14 23:08:38
I plan to to file bugs about these issues at code.
Lasse Reichstein Nielsen
2012/03/19 13:43:21
The error here is that the test claims that it's a
|
| Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). |
| Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function declaration takes precedence over function expression. |
| Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function declaration takes precedence over function expression. |
| @@ -155,12 +156,6 @@ Language/10_Expressions/29_Type_Test_A02_t01: Fail # compiler cancelled: cannot |
| Language/10_Expressions/29_Type_Test_A03_t01: Fail # compiler cancelled: cannot resolve type Dynamic |
| Language/11_Statements/03_Variable_Declaration_A02_t01: Fail # compiler cancelled: cannot resolve type Dynamic |
| Language/11_Statements/03_Variable_Declaration_A02_t02: Fail # compiler cancelled: cannot resolve type Dynamic |
| -Language/11_Statements/08_Switch_A01_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -Language/11_Statements/08_Switch_A02_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -Language/11_Statements/08_Switch_A02_t02: Fail # compiler cancelled: internal error: fall-through not implemented |
| -Language/11_Statements/08_Switch_A04_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -Language/11_Statements/11_Labels_A01_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -Language/11_Statements/12_Break_A03_t07: Fail # compiler cancelled: internal error: fall-through not implemented |
| 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_t03: Fail # compiler cancelled: internal error: fall-through not implemented |
| @@ -175,8 +170,6 @@ Language/13_Types/6_Type_Dynamic_A01_t01: Fail # compiler cancelled: cannot reso |
| Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot resolve type S |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: Fail # compiler cancelled: internal error: fall-through not implemented |
| LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled non-BMP character: U+10000 |
| LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non-BMP character: U+10000 |
| LibTest/core/String/charCodes_A01_t01: Fail # compiler cancelled: Unhandled non-BMP character: U+10000 |
| @@ -200,7 +193,6 @@ Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails. |
| Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails. |
| Language/11_Statements/05_For/1_For_Loop_A01_t01: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| Language/11_Statements/06_While_A02_t01: Fail # Expect.equals(expected: <7>, actual: <6>) fails. |
| -Language/11_Statements/08_Switch_A01_t02: Fail # Expect.fail('FallThroughError expected') |
| Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented |
| Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, expected: <4>, actual: <2>) fails |
| @@ -238,7 +230,6 @@ Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. |
| LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') |
| LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:00:00.000>, actual: <0001-01-01 00:00:00.000>) fails. |
| LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned in ExpectException message (Expect.isTrue(false) fails.) |
| -LibTest/core/FallThroughError/toString_A01_t02: Fail # Expect.fail('FallThroughError expected') |
| LibTest/core/Map/containsValue_A01_t01: Fail # Expect.isTrue(false) fails. |
| LibTest/core/Map/forEach_A01_t07: Fail # Expect.isTrue(false) fails. |
| LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # Expect.isTrue(false) fails. |
| @@ -552,8 +543,6 @@ Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error |
| Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error |
| Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| -Language/11_Statements/11_Labels_A01_t03: Fail, OK # @compile-error |
| -Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error |
| Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-error |