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

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

Issue 9632018: Switch-implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing handling of default in unparser. 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/tree/nodes.dart ('K') | « tests/co19/co19-leg.status ('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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg ] 9 [ $component == leg ]
10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}".
(...skipping 17 matching lines...) Expand all
28 Context2Test: Fail # switch cases are not implemented 28 Context2Test: Fail # switch cases are not implemented
29 ContinueTest: Fail # switch cases are not implemented 29 ContinueTest: Fail # switch cases are not implemented
30 DefaultFactoryLibraryTest: Fail # lib is not a type 30 DefaultFactoryLibraryTest: Fail # lib is not a type
31 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 31 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
32 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 32 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
33 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 33 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
34 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 34 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
35 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 35 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
36 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 36 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
37 DynamicTest: Fail # cannot resolve type F1 37 DynamicTest: Fail # cannot resolve type F1
38 EmptyBlockCaseTest: Fail # switch cases are not implemented
39 Factory3Test: Fail # Handling of compile-time constants. 38 Factory3Test: Fail # Handling of compile-time constants.
40 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 39 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
41 ForTest: Fail # SsaBuilder for loop without condition not implemented 40 ForTest: Fail # SsaBuilder for loop without condition not implemented
42 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 41 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
43 FunctionTypeAlias2Test: Fail # cannot resolve type f1 42 FunctionTypeAlias2Test: Fail # cannot resolve type f1
44 FunctionTypeAlias3Test: Fail # cannot resolve type F 43 FunctionTypeAlias3Test: Fail # cannot resolve type F
45 FunctionTypeAlias4Test: Fail # cannot resolve type F 44 FunctionTypeAlias4Test: Fail # cannot resolve type F
46 FunctionTypeAliasTest: Fail # cannot resolve type Fun 45 FunctionTypeAliasTest: Fail # cannot resolve type Fun
47 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 46 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
48 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 47 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
(...skipping 26 matching lines...) Expand all
75 ResourceTest: Fail # #resource tag not recognized - issue 1807 74 ResourceTest: Fail # #resource tag not recognized - issue 1807
76 StatementTest: Fail # switch cases are not implemented 75 StatementTest: Fail # switch cases are not implemented
77 StaticFinalFieldTest: Fail # map not implemented 76 StaticFinalFieldTest: Fail # map not implemented
78 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 77 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
79 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 78 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
80 SuperFieldTest: Fail # no method named city in class B 79 SuperFieldTest: Fail # no method named city in class B
81 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 80 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
82 SuperOperatorTest: Fail # no method named + in class A 81 SuperOperatorTest: Fail # no method named + in class A
83 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 82 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
84 SuperTest: Fail # cannot find tokens to produce error message for i++. 83 SuperTest: Fail # cannot find tokens to produce error message for i++.
85 SwitchFallthruTest: Fail # switch cases are not implemented
86 SwitchLabelTest: Fail # switch cases are not implemented 84 SwitchLabelTest: Fail # switch cases are not implemented
87 SwitchTest: Fail # switch cases are not implemented
88 TypeDartcTest: Fail # non-empty instruction stack 85 TypeDartcTest: Fail # non-empty instruction stack
89 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 86 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
90 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required 87 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
91 88
92 89
93 # Implementation errors (library or generated code). 90 # Implementation errors (library or generated code).
94 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 91 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
95 BadNamedParametersTest: Fail # NullPointerException 92 BadNamedParametersTest: Fail # NullPointerException
96 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 93 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
97 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 94 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 237 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
241 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 238 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
242 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 239 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
243 StaticTopLevelTest/00: Fail, OK # Negative language test. 240 StaticTopLevelTest/00: Fail, OK # Negative language test.
244 StaticTopLevelTest/01: Fail, OK # Negative language test. 241 StaticTopLevelTest/01: Fail, OK # Negative language test.
245 StaticTopLevelTest/02: Fail, OK # Negative language test. 242 StaticTopLevelTest/02: Fail, OK # Negative language test.
246 StaticTopLevelTest/03: Fail, OK # Negative language test. 243 StaticTopLevelTest/03: Fail, OK # Negative language test.
247 StaticTopLevelTest/04: Fail, OK # Negative language test. 244 StaticTopLevelTest/04: Fail, OK # Negative language test.
248 StaticTopLevelTest/05: Fail, OK # Negative language test. 245 StaticTopLevelTest/05: Fail, OK # Negative language test.
249 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 246 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
250 Switch3NegativeTest: Fail, OK # Negative language test.
251 Switch7NegativeTest: Fail, OK # Negative language test.
252 SyntaxTest/47: Fail, OK # No error on body in const constructor. 247 SyntaxTest/47: Fail, OK # No error on body in const constructor.
253 Throw7NegativeTest: Fail, OK # Negative language test. 248 Throw7NegativeTest: Fail, OK # Negative language test.
254 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 249 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
255 TypeVariableBounds2Test*: Skip # multiple error annotations are required 250 TypeVariableBounds2Test*: Skip # multiple error annotations are required
256 TypeVariableBoundsTest*: Skip # multiple error annotations are required 251 TypeVariableBoundsTest*: Skip # multiple error annotations are required
257 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 252 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
258 TypeVariableScopeTest/00: Fail, OK # Negative language test. 253 TypeVariableScopeTest/00: Fail, OK # Negative language test.
259 TypeVariableScopeTest/01: Fail, OK # Negative language test. 254 TypeVariableScopeTest/01: Fail, OK # Negative language test.
260 TypeVariableScopeTest/02: Fail, OK # Negative language test. 255 TypeVariableScopeTest/02: Fail, OK # Negative language test.
261 TypeVariableScopeTest/03: Fail, OK # Negative language test. 256 TypeVariableScopeTest/03: Fail, OK # Negative language test.
(...skipping 13 matching lines...) Expand all
275 ClosureBreakTest: Fail 270 ClosureBreakTest: Fail
276 ExecuteFinally3Test: Fail 271 ExecuteFinally3Test: Fail
277 ExecuteFinally9Test: Fail 272 ExecuteFinally9Test: Fail
278 273
279 274
280 [ $component == leg && $mode == release ] 275 [ $component == leg && $mode == release ]
281 AssignTopMethodNegativeTest: Crash 276 AssignTopMethodNegativeTest: Crash
282 277
283 [ $component == legium ] 278 [ $component == legium ]
284 *: Skip 279 *: Skip
OLDNEW
« frog/leg/tree/nodes.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698