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

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

Issue 9414010: Allow method-calls to getters (assuming they contain closures). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and 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
« no previous file with comments | « frog/tests/leg_only/src/Closure6Test.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 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 FauxverrideTest/03: Fail 110 FauxverrideTest/03: Fail
111 FauxverrideTest/05: Fail 111 FauxverrideTest/05: Fail
112 Field1NegativeTest: Fail 112 Field1NegativeTest: Fail
113 Field2NegativeTest: Fail 113 Field2NegativeTest: Fail
114 Field4NegativeTest: Fail 114 Field4NegativeTest: Fail
115 Field5NegativeTest: Fail 115 Field5NegativeTest: Fail
116 Field6NegativeTest: Fail 116 Field6NegativeTest: Fail
117 Field6aNegativeTest: Fail 117 Field6aNegativeTest: Fail
118 Field7NegativeTest: Fail 118 Field7NegativeTest: Fail
119 Field7aNegativeTest: Fail 119 Field7aNegativeTest: Fail
120 FieldMethodTest: Fail
121 FinalParamNegativeTest: Fail 120 FinalParamNegativeTest: Fail
122 FinalSyntaxTest/none: Fail 121 FinalSyntaxTest/none: Fail
123 FinalVarNegativeTest: Fail 122 FinalVarNegativeTest: Fail
124 For2Test: Fail 123 For2Test: Fail
125 ForTest: Fail 124 ForTest: Fail
126 FunctionFieldTest: Fail
127 FunctionLiterals2Test: Fail 125 FunctionLiterals2Test: Fail
128 FunctionLiteralsTest: Fail 126 FunctionLiteralsTest: Fail
129 FunctionSyntaxTest: Fail 127 FunctionSyntaxTest: Fail
130 FunctionTest: Crash # Assertion failed: nestedClosureData !== null. 128 FunctionTest: Crash # Assertion failed: nestedClosureData !== null.
131 FunctionTest: Fail 129 FunctionTest: Fail
132 FunctionTypeAlias2Test: Fail 130 FunctionTypeAlias2Test: Fail
133 FunctionTypeAlias3Test: Fail 131 FunctionTypeAlias3Test: Fail
134 FunctionTypeAlias4Test: Fail 132 FunctionTypeAlias4Test: Fail
135 FunctionTypeAliasNegativeTest: Fail 133 FunctionTypeAliasNegativeTest: Fail
136 FunctionTypeAliasTest: Fail 134 FunctionTypeAliasTest: Fail
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 MethodInvocationTest: Fail 192 MethodInvocationTest: Fail
195 MethodNameTest: Fail 193 MethodNameTest: Fail
196 MethodOverrideTest: Fail 194 MethodOverrideTest: Fail
197 NamedArgumentInConstCreationTest: Fail 195 NamedArgumentInConstCreationTest: Fail
198 NamedParameters2Test: Fail 196 NamedParameters2Test: Fail
199 NamedParameters3Test: Fail 197 NamedParameters3Test: Fail
200 NamedParameters4Test: Fail 198 NamedParameters4Test: Fail
201 NamedParametersPassingFalsyTest: Fail 199 NamedParametersPassingFalsyTest: Fail
202 NamedParametersTest: Fail 200 NamedParametersTest: Fail
203 NamedParametersTypeTest: Fail 201 NamedParametersTypeTest: Fail
204 NamedParametersWithConversionsTest: Fail
205 NamedParametersWithDollarsTest: Fail 202 NamedParametersWithDollarsTest: Fail
206 NamingTest: Fail 203 NamingTest: Fail
207 NativeClassInheritance1FrogTest: Fail 204 NativeClassInheritance1FrogTest: Fail
208 NativeClassInheritance2FrogTest: Fail 205 NativeClassInheritance2FrogTest: Fail
209 NativeClassInheritance3FrogTest: Fail 206 NativeClassInheritance3FrogTest: Fail
210 NativeClassIsCheck1FrogTest: Fail 207 NativeClassIsCheck1FrogTest: Fail
211 NativeClassIsCheck2FrogTest: Fail 208 NativeClassIsCheck2FrogTest: Fail
212 NativeLibrarySameNameUsedFrogTest: Fail 209 NativeLibrarySameNameUsedFrogTest: Fail
213 NativeNamedConstructors1FrogTest: Fail 210 NativeNamedConstructors1FrogTest: Fail
214 NativeNamedConstructors2FrogTest: Fail 211 NativeNamedConstructors2FrogTest: Fail
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 Throw2Test: Fail 318 Throw2Test: Fail
322 Throw3Test: Fail 319 Throw3Test: Fail
323 Throw4Test: Fail 320 Throw4Test: Fail
324 Throw5Test: Fail 321 Throw5Test: Fail
325 Throw6Test: Fail 322 Throw6Test: Fail
326 Throw7NegativeTest: Fail 323 Throw7NegativeTest: Fail
327 ThrowTest: Fail 324 ThrowTest: Fail
328 ToStringAsFixedTest: Fail 325 ToStringAsFixedTest: Fail
329 TopLevelFuncTest: Fail 326 TopLevelFuncTest: Fail
330 TopLevelGetterArrowSyntaxTest: Fail 327 TopLevelGetterArrowSyntaxTest: Fail
331 TopLevelInInitializerTest: Fail
332 TopLevelPrefixedDeclarationTest: Fail 328 TopLevelPrefixedDeclarationTest: Fail
333 TopLevelVarTest: Fail 329 TopLevelVarTest: Fail
334 ToplevelCollision2Test/none: Fail 330 ToplevelCollision2Test/none: Fail
335 TryCatch2Test: Fail 331 TryCatch2Test: Fail
336 TryCatch3Test: Fail 332 TryCatch3Test: Fail
337 TryCatchSyntaxTest/08: Fail 333 TryCatchSyntaxTest/08: Fail
338 TypeChecksInFactoryMethodTest: Fail # Issue 925 334 TypeChecksInFactoryMethodTest: Fail # Issue 925
339 TypeDartcTest: Fail 335 TypeDartcTest: Fail
340 TypeVMTest: Fail 336 TypeVMTest: Fail
341 TypeVariableBoundsTest/00: Fail 337 TypeVariableBoundsTest/00: Fail
342 TypeVariableBoundsTest/07: Fail 338 TypeVariableBoundsTest/07: Fail
343 TypeVariableBoundsTest/08: Fail 339 TypeVariableBoundsTest/08: Fail
344 TypeVariableIdentifierExpressionNegativeTest: Fail 340 TypeVariableIdentifierExpressionNegativeTest: Fail
345 TypeVariableScopeTest/00: Fail 341 TypeVariableScopeTest/00: Fail
346 TypeVariableScopeTest/01: Fail 342 TypeVariableScopeTest/01: Fail
347 TypeVariableScopeTest/02: Fail 343 TypeVariableScopeTest/02: Fail
348 TypeVariableScopeTest/03: Fail 344 TypeVariableScopeTest/03: Fail
349 TypeVariableScopeTest/04: Fail 345 TypeVariableScopeTest/04: Fail
350 TypeVariableScopeTest/05: Fail 346 TypeVariableScopeTest/05: Fail
351 TypedMessageTest: Fail 347 TypedMessageTest: Fail
352 WhileTest: Fail 348 WhileTest: Fail
353 349
354 350
355 [ $component == leg && $mode == release] 351 [ $component == leg && $mode == release]
356 AssignTopMethodNegativeTest: Crash 352 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « frog/tests/leg_only/src/Closure6Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698