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

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

Issue 9567041: Implement prefixes in NewExpression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased 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
« no previous file with comments | « dart/frog/leg/tree/nodes.dart ('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 Constructor6Test: Crash 10 Constructor6Test: Crash
11 FunctionTest: Crash
12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
13 12
14 FunctionLiterals2Test: Crash # TODO(floitsch): investigate.
15 13
16 GetSyntaxTest/none: Fail # TODO(ahe): investigate. 14 GetSyntaxTest/none: Fail # TODO(ahe): investigate.
17 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. 15 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate.
18 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. 16 SuperImplicitClosureTest: Fail # TODO(ahe): investigate.
19 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. 17 FinalSyntaxTest/none: Fail # TODO(ahe): investigate.
20 18
21 # Compilation errors. 19 # Compilation errors.
22 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented 20 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
23 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
24 CTConstTest: Fail # map not implemented 22 CTConstTest: Fail # map not implemented
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 NamedParameters2Test: Fail # Unimplemented non-matching static call 70 NamedParameters2Test: Fail # Unimplemented non-matching static call
73 NamedParameters3Test: Fail # Unimplemented non-matching static call 71 NamedParameters3Test: Fail # Unimplemented non-matching static call
74 NamedParameters4Test: Fail # Unimplemented non-matching static call 72 NamedParameters4Test: Fail # Unimplemented non-matching static call
75 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 73 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
76 NamingTest: Fail # Internal Error: Cannot find value 74 NamingTest: Fail # Internal Error: Cannot find value
77 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 75 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
78 NullToStringTest: Fail # Closurization of intercepted methods. 76 NullToStringTest: Fail # Closurization of intercepted methods.
79 NumbersTest: Fail # cannot resolve type Smi 77 NumbersTest: Fail # cannot resolve type Smi
80 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 78 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
81 Prefix101Test: Fail # duplicate definition 79 Prefix101Test: Fail # duplicate definition
82 Prefix10Test: Fail # lib11 is not a type
83 Prefix11Test: Fail # lib11 is not a type
84 Prefix12Test: Fail # lib11 is not a type.
85 Prefix14Test: Fail # prefixes not implemented 80 Prefix14Test: Fail # prefixes not implemented
86 Prefix15Test: Fail # lib12 is not a type 81 Prefix15Test: Fail # lib12 is not a type
87 Prefix17Test: Fail # lib12 is not a type
88 Prefix21Test: Fail # Internal Error: Element.computeType. 82 Prefix21Test: Fail # Internal Error: Element.computeType.
89 Prefix22Test: Fail # library prefixes not handled 83 Prefix22Test: Fail # library prefixes not handled
90 PseudoKWTest: Fail # Unexpected token '(' 84 PseudoKWTest: Fail # Unexpected token '('
91 ResourceTest: Fail # #resource tag not recognized - issue 1807 85 ResourceTest: Fail # #resource tag not recognized - issue 1807
92 StatementTest: Fail # switch cases are not implemented 86 StatementTest: Fail # switch cases are not implemented
93 StaticFieldTest: Fail # cannot resolve setValues 87 StaticFieldTest: Fail # cannot resolve setValues
94 StaticFinalFieldTest: Fail # map not implemented 88 StaticFinalFieldTest: Fail # map not implemented
95 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 89 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
96 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 90 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
97 SuperFieldTest: Fail # no method named city in class B 91 SuperFieldTest: Fail # no method named city in class B
(...skipping 16 matching lines...) Expand all
114 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 108 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
115 BadNamedParametersTest: Fail # NullPointerException 109 BadNamedParametersTest: Fail # NullPointerException
116 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 110 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
117 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 111 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
118 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 112 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
119 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 113 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
120 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. 114 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails.
121 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails. 115 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
122 ExpectTest: Fail # Expect.identical did not fail 116 ExpectTest: Fail # Expect.identical did not fail
123 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 117 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
118 FunctionTest: Fail # continue not implemented
124 GenericDeepTest: Fail # Expect.isTrue(false) fails. 119 GenericDeepTest: Fail # Expect.isTrue(false) fails.
125 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 120 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
126 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 121 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
127 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils. 122 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils.
128 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 123 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
129 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 124 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
130 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 125 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
131 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 126 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
132 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' 127 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4'
133 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails. 128 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
(...skipping 26 matching lines...) Expand all
160 BlackListedTest/11: Fail, OK # Negative language test. 155 BlackListedTest/11: Fail, OK # Negative language test.
161 BlackListedTest/12: Fail, OK # Negative language test. 156 BlackListedTest/12: Fail, OK # Negative language test.
162 ClassCycleNegativeTest: Fail, OK # Negative language test. 157 ClassCycleNegativeTest: Fail, OK # Negative language test.
163 ClassExtendsNegativeTest: Fail, OK # Negative language test. 158 ClassExtendsNegativeTest: Fail, OK # Negative language test.
164 ClassOverrideNegativeTest: Fail, OK # Negative language test. 159 ClassOverrideNegativeTest: Fail, OK # Negative language test.
165 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test. 160 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test.
166 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test. 161 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test.
167 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test. 162 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test.
168 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test. 163 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test.
169 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test. 164 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test.
170 ConstCounterNegativeTest: Crash # Assertion failed: nestedClosureData !== null 165 ConstCounterNegativeTest: Fail, OK # Negative language test.
171 ConstFactoryNegativeTest: Fail, OK # Negative language test. 166 ConstFactoryNegativeTest: Fail, OK # Negative language test.
172 ConstFieldNegativeTest: Fail, OK # Negative language test. 167 ConstFieldNegativeTest: Fail, OK # Negative language test.
173 ConstInit4NegativeTest: Fail, OK # Negative language test. 168 ConstInit4NegativeTest: Fail, OK # Negative language test.
174 ConstInitNegativeTest: Fail, OK # Negative language test. 169 ConstInitNegativeTest: Fail, OK # Negative language test.
175 ConstSyntaxTest/01: Fail, OK # Negative language test. 170 ConstSyntaxTest/01: Fail, OK # Negative language test.
176 ConstSyntaxTest/02: Fail, OK # Negative language test. 171 ConstSyntaxTest/02: Fail, OK # Negative language test.
177 ConstSyntaxTest/03: Fail, OK # Negative language test. 172 ConstSyntaxTest/03: Fail, OK # Negative language test.
178 Constructor2NegativeTest: Fail, OK # Negative language test. 173 Constructor2NegativeTest: Fail, OK # Negative language test.
179 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test. 174 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test.
180 ConstructorNegativeTest: Pass # For the wrong reason. 175 ConstructorNegativeTest: Pass # For the wrong reason.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 Operator1NegativeTest: Fail, OK # Negative language test. 217 Operator1NegativeTest: Fail, OK # Negative language test.
223 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. 218 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test.
224 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. 219 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test.
225 OverrideFieldMethod3NegativeTest: Fail, OK # Negative language test. 220 OverrideFieldMethod3NegativeTest: Fail, OK # Negative language test.
226 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test. 221 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test.
227 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test. 222 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test.
228 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. 223 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test.
229 OverrideFieldTest/01: Fail, OK # Negative language test. 224 OverrideFieldTest/01: Fail, OK # Negative language test.
230 OverrideFieldTest/04: Fail, OK # Negative language test. 225 OverrideFieldTest/04: Fail, OK # Negative language test.
231 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test. 226 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test.
227 Prefix10NegativeTest: Fail, OK # Negative language test.
232 Prefix16NegativeTest: Fail, OK # Negative language test. 228 Prefix16NegativeTest: Fail, OK # Negative language test.
233 Prefix18NegativeTest: Fail, OK # Negative language test. 229 Prefix18NegativeTest: Fail, OK # Negative language test.
234 Prefix20NegativeTest: Fail, OK # Negative language test. 230 Prefix20NegativeTest: Fail, OK # Negative language test.
235 Prefix23NegativeTest: Fail, OK # Negative language test. 231 Prefix23NegativeTest: Fail, OK # Negative language test.
236 Prefix9NegativeTest: Fail, OK # Negative language test. 232 Prefix9NegativeTest: Fail, OK # Negative language test.
237 PrivateMember3NegativeTest: Fail, OK # Negative language test. 233 PrivateMember3NegativeTest: Fail, OK # Negative language test.
238 PseudoKWIllegalTest/01: Fail, OK # Negative language test. 234 PseudoKWIllegalTest/01: Fail, OK # Negative language test.
239 PseudoKWIllegalTest/03: Fail, OK # Negative language test. 235 PseudoKWIllegalTest/03: Fail, OK # Negative language test.
240 PseudoKWIllegalTest/04: Fail, OK # Negative language test. 236 PseudoKWIllegalTest/04: Fail, OK # Negative language test.
241 PseudoKWIllegalTest/05: Fail, OK # Negative language test. 237 PseudoKWIllegalTest/05: Fail, OK # Negative language test.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 ClosureBreakTest: Fail 288 ClosureBreakTest: Fail
293 ExecuteFinally3Test: Fail 289 ExecuteFinally3Test: Fail
294 ExecuteFinally9Test: Fail 290 ExecuteFinally9Test: Fail
295 291
296 292
297 [ $component == leg && $mode == release ] 293 [ $component == leg && $mode == release ]
298 AssignTopMethodNegativeTest: Crash 294 AssignTopMethodNegativeTest: Crash
299 295
300 [ $component == legium ] 296 [ $component == legium ]
301 *: Skip 297 *: Skip
OLDNEW
« no previous file with comments | « dart/frog/leg/tree/nodes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698