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

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: Finished implementation 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/unparser.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 21 matching lines...) Expand all
32 Context2Test: Fail # switch cases are not implemented 32 Context2Test: Fail # switch cases are not implemented
33 ContinueTest: Fail # switch cases are not implemented 33 ContinueTest: Fail # switch cases are not implemented
34 DefaultFactoryLibraryTest: Fail # lib is not a type 34 DefaultFactoryLibraryTest: Fail # lib is not a type
35 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 35 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
36 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 36 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
37 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 37 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
38 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 38 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
39 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 39 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
40 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 40 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
41 DynamicTest: Fail # cannot resolve type F1 41 DynamicTest: Fail # cannot resolve type F1
42 EmptyBlockCaseTest: Fail # switch cases are not implemented
43 Factory3Test: Fail # Handling of compile-time constants. 42 Factory3Test: Fail # Handling of compile-time constants.
44 ForTest: Fail # SsaBuilder for loop without condition not implemented 43 ForTest: Fail # SsaBuilder for loop without condition not implemented
45 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 44 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
46 FunctionTypeAlias2Test: Fail # cannot resolve type f1 45 FunctionTypeAlias2Test: Fail # cannot resolve type f1
47 FunctionTypeAlias3Test: Fail # cannot resolve type F 46 FunctionTypeAlias3Test: Fail # cannot resolve type F
48 FunctionTypeAlias4Test: Fail # cannot resolve type F 47 FunctionTypeAlias4Test: Fail # cannot resolve type F
49 FunctionTypeAliasTest: Fail # cannot resolve type Fun 48 FunctionTypeAliasTest: Fail # cannot resolve type Fun
50 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 49 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
51 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 50 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
52 GenericInstanceofTest: Fail # cannot resolve type T 51 GenericInstanceofTest: Fail # cannot resolve type T
(...skipping 30 matching lines...) Expand all
83 PseudoKWTest: Fail # Unexpected token '(' 82 PseudoKWTest: Fail # Unexpected token '('
84 ResourceTest: Fail # #resource tag not recognized - issue 1807 83 ResourceTest: Fail # #resource tag not recognized - issue 1807
85 StatementTest: Fail # switch cases are not implemented 84 StatementTest: Fail # switch cases are not implemented
86 StaticFinalFieldTest: Fail # map not implemented 85 StaticFinalFieldTest: Fail # map not implemented
87 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 86 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
88 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 87 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
89 SuperFieldTest: Fail # no method named city in class B 88 SuperFieldTest: Fail # no method named city in class B
90 SuperOperatorTest: Fail # no method named + in class A 89 SuperOperatorTest: Fail # no method named + in class A
91 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 90 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
92 SuperTest: Fail # cannot find tokens to produce error message for i++. 91 SuperTest: Fail # cannot find tokens to produce error message for i++.
93 SwitchFallthruTest: Fail # switch cases are not implemented
94 SwitchLabelTest: Fail # switch cases are not implemented 92 SwitchLabelTest: Fail # switch cases are not implemented
95 SwitchTest: Fail # switch cases are not implemented
96 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 93 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
97 ToplevelCollision2Test/none: Fail # duplicate definition 94 ToplevelCollision2Test/none: Fail # duplicate definition
98 TypeDartcTest: Fail # non-empty instruction stack 95 TypeDartcTest: Fail # non-empty instruction stack
99 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 96 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
100 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required 97 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
101 98
102 99
103 # Implementation errors (library or generated code). 100 # Implementation errors (library or generated code).
104 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 101 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
105 BadNamedParametersTest: Fail # NullPointerException 102 BadNamedParametersTest: Fail # NullPointerException
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 246 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
250 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 247 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
251 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 248 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
252 StaticTopLevelTest/00: Fail, OK # Negative language test. 249 StaticTopLevelTest/00: Fail, OK # Negative language test.
253 StaticTopLevelTest/01: Fail, OK # Negative language test. 250 StaticTopLevelTest/01: Fail, OK # Negative language test.
254 StaticTopLevelTest/02: Fail, OK # Negative language test. 251 StaticTopLevelTest/02: Fail, OK # Negative language test.
255 StaticTopLevelTest/03: Fail, OK # Negative language test. 252 StaticTopLevelTest/03: Fail, OK # Negative language test.
256 StaticTopLevelTest/04: Fail, OK # Negative language test. 253 StaticTopLevelTest/04: Fail, OK # Negative language test.
257 StaticTopLevelTest/05: Fail, OK # Negative language test. 254 StaticTopLevelTest/05: Fail, OK # Negative language test.
258 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 255 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
259 Switch3NegativeTest: Fail, OK # Negative language test.
260 Switch7NegativeTest: Fail, OK # Negative language test.
261 SyntaxTest/47: Fail, OK # No error on body in const constructor. 256 SyntaxTest/47: Fail, OK # No error on body in const constructor.
262 Throw7NegativeTest: Fail, OK # Negative language test. 257 Throw7NegativeTest: Fail, OK # Negative language test.
263 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 258 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
264 TypeVariableBoundsTest*: Skip # multiple error annotations are required 259 TypeVariableBoundsTest*: Skip # multiple error annotations are required
265 TypeVariableBounds2Test*: Skip # multiple error annotations are required 260 TypeVariableBounds2Test*: Skip # multiple error annotations are required
266 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 261 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
267 TypeVariableScopeTest/00: Fail, OK # Negative language test. 262 TypeVariableScopeTest/00: Fail, OK # Negative language test.
268 TypeVariableScopeTest/01: Fail, OK # Negative language test. 263 TypeVariableScopeTest/01: Fail, OK # Negative language test.
269 TypeVariableScopeTest/02: Fail, OK # Negative language test. 264 TypeVariableScopeTest/02: Fail, OK # Negative language test.
270 TypeVariableScopeTest/03: Fail, OK # Negative language test. 265 TypeVariableScopeTest/03: Fail, OK # Negative language test.
(...skipping 13 matching lines...) Expand all
284 ClosureBreakTest: Fail 279 ClosureBreakTest: Fail
285 ExecuteFinally3Test: Fail 280 ExecuteFinally3Test: Fail
286 ExecuteFinally9Test: Fail 281 ExecuteFinally9Test: Fail
287 282
288 283
289 [ $component == leg && $mode == release ] 284 [ $component == leg && $mode == release ]
290 AssignTopMethodNegativeTest: Crash 285 AssignTopMethodNegativeTest: Crash
291 286
292 [ $component == legium ] 287 [ $component == legium ]
293 *: Skip 288 *: Skip
OLDNEW
« frog/leg/tree/unparser.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