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

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: Address review comments. 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
« tests/co19/co19-leg.status ('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 AdjacentConstStringLiteralsTest: Crash # Issue 2110 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110
(...skipping 14 matching lines...) Expand all
25 ConstObjectsAreImmutableTest: Fail # map not implemented 25 ConstObjectsAreImmutableTest: Fail # map not implemented
26 Constructor5Test: Fail # no matching constructor found 26 Constructor5Test: Fail # no matching constructor found
27 Context2Test: Fail # switch cases are not implemented 27 Context2Test: Fail # switch cases are not implemented
28 ContinueTest: Fail # switch cases are not implemented 28 ContinueTest: Fail # switch cases are not implemented
29 DefaultFactoryLibraryTest: Fail # lib is not a type 29 DefaultFactoryLibraryTest: Fail # lib is not a type
30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
31 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 31 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
32 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 32 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
33 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 33 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
34 DynamicTest: Fail # cannot resolve type F1 34 DynamicTest: Fail # cannot resolve type F1
35 EmptyBlockCaseTest: Fail # switch cases are not implemented
36 Factory3Test: Fail # Handling of compile-time constants. 35 Factory3Test: Fail # Handling of compile-time constants.
37 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 36 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
38 FunctionTypeAlias2Test: Fail # cannot resolve type f1 37 FunctionTypeAlias2Test: Fail # cannot resolve type f1
39 FunctionTypeAlias3Test: Fail # cannot resolve type F 38 FunctionTypeAlias3Test: Fail # cannot resolve type F
40 FunctionTypeAlias4Test: Fail # cannot resolve type F 39 FunctionTypeAlias4Test: Fail # cannot resolve type F
41 FunctionTypeAliasTest: Fail # cannot resolve type Fun 40 FunctionTypeAliasTest: Fail # cannot resolve type Fun
42 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 41 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
43 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 42 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
44 GenericInstanceofTest: Fail # cannot resolve type T 43 GenericInstanceofTest: Fail # cannot resolve type T
45 GenericTest: Fail # cannot resolve type T 44 GenericTest: Fail # cannot resolve type T
(...skipping 23 matching lines...) Expand all
69 PseudoKWTest: Fail # Unexpected token '(' 68 PseudoKWTest: Fail # Unexpected token '('
70 ResourceTest: Fail # #resource tag not recognized - issue 1807 69 ResourceTest: Fail # #resource tag not recognized - issue 1807
71 StatementTest: Fail # switch cases are not implemented 70 StatementTest: Fail # switch cases are not implemented
72 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 71 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
73 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 72 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
74 SuperFieldTest: Fail # no method named city in class B 73 SuperFieldTest: Fail # no method named city in class B
75 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 74 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
76 SuperOperatorTest: Fail # no method named + in class A 75 SuperOperatorTest: Fail # no method named + in class A
77 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 76 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
78 SuperTest: Fail # cannot find tokens to produce error message for i++. 77 SuperTest: Fail # cannot find tokens to produce error message for i++.
79 SwitchFallthruTest: Fail # switch cases are not implemented
80 SwitchLabelTest: Fail # switch cases are not implemented 78 SwitchLabelTest: Fail # switch cases are not implemented
81 SwitchTest: Fail # switch cases are not implemented
82 TypeDartcTest: Fail # non-empty instruction stack 79 TypeDartcTest: Fail # non-empty instruction stack
83 80
84 81
85 # Implementation errors (library or generated code). 82 # Implementation errors (library or generated code).
86 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 83 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
87 BadNamedParametersTest: Fail # NullPointerException 84 BadNamedParametersTest: Fail # NullPointerException
88 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 85 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
89 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 86 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
90 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 87 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
91 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 88 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 228 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
232 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 229 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
233 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 230 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
234 StaticTopLevelTest/00: Fail, OK # Negative language test. 231 StaticTopLevelTest/00: Fail, OK # Negative language test.
235 StaticTopLevelTest/01: Fail, OK # Negative language test. 232 StaticTopLevelTest/01: Fail, OK # Negative language test.
236 StaticTopLevelTest/02: Fail, OK # Negative language test. 233 StaticTopLevelTest/02: Fail, OK # Negative language test.
237 StaticTopLevelTest/03: Fail, OK # Negative language test. 234 StaticTopLevelTest/03: Fail, OK # Negative language test.
238 StaticTopLevelTest/04: Fail, OK # Negative language test. 235 StaticTopLevelTest/04: Fail, OK # Negative language test.
239 StaticTopLevelTest/05: Fail, OK # Negative language test. 236 StaticTopLevelTest/05: Fail, OK # Negative language test.
240 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 237 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
241 Switch3NegativeTest: Fail, OK # Negative language test.
242 Switch7NegativeTest: Fail, OK # Negative language test.
243 SyntaxTest/47: Fail, OK # No error on body in const constructor. 238 SyntaxTest/47: Fail, OK # No error on body in const constructor.
244 Throw7NegativeTest: Fail, OK # Negative language test. 239 Throw7NegativeTest: Fail, OK # Negative language test.
245 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 240 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
246 TypeVariableBoundsTest/00: Fail, OK # Negative language test. 241 TypeVariableBoundsTest/00: Fail, OK # Negative language test.
247 TypeVariableBoundsTest/07: Fail, OK # Negative language test. 242 TypeVariableBoundsTest/07: Fail, OK # Negative language test.
248 TypeVariableBoundsTest/08: Fail, OK # Negative language test. 243 TypeVariableBoundsTest/08: Fail, OK # Negative language test.
249 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 244 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
250 TypeVariableScopeTest/00: Fail, OK # Negative language test. 245 TypeVariableScopeTest/00: Fail, OK # Negative language test.
251 TypeVariableScopeTest/01: Fail, OK # Negative language test. 246 TypeVariableScopeTest/01: Fail, OK # Negative language test.
252 TypeVariableScopeTest/02: Fail, OK # Negative language test. 247 TypeVariableScopeTest/02: Fail, OK # Negative language test.
(...skipping 11 matching lines...) Expand all
264 259
265 # TODO(ahe): Categorize these failures. 260 # TODO(ahe): Categorize these failures.
266 ExecuteFinally3Test: Fail 261 ExecuteFinally3Test: Fail
267 262
268 263
269 [ $component == leg && $mode == release ] 264 [ $component == leg && $mode == release ]
270 AssignTopMethodNegativeTest: Crash 265 AssignTopMethodNegativeTest: Crash
271 266
272 [ $component == legium ] 267 [ $component == legium ]
273 *: Skip 268 *: Skip
OLDNEW
« tests/co19/co19-leg.status ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698