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

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

Issue 9599026: Generate code for some switch statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add a few 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
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 StatementTest: Fail # switch cases are not implemented 110 StatementTest: Fail # switch cases are not implemented
111 StaticFieldTest: Fail # cannot resolve setValues 111 StaticFieldTest: Fail # cannot resolve setValues
112 StaticFinalFieldTest: Fail # map not implemented 112 StaticFinalFieldTest: Fail # map not implemented
113 StringInterpolate2Test: Fail # map not implemented 113 StringInterpolate2Test: Fail # map not implemented
114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
116 SuperFieldTest: Fail # no method named city in class B 116 SuperFieldTest: Fail # no method named city in class B
117 SuperOperatorTest: Fail # no method named + in class A 117 SuperOperatorTest: Fail # no method named + in class A
118 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 118 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
119 SuperTest: Fail # cannot find tokens to produce error message for i++. 119 SuperTest: Fail # cannot find tokens to produce error message for i++.
120 Switch6Test: Fail # switch cases are not implemented
121 SwitchFallthruTest: Fail # switch cases are not implemented 120 SwitchFallthruTest: Fail # switch cases are not implemented
122 SwitchLabelTest: Fail # switch cases are not implemented 121 SwitchLabelTest: Fail # switch cases are not implemented
123 SwitchScopeTest: Fail # switch cases are not implemented 122 SwitchScopeTest: Fail # switch cases are not implemented
124 SwitchTest: Fail # switch cases are not implemented 123 SwitchTest: Fail # switch cases are not implemented
125 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 124 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
126 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 125 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
127 ToplevelCollision2Test/none: Fail # duplicate definition 126 ToplevelCollision2Test/none: Fail # duplicate definition
128 TryCatch3Test: Fail # Internal Error: Cannot find value 127 TryCatch3Test: Fail # Internal Error: Cannot find value
129 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 128 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
130 TypeDartcTest: Fail # non-empty instruction stack 129 TypeDartcTest: Fail # non-empty instruction stack
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 273 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
275 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 274 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
276 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 275 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
277 StaticTopLevelTest/00: Fail, OK # Negative language test. 276 StaticTopLevelTest/00: Fail, OK # Negative language test.
278 StaticTopLevelTest/01: Fail, OK # Negative language test. 277 StaticTopLevelTest/01: Fail, OK # Negative language test.
279 StaticTopLevelTest/02: Fail, OK # Negative language test. 278 StaticTopLevelTest/02: Fail, OK # Negative language test.
280 StaticTopLevelTest/03: Fail, OK # Negative language test. 279 StaticTopLevelTest/03: Fail, OK # Negative language test.
281 StaticTopLevelTest/04: Fail, OK # Negative language test. 280 StaticTopLevelTest/04: Fail, OK # Negative language test.
282 StaticTopLevelTest/05: Fail, OK # Negative language test. 281 StaticTopLevelTest/05: Fail, OK # Negative language test.
283 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 282 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
283 Switch3NegativeTest: Fail, OK # Negative language test.
284 Switch7NegativeTest: Fail, OK # Negative language test.
284 Throw7NegativeTest: Fail, OK # Negative language test. 285 Throw7NegativeTest: Fail, OK # Negative language test.
285 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 286 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
286 TypeVariableBoundsTest/00: Fail, OK # Negative language test. 287 TypeVariableBoundsTest/00: Fail, OK # Negative language test.
287 TypeVariableBoundsTest/07: Fail, OK # Negative language test. 288 TypeVariableBoundsTest/07: Fail, OK # Negative language test.
288 TypeVariableBoundsTest/08: Fail, OK # Negative language test. 289 TypeVariableBoundsTest/08: Fail, OK # Negative language test.
289 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 290 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
290 TypeVariableScopeTest/00: Fail, OK # Negative language test. 291 TypeVariableScopeTest/00: Fail, OK # Negative language test.
291 TypeVariableScopeTest/01: Fail, OK # Negative language test. 292 TypeVariableScopeTest/01: Fail, OK # Negative language test.
292 TypeVariableScopeTest/02: Fail, OK # Negative language test. 293 TypeVariableScopeTest/02: Fail, OK # Negative language test.
293 TypeVariableScopeTest/03: Fail, OK # Negative language test. 294 TypeVariableScopeTest/03: Fail, OK # Negative language test.
(...skipping 11 matching lines...) Expand all
305 # TODO(ahe): Categorize these failures. 306 # TODO(ahe): Categorize these failures.
306 ClosureBreak1Test: Fail 307 ClosureBreak1Test: Fail
307 ClosureBreak2Test: Fail 308 ClosureBreak2Test: Fail
308 ClosureBreakTest: Fail 309 ClosureBreakTest: Fail
309 ExecuteFinally3Test: Fail 310 ExecuteFinally3Test: Fail
310 ExecuteFinally9Test: Fail 311 ExecuteFinally9Test: Fail
311 312
312 313
313 [ $component == leg && $mode == release ] 314 [ $component == leg && $mode == release ]
314 AssignTopMethodNegativeTest: Crash 315 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/ssa/optimize.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698