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

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 file. 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
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 ClosuresWithComplexParamsTest: Fail 49 ClosuresWithComplexParamsTest: Fail
51 ConstConstructorSyntaxTest/none: Fail 50 ConstConstructorSyntaxTest/none: Fail
52 ConstEscapeFrogTest: Fail 51 ConstEscapeFrogTest: Fail
53 ConstFieldNegativeTest: Fail 52 ConstFieldNegativeTest: Fail
54 ConstInit4NegativeTest: Fail 53 ConstInit4NegativeTest: Fail
55 ConstInitNegativeTest: Fail 54 ConstInitNegativeTest: Fail
56 ConstInitTest: Fail 55 ConstInitTest: Fail
57 ConstListTest: Fail 56 ConstListTest: Fail
58 ConstNamedTest: Fail 57 ConstNamedTest: Fail
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 Field2NegativeTest: Fail 112 Field2NegativeTest: Fail
114 Field4NegativeTest: Fail 113 Field4NegativeTest: Fail
115 Field5NegativeTest: Fail 114 Field5NegativeTest: Fail
116 Field6NegativeTest: Fail 115 Field6NegativeTest: Fail
117 Field6aNegativeTest: Fail 116 Field6aNegativeTest: Fail
118 Field7NegativeTest: Fail 117 Field7NegativeTest: Fail
119 Field7aNegativeTest: Fail 118 Field7aNegativeTest: Fail
120 FinalParamNegativeTest: Fail 119 FinalParamNegativeTest: Fail
121 FinalSyntaxTest/none: Fail 120 FinalSyntaxTest/none: Fail
122 FinalVarNegativeTest: Fail 121 FinalVarNegativeTest: Fail
123 For2Test: Fail
124 ForTest: Fail 122 ForTest: Fail
125 FunctionLiterals2Test: Fail 123 FunctionLiterals2Test: Fail
126 FunctionLiteralsTest: Fail 124 FunctionLiteralsTest: Fail
127 FunctionSyntaxTest: Fail 125 FunctionSyntaxTest: Fail
128 FunctionTest: Crash # Assertion failed: nestedClosureData !== null. 126 FunctionTest: Crash # Assertion failed: nestedClosureData !== null.
129 FunctionTest: Fail 127 FunctionTest: Fail
130 FunctionTypeAlias2Test: Fail 128 FunctionTypeAlias2Test: Fail
131 FunctionTypeAlias3Test: Fail 129 FunctionTypeAlias3Test: Fail
132 FunctionTypeAlias4Test: Fail 130 FunctionTypeAlias4Test: Fail
133 FunctionTypeAliasNegativeTest: Fail 131 FunctionTypeAliasNegativeTest: Fail
134 FunctionTypeAliasTest: Fail 132 FunctionTypeAliasTest: Fail
135 FunctionTypeParameter2Test: Fail 133 FunctionTypeParameter2Test: Fail
136 FunctionTypeParameterTest: Fail 134 FunctionTypeParameterTest: Fail
137 GenericDeepTest: Fail 135 GenericDeepTest: Fail
138 GenericInheritanceTest: Fail 136 GenericInheritanceTest: Fail
139 GenericInstanceofTest: Fail 137 GenericInstanceofTest: Fail
140 GenericParameterizedExtendsTest: Fail 138 GenericParameterizedExtendsTest: Fail
141 GenericSyntaxTest: Fail 139 GenericSyntaxTest: Fail
142 GenericTest: Fail 140 GenericTest: Fail
143 GenericsTest: Fail 141 GenericsTest: Fail
144 GetSetSyntaxTest/none: Fail 142 GetSetSyntaxTest/none: Fail
145 GetterClosureExecutionOrderTest: Fail
146 GetterDeclarationNegativeTest: Fail 143 GetterDeclarationNegativeTest: Fail
147 GettersSettersTest: Fail 144 GettersSettersTest: Fail
148 IfTest: Fail 145 IfTest: Fail
149 ImplicitClosureTest: Fail 146 ImplicitClosureTest: Fail
150 ImplicitScopeTest: Fail 147 ImplicitScopeTest: Fail
151 ImpliedInterfaceTest: Fail 148 ImpliedInterfaceTest: Fail
152 InstFieldInitializer1NegativeTest: Fail 149 InstFieldInitializer1NegativeTest: Fail
153 InstFieldInitializerTest: Fail 150 InstFieldInitializerTest: Fail
154 InstanceCompoundAssignmentOperatorTest: Fail 151 InstanceCompoundAssignmentOperatorTest: Fail
155 InstanceFieldInitializerTest: Fail 152 InstanceFieldInitializerTest: Fail
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ScriptNegativeTest: Fail 275 ScriptNegativeTest: Fail
279 SetterDeclaration2NegativeTest: Fail 276 SetterDeclaration2NegativeTest: Fail
280 SetterDeclarationNegativeTest: Fail 277 SetterDeclarationNegativeTest: Fail
281 StackOverflowTest: Fail 278 StackOverflowTest: Fail
282 StackTraceTest: Fail 279 StackTraceTest: Fail
283 StatementTest: Fail 280 StatementTest: Fail
284 StaticFieldTest: Fail 281 StaticFieldTest: Fail
285 StaticFinalField2NegativeTest: Fail 282 StaticFinalField2NegativeTest: Fail
286 StaticFinalFieldNegativeTest: Fail 283 StaticFinalFieldNegativeTest: Fail
287 StaticFinalFieldTest: Fail 284 StaticFinalFieldTest: Fail
288 StaticImplicitClosureTest: Fail
289 StaticImplicitClosureTest: Fail
290 StaticTopLevelTest/00: Fail 285 StaticTopLevelTest/00: Fail
291 StaticTopLevelTest/01: Fail 286 StaticTopLevelTest/01: Fail
292 StaticTopLevelTest/02: Fail 287 StaticTopLevelTest/02: Fail
293 StaticTopLevelTest/03: Fail 288 StaticTopLevelTest/03: Fail
294 StaticTopLevelTest/04: Fail 289 StaticTopLevelTest/04: Fail
295 StaticTopLevelTest/05: Fail 290 StaticTopLevelTest/05: Fail
296 StringConcatTest: Fail 291 StringConcatTest: Fail
297 StringInterpolate2Test: Fail 292 StringInterpolate2Test: Fail
298 StringInterpolateNPETest: Fail 293 StringInterpolateNPETest: Fail
299 StringInterpolateTest: Fail 294 StringInterpolateTest: Fail
(...skipping 17 matching lines...) Expand all
317 Throw1Test: Fail 312 Throw1Test: Fail
318 Throw2Test: Fail 313 Throw2Test: Fail
319 Throw3Test: Fail 314 Throw3Test: Fail
320 Throw4Test: Fail 315 Throw4Test: Fail
321 Throw5Test: Fail 316 Throw5Test: Fail
322 Throw6Test: Fail 317 Throw6Test: Fail
323 Throw7NegativeTest: Fail 318 Throw7NegativeTest: Fail
324 ThrowTest: Fail 319 ThrowTest: Fail
325 ToStringAsFixedTest: Fail 320 ToStringAsFixedTest: Fail
326 TopLevelFuncTest: Fail 321 TopLevelFuncTest: Fail
327 TopLevelGetterArrowSyntaxTest: Fail
328 TopLevelPrefixedDeclarationTest: Fail 322 TopLevelPrefixedDeclarationTest: Fail
329 TopLevelVarTest: Fail 323 TopLevelVarTest: Fail
330 ToplevelCollision2Test/none: Fail 324 ToplevelCollision2Test/none: Fail
331 TryCatch2Test: Fail 325 TryCatch2Test: Fail
332 TryCatch3Test: Fail 326 TryCatch3Test: Fail
333 TryCatchSyntaxTest/08: Fail 327 TryCatchSyntaxTest/08: Fail
334 TypeChecksInFactoryMethodTest: Fail # Issue 925 328 TypeChecksInFactoryMethodTest: Fail # Issue 925
335 TypeDartcTest: Fail 329 TypeDartcTest: Fail
336 TypeVMTest: Fail 330 TypeVMTest: Fail
337 TypeVariableBoundsTest/00: Fail 331 TypeVariableBoundsTest/00: Fail
338 TypeVariableBoundsTest/07: Fail 332 TypeVariableBoundsTest/07: Fail
339 TypeVariableBoundsTest/08: Fail 333 TypeVariableBoundsTest/08: Fail
340 TypeVariableIdentifierExpressionNegativeTest: Fail 334 TypeVariableIdentifierExpressionNegativeTest: Fail
341 TypeVariableScopeTest/00: Fail 335 TypeVariableScopeTest/00: Fail
342 TypeVariableScopeTest/01: Fail 336 TypeVariableScopeTest/01: Fail
343 TypeVariableScopeTest/02: Fail 337 TypeVariableScopeTest/02: Fail
344 TypeVariableScopeTest/03: Fail 338 TypeVariableScopeTest/03: Fail
345 TypeVariableScopeTest/04: Fail 339 TypeVariableScopeTest/04: Fail
346 TypeVariableScopeTest/05: Fail 340 TypeVariableScopeTest/05: Fail
347 TypedMessageTest: Fail 341 TypedMessageTest: Fail
348 WhileTest: Fail 342 WhileTest: Fail
349 343
350 344
351 [ $component == leg && $mode == release] 345 [ $component == leg && $mode == release]
352 AssignTopMethodNegativeTest: Crash 346 AssignTopMethodNegativeTest: Crash
OLDNEW
« frog/tests/leg_only/src/Closure7Test.dart ('K') | « frog/tests/leg_only/src/Closure7Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698