Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Side by Side Diff: dart/frog/tests/leg/leg.status

Issue 8957008: Always use --leg_only option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update language-leg.status Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698