Chromium Code Reviews| Index: tests/language/language.status |
| =================================================================== |
| --- tests/language/language.status (revision 2339) |
| +++ tests/language/language.status (working copy) |
| @@ -320,7 +320,15 @@ |
| [ $component == leg ] |
| StaticTopLevelTest/00: Fail |
| +StaticTopLevelTest/01: Fail |
| +StaticTopLevelTest/02: Fail |
|
ahe
2011/12/12 14:56:57
Why are these failing?
ngeoffray
2011/12/12 15:52:08
We're now parsing more, and things like "static fi
|
| StaticTopLevelTest/03: Fail |
| +StaticTopLevelTest/04: Fail |
| +StaticTopLevelTest/05: Fail |
| +ToplevelCollision1Test/00: Fail |
| +ToplevelCollision1Test/01: Fail |
| +ToplevelCollision1Test/02: Fail |
| +ToplevelCollision2Test/00: Fail |
| ToplevelCollision2Test/01: Fail # added in r1934 |
| TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusing the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax. |
| TypeVariableBoundsTest/00: Pass |