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

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

Issue 9421035: Support break and labeled statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Update expectations. Created 8 years, 10 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
« no previous file with comments | « tests/corelib/corelib-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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 Constructor6Test: Crash 12 Constructor6Test: Crash
13 FunctionTest: Crash 13 FunctionTest: Crash
14 14
15 15
16 # Compilation errors. 16 # Compilation errors.
17 Arithmetic2Test: Fail # map not implemented 17 Arithmetic2Test: Fail # map not implemented
18 ArithmeticTest: Fail # Internal Error: Cannot find value 18 ArithmeticTest: Fail # Internal Error: Cannot find value
19 BreakTest: Fail # visitBreakStatement not implemented 19 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
21 CTConstTest: Fail # map not implemented 21 CTConstTest: Fail # map not implemented
22 CallOperatorTest: Fail # Unexpected token 'call' 22 CallOperatorTest: Fail # Unexpected token 'call'
23 CallThroughGetterTest: Fail # Internal Error: Cannot find value 23 CallThroughGetterTest: Fail # Internal Error: Cannot find value
24 CanonicalConstTest: Fail # map not implemented 24 CanonicalConstTest: Fail # map not implemented
25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
26 ClassTest: Fail # Internal Error: Cannot find value 26 ClassTest: Fail # Internal Error: Cannot find value
27 ClosureBreak1Test: Fail # SsaBuilder.visitLabelledStatement not implemented 27 ClosureBreak1Test: Fail # SsaBuilder.visitLabelledStatement not implemented
28 ClosureBreak2Test: Fail # SsaBuilder.visitLabelledStatement not implemented 28 ClosureBreak2Test: Fail # SsaBuilder.visitLabelledStatement not implemented
29 ClosureBreakTest: Fail # SsaBuilder.visitLabelledStatement not implemented 29 ClosureBreakTest: Fail # SsaBuilder.visitLabelledStatement not implemented
(...skipping 10 matching lines...) Expand all
40 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 40 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
41 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value 41 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
42 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 42 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
43 DynamicTest: Fail # cannot resolve type F1 43 DynamicTest: Fail # cannot resolve type F1
44 EmptyBlockCaseTest: Fail # switch cases are not implemented 44 EmptyBlockCaseTest: Fail # switch cases are not implemented
45 ExecuteFinally3Test: Fail # SsaBuilder.visitLabelledStatement not implemented 45 ExecuteFinally3Test: Fail # SsaBuilder.visitLabelledStatement not implemented
46 ExecuteFinally6Test: Fail # SsaBuilder.visitLabelledStatement not implemented 46 ExecuteFinally6Test: Fail # SsaBuilder.visitLabelledStatement not implemented
47 ExecuteFinally8Test: Fail # visitLabelledStatement not implemented 47 ExecuteFinally8Test: Fail # visitLabelledStatement not implemented
48 ExecuteFinally9Test: Fail # visitLabelledStatement not implemented 48 ExecuteFinally9Test: Fail # visitLabelledStatement not implemented
49 Factory4Test: Fail # named constructors with type arguments are not implemented 49 Factory4Test: Fail # named constructors with type arguments are not implemented
50 FannkuchTest: Fail # visitBreakStatement not implemented 50 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
51 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented 51 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented
52 ForTest: Fail # SsaBuilder for loop without condition not implemented 52 ForTest: Fail # SsaBuilder for loop without condition not implemented
53 FunctionLiterals2Test: Fail # Internal Error: Cannot find value 53 FunctionLiterals2Test: Fail # Internal Error: Cannot find value
54 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x 54 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x
55 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 55 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
56 FunctionTypeAlias2Test: Fail # cannot resolve type f1 56 FunctionTypeAlias2Test: Fail # cannot resolve type f1
57 FunctionTypeAlias3Test: Fail # cannot resolve type F 57 FunctionTypeAlias3Test: Fail # cannot resolve type F
58 FunctionTypeAlias4Test: Fail # cannot resolve type F 58 FunctionTypeAlias4Test: Fail # cannot resolve type F
59 FunctionTypeAliasTest: Fail # cannot resolve type Fun 59 FunctionTypeAliasTest: Fail # cannot resolve type Fun
60 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 60 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
(...skipping 28 matching lines...) Expand all
89 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 89 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
90 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 90 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
91 NamedParameters2Test: Fail # Unimplemented non-matching static call 91 NamedParameters2Test: Fail # Unimplemented non-matching static call
92 NamedParameters3Test: Fail # Unimplemented non-matching static call 92 NamedParameters3Test: Fail # Unimplemented non-matching static call
93 NamedParameters4Test: Fail # Unimplemented non-matching static call 93 NamedParameters4Test: Fail # Unimplemented non-matching static call
94 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 94 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
95 NamingTest: Fail # Internal Error: Cannot find value 95 NamingTest: Fail # Internal Error: Cannot find value
96 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented 96 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented
97 NumbersTest: Fail # cannot resolve type Smi 97 NumbersTest: Fail # cannot resolve type Smi
98 ObjectDynamicMethodTest: Fail # map not implemented 98 ObjectDynamicMethodTest: Fail # map not implemented
99 OptimizationTest: Fail # SsaBuilder.visitBreakStatement not implemented
100 OptimizedSetterTest: Fail # Internal Error: Cannot find value 99 OptimizedSetterTest: Fail # Internal Error: Cannot find value
101 OrderedMapsTest: Fail # map not implemented 100 OrderedMapsTest: Fail # map not implemented
102 Param2Test: Fail # Internal Error: Cannot find value 101 Param2Test: Fail # Internal Error: Cannot find value
103 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 102 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
104 Prefix101Test: Fail # duplicate definition 103 Prefix101Test: Fail # duplicate definition
105 Prefix10Test: Fail # lib11 is not a type 104 Prefix10Test: Fail # lib11 is not a type
106 Prefix11Test: Fail # lib11 is not a type 105 Prefix11Test: Fail # lib11 is not a type
107 Prefix12Test: Fail # named constructors with type arguments are not implemented 106 Prefix12Test: Fail # named constructors with type arguments are not implemented
108 Prefix14Test: Fail # prefixes not implemented 107 Prefix14Test: Fail # prefixes not implemented
109 Prefix15Test: Fail # lib12 is not a type 108 Prefix15Test: Fail # lib12 is not a type
110 Prefix17Test: Fail # lib12 is not a type 109 Prefix17Test: Fail # lib12 is not a type
111 Prefix21Test: Fail # Internal Error: Element.computeType. 110 Prefix21Test: Fail # Internal Error: Element.computeType.
112 Prefix22Test: Fail # library prefixes not handled 111 Prefix22Test: Fail # library prefixes not handled
113 PseudoKWTest: Fail # Unexpected token '(' 112 PseudoKWTest: Fail # Unexpected token '('
114 RegExpTest: Fail # named constructors with type arguments are not implemented 113 RegExpTest: Fail # named constructors with type arguments are not implemented
115 RethrowTest: Fail # SsaBuilder: throw without expression not implemented 114 RethrowTest: Fail # SsaBuilder: throw without expression not implemented
116 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented 115 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented
117 StatementTest: Fail # switch cases are not implemented 116 StatementTest: Fail # switch cases are not implemented
118 StaticFieldTest: Fail # cannot resolve setValues 117 StaticFieldTest: Fail # cannot resolve setValues
119 StaticFinalFieldTest: Fail # map not implemented 118 StaticFinalFieldTest: Fail # map not implemented
120 StringConcatTest: Fail # CompileTimeConstantEvaluator not implemented 119 StringConcatTest: Fail # CompileTimeConstantEvaluator not implemented
121 StringInterpolate2Test: Fail # map not implemented 120 StringInterpolate2Test: Fail # map not implemented
122 StringInterpolateNPETest: Fail # SsaBuilder.visitBreakStatement not implemented 121 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined
123 StringInterpolateTest: Fail # CompileTimeConstantEvaluator not implemented 122 StringInterpolateTest: Fail # CompileTimeConstantEvaluator not implemented
124 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 123 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
125 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 124 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
126 SuperFieldTest: Fail # no method named city in class B 125 SuperFieldTest: Fail # no method named city in class B
127 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 126 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
128 SuperOperatorTest: Fail # no method named + in class A 127 SuperOperatorTest: Fail # no method named + in class A
129 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 128 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
130 SuperTest: Fail # cannot find tokens to produce error message for i++. 129 SuperTest: Fail # cannot find tokens to produce error message for i++.
131 Switch6Test: Fail # switch cases are not implemented 130 Switch6Test: Fail # switch cases are not implemented
132 SwitchFallthruTest: Fail # switch cases are not implemented 131 SwitchFallthruTest: Fail # switch cases are not implemented
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 328
330 329
331 TypeVMTest: Fail, OK # VM specific test. 330 TypeVMTest: Fail, OK # VM specific test.
332 331
333 332
334 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. 333 ExceptionTest: Fail # TODO(ahe): Probably a bad merge.
335 334
336 335
337 [ $component == leg && $mode == release] 336 [ $component == leg && $mode == release]
338 AssignTopMethodNegativeTest: Crash 337 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698