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 *: Fail # Too many type errors in frog. |
9 | |
10 [ $component == frogium ] | |
11 # Tests have # directives (not supported by the browser test architecture) | |
Jennifer Messerly
2011/12/14 01:09:31
is this easy to fix? it'd be nice if we could
| |
12 ClassCodegenTest: Fail | |
13 CodeMotionTest: Fail | |
14 ConstantFoldingTest: Fail | |
15 DeadPhiEliminatorTest: Fail | |
16 GVNTest: Fail | |
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 |