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

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

Issue 9419050: Allow to invoke fields as if they were methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update status files 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/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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 27 matching lines...) Expand all
38 CallThroughNullGetterTest: Fail 38 CallThroughNullGetterTest: Fail
39 CanonicalConstTest: Fail 39 CanonicalConstTest: Fail
40 CharEscapeTest: Fail 40 CharEscapeTest: Fail
41 ClassCycleNegativeTest: Fail 41 ClassCycleNegativeTest: Fail
42 ClassExtendsNegativeTest: Fail 42 ClassExtendsNegativeTest: Fail
43 ClassOverrideNegativeTest: Fail 43 ClassOverrideNegativeTest: Fail
44 ClassTest: Fail 44 ClassTest: Fail
45 ClosureBreak1Test: Fail 45 ClosureBreak1Test: Fail
46 ClosureBreak2Test: Fail 46 ClosureBreak2Test: Fail
47 ClosureBreakTest: Fail 47 ClosureBreakTest: Fail
48 ClosureSharedStateTest: Fail
49 ClosureTest: Fail 48 ClosureTest: Fail
50 ConstConstructorSyntaxTest/none: Fail 49 ConstConstructorSyntaxTest/none: Fail
51 ConstEscapeFrogTest: Fail 50 ConstEscapeFrogTest: Fail
52 ConstFieldNegativeTest: Fail 51 ConstFieldNegativeTest: Fail
53 ConstInit4NegativeTest: Fail 52 ConstInit4NegativeTest: Fail
54 ConstInitNegativeTest: Fail 53 ConstInitNegativeTest: Fail
55 ConstInitTest: Fail 54 ConstInitTest: Fail
56 ConstListTest: Fail 55 ConstListTest: Fail
57 ConstNamedTest: Fail 56 ConstNamedTest: Fail
58 ConstObjectsAreImmutableTest: Fail 57 ConstObjectsAreImmutableTest: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 Field2NegativeTest: Fail 107 Field2NegativeTest: Fail
109 Field4NegativeTest: Fail 108 Field4NegativeTest: Fail
110 Field5NegativeTest: Fail 109 Field5NegativeTest: Fail
111 Field6NegativeTest: Fail 110 Field6NegativeTest: Fail
112 Field6aNegativeTest: Fail 111 Field6aNegativeTest: Fail
113 Field7NegativeTest: Fail 112 Field7NegativeTest: Fail
114 Field7aNegativeTest: Fail 113 Field7aNegativeTest: Fail
115 FinalParamNegativeTest: Fail 114 FinalParamNegativeTest: Fail
116 FinalSyntaxTest/none: Fail 115 FinalSyntaxTest/none: Fail
117 FinalVarNegativeTest: Fail 116 FinalVarNegativeTest: Fail
118 For2Test: Fail
119 ForTest: Fail 117 ForTest: Fail
120 FunctionLiterals2Test: Fail 118 FunctionLiterals2Test: Fail
121 FunctionLiteralsTest: Fail 119 FunctionLiteralsTest: Fail
122 FunctionSyntaxTest: Fail 120 FunctionSyntaxTest: Fail
123 FunctionTest: Crash # Assertion failed: nestedClosureData !== null. 121 FunctionTest: Crash # Assertion failed: nestedClosureData !== null.
124 FunctionTest: Fail 122 FunctionTest: Fail
125 FunctionTypeAlias2Test: Fail 123 FunctionTypeAlias2Test: Fail
126 FunctionTypeAlias3Test: Fail 124 FunctionTypeAlias3Test: Fail
127 FunctionTypeAlias4Test: Fail 125 FunctionTypeAlias4Test: Fail
128 FunctionTypeAliasNegativeTest: Fail 126 FunctionTypeAliasNegativeTest: Fail
129 FunctionTypeAliasTest: Fail 127 FunctionTypeAliasTest: Fail
130 FunctionTypeParameter2Test: Fail 128 FunctionTypeParameter2Test: Fail
131 FunctionTypeParameterTest: Fail 129 FunctionTypeParameterTest: Fail
132 GenericDeepTest: Fail 130 GenericDeepTest: Fail
133 GenericInheritanceTest: Fail 131 GenericInheritanceTest: Fail
134 GenericInstanceofTest: Fail 132 GenericInstanceofTest: Fail
135 GenericParameterizedExtendsTest: Fail 133 GenericParameterizedExtendsTest: Fail
136 GenericSyntaxTest: Fail 134 GenericSyntaxTest: Fail
137 GenericTest: Fail 135 GenericTest: Fail
138 GenericsTest: Fail 136 GenericsTest: Fail
139 GetSetSyntaxTest/none: Fail 137 GetSetSyntaxTest/none: Fail
140 GetterClosureExecutionOrderTest: Fail
141 GetterDeclarationNegativeTest: Fail 138 GetterDeclarationNegativeTest: Fail
142 GettersSettersTest: Fail 139 GettersSettersTest: Fail
143 IfTest: Fail 140 IfTest: Fail
144 ImplicitClosureTest: Fail 141 ImplicitClosureTest: Fail
145 ImplicitScopeTest: Fail 142 ImplicitScopeTest: Fail
146 ImpliedInterfaceTest: Fail 143 ImpliedInterfaceTest: Fail
147 InstFieldInitializer1NegativeTest: Fail 144 InstFieldInitializer1NegativeTest: Fail
148 InstFieldInitializerTest: Fail 145 InstFieldInitializerTest: Fail
149 InstanceCompoundAssignmentOperatorTest: Fail 146 InstanceCompoundAssignmentOperatorTest: Fail
150 InstanceFieldInitializerTest: Fail 147 InstanceFieldInitializerTest: Fail
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ScriptNegativeTest: Fail 269 ScriptNegativeTest: Fail
273 SetterDeclaration2NegativeTest: Fail 270 SetterDeclaration2NegativeTest: Fail
274 SetterDeclarationNegativeTest: Fail 271 SetterDeclarationNegativeTest: Fail
275 StackOverflowTest: Fail 272 StackOverflowTest: Fail
276 StackTraceTest: Fail 273 StackTraceTest: Fail
277 StatementTest: Fail 274 StatementTest: Fail
278 StaticFieldTest: Fail 275 StaticFieldTest: Fail
279 StaticFinalField2NegativeTest: Fail 276 StaticFinalField2NegativeTest: Fail
280 StaticFinalFieldNegativeTest: Fail 277 StaticFinalFieldNegativeTest: Fail
281 StaticFinalFieldTest: Fail 278 StaticFinalFieldTest: Fail
282 StaticImplicitClosureTest: Fail
283 StaticImplicitClosureTest: Fail
284 StaticTopLevelTest/00: Fail 279 StaticTopLevelTest/00: Fail
285 StaticTopLevelTest/01: Fail 280 StaticTopLevelTest/01: Fail
286 StaticTopLevelTest/02: Fail 281 StaticTopLevelTest/02: Fail
287 StaticTopLevelTest/03: Fail 282 StaticTopLevelTest/03: Fail
288 StaticTopLevelTest/04: Fail 283 StaticTopLevelTest/04: Fail
289 StaticTopLevelTest/05: Fail 284 StaticTopLevelTest/05: Fail
290 StringConcatTest: Fail 285 StringConcatTest: Fail
291 StringInterpolate2Test: Fail 286 StringInterpolate2Test: Fail
292 StringInterpolateNPETest: Fail 287 StringInterpolateNPETest: Fail
293 StringInterpolateTest: Fail 288 StringInterpolateTest: Fail
(...skipping 17 matching lines...) Expand all
311 Throw1Test: Fail 306 Throw1Test: Fail
312 Throw2Test: Fail 307 Throw2Test: Fail
313 Throw3Test: Fail 308 Throw3Test: Fail
314 Throw4Test: Fail 309 Throw4Test: Fail
315 Throw5Test: Fail 310 Throw5Test: Fail
316 Throw6Test: Fail 311 Throw6Test: Fail
317 Throw7NegativeTest: Fail 312 Throw7NegativeTest: Fail
318 ThrowTest: Fail 313 ThrowTest: Fail
319 ToStringAsFixedTest: Fail 314 ToStringAsFixedTest: Fail
320 TopLevelFuncTest: Fail 315 TopLevelFuncTest: Fail
321 TopLevelGetterArrowSyntaxTest: Fail
322 TopLevelPrefixedDeclarationTest: Fail 316 TopLevelPrefixedDeclarationTest: Fail
323 TopLevelVarTest: Fail 317 TopLevelVarTest: Fail
324 ToplevelCollision2Test/none: Fail 318 ToplevelCollision2Test/none: Fail
325 TryCatch2Test: Fail 319 TryCatch2Test: Fail
326 TryCatch3Test: Fail 320 TryCatch3Test: Fail
327 TryCatchSyntaxTest/08: Fail 321 TryCatchSyntaxTest/08: Fail
328 TypeChecksInFactoryMethodTest: Fail # Issue 925 322 TypeChecksInFactoryMethodTest: Fail # Issue 925
329 TypeDartcTest: Fail 323 TypeDartcTest: Fail
330 TypeVMTest: Fail 324 TypeVMTest: Fail
331 TypeVariableBoundsTest/00: Fail 325 TypeVariableBoundsTest/00: Fail
332 TypeVariableBoundsTest/07: Fail 326 TypeVariableBoundsTest/07: Fail
333 TypeVariableBoundsTest/08: Fail 327 TypeVariableBoundsTest/08: Fail
334 TypeVariableIdentifierExpressionNegativeTest: Fail 328 TypeVariableIdentifierExpressionNegativeTest: Fail
335 TypeVariableScopeTest/00: Fail 329 TypeVariableScopeTest/00: Fail
336 TypeVariableScopeTest/01: Fail 330 TypeVariableScopeTest/01: Fail
337 TypeVariableScopeTest/02: Fail 331 TypeVariableScopeTest/02: Fail
338 TypeVariableScopeTest/03: Fail 332 TypeVariableScopeTest/03: Fail
339 TypeVariableScopeTest/04: Fail 333 TypeVariableScopeTest/04: Fail
340 TypeVariableScopeTest/05: Fail 334 TypeVariableScopeTest/05: Fail
341 TypedMessageTest: Fail 335 TypedMessageTest: Fail
342 WhileTest: Fail 336 WhileTest: Fail
343 337
344 338
345 [ $component == leg && $mode == release] 339 [ $component == leg && $mode == release]
346 AssignTopMethodNegativeTest: Crash 340 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698