Chromium Code Reviews| Index: dart/frog/tests/leg/leg.status |
| diff --git a/dart/frog/tests/leg/leg.status b/dart/frog/tests/leg/leg.status |
| index 1b6de547f34a3b825b3e1e6f1dc211e6499249b4..73d27ac422964fbe887bb069ac5e66d52bf79af8 100644 |
| --- a/dart/frog/tests/leg/leg.status |
| +++ b/dart/frog/tests/leg/leg.status |
| @@ -5,24 +5,13 @@ |
| prefix leg |
| [ $component == dartc ] |
| -*: Fail # Too many type errors in frog. |
| +*: Skip # Too many type errors in frog. |
| + |
| [ $component == frogium ] |
| # Tests have # directives (not supported by the browser test architecture) |
| -ClassCodegenTest: Fail |
| -CodeMotionTest: Fail |
| -ConstantFoldingTest: Fail |
| -DeadPhiEliminatorTest: Fail |
| -GVNTest: Fail |
| -LinkTest: Fail |
| -LiteralListTest: Fail |
| -ParserTest: Fail |
| -PartialParserTest: Fail |
| -PrettyParameterTest: Fail |
| -RedundantPhiEliminatorTest: Fail |
| -ResolverTest: Fail |
| -ScannerTest: Fail |
| -SsaPhiEliminatorTest: Fail |
| -TypeCheckerTest: Fail |
| -TypeGuardUnuserTest: Fail |
| -TypeInferenceTest: Fail |
| +*: Skip |
| + |
| + |
| +[ $component == leg ] |
| +*: Skip # Leg is not self-hosted (yet). |
|
ngeoffray
2011/12/20 10:30:32
I don't think that's the reason. I believe that's
ahe
2011/12/20 11:21:09
Well, when you say "the code", you refer to Leg it
|