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

Side by Side Diff: tests/language/language-leg.status

Issue 9500010: Fix break implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months 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
« frog/leg/ssa/nodes.dart ('K') | « frog/leg/ssa/tracer.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 DefaultFactoryLibraryTest: Fail # lib is not a type 47 DefaultFactoryLibraryTest: Fail # lib is not a type
48 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 48 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
51 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 51 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
52 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 52 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
53 DynamicTest: Fail # cannot resolve type F1 53 DynamicTest: Fail # cannot resolve type F1
54 EmptyBlockCaseTest: Fail # switch cases are not implemented 54 EmptyBlockCaseTest: Fail # switch cases are not implemented
55 Factory3Test: Fail # Handling of compile-time constants. 55 Factory3Test: Fail # Handling of compile-time constants.
56 Factory4Test: Fail # named constructors with type arguments are not implemented 56 Factory4Test: Fail # named constructors with type arguments are not implemented
57 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
58 ForTest: Fail # SsaBuilder for loop without condition not implemented 57 ForTest: Fail # SsaBuilder for loop without condition not implemented
59 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 58 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
60 FunctionTypeAlias2Test: Fail # cannot resolve type f1 59 FunctionTypeAlias2Test: Fail # cannot resolve type f1
61 FunctionTypeAlias3Test: Fail # cannot resolve type F 60 FunctionTypeAlias3Test: Fail # cannot resolve type F
62 FunctionTypeAlias4Test: Fail # cannot resolve type F 61 FunctionTypeAlias4Test: Fail # cannot resolve type F
63 FunctionTypeAliasTest: Fail # cannot resolve type Fun 62 FunctionTypeAliasTest: Fail # cannot resolve type Fun
64 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 63 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
65 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 64 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
66 GenericInstanceofTest: Fail # cannot resolve type T 65 GenericInstanceofTest: Fail # cannot resolve type T
67 GenericTest: Fail # cannot resolve type T 66 GenericTest: Fail # cannot resolve type T
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 # TODO(ahe): Categorize these failures. 307 # TODO(ahe): Categorize these failures.
309 ClosureBreak1Test: Fail 308 ClosureBreak1Test: Fail
310 ClosureBreak2Test: Fail 309 ClosureBreak2Test: Fail
311 ClosureBreakTest: Fail 310 ClosureBreakTest: Fail
312 ExecuteFinally3Test: Fail 311 ExecuteFinally3Test: Fail
313 ExecuteFinally9Test: Fail 312 ExecuteFinally9Test: Fail
314 313
315 314
316 [ $component == leg && $mode == release ] 315 [ $component == leg && $mode == release ]
317 AssignTopMethodNegativeTest: Crash 316 AssignTopMethodNegativeTest: Crash
OLDNEW
« frog/leg/ssa/nodes.dart ('K') | « frog/leg/ssa/tracer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698