Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 prefix leg | 5 prefix leg |
| 6 | 6 |
| 7 [ $component == dartc ] | 7 [ $component == dartc ] |
| 8 *: Fail # Too many type errors in frog. | 8 *: Skip # Too many type errors in frog. |
| 9 | |
| 9 | 10 |
| 10 [ $component == frogium ] | 11 [ $component == frogium ] |
| 11 # Tests have # directives (not supported by the browser test architecture) | 12 # Tests have # directives (not supported by the browser test architecture) |
| 12 ClassCodegenTest: Fail | 13 *: Skip |
| 13 CodeMotionTest: Fail | 14 |
| 14 ConstantFoldingTest: Fail | 15 |
| 15 DeadPhiEliminatorTest: Fail | 16 [ $component == leg ] |
| 16 GVNTest: Fail | 17 *: 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
| |
| 17 LinkTest: Fail | |
| 18 LiteralListTest: Fail | |
| 19 ParserTest: Fail | |
| 20 PartialParserTest: Fail | |
| 21 PrettyParameterTest: Fail | |
| 22 RedundantPhiEliminatorTest: Fail | |
| 23 ResolverTest: Fail | |
| 24 ScannerTest: Fail | |
| 25 SsaPhiEliminatorTest: Fail | |
| 26 TypeCheckerTest: Fail | |
| 27 TypeGuardUnuserTest: Fail | |
| 28 TypeInferenceTest: Fail | |
| OLD | NEW |