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

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

Issue 9325023: Support noSuchMethod for methods that take named parameters. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' 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
« frog/leg/emitter.dart ('K') | « frog/leg/emitter.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 ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 ApplicationTest: Fail 9 ApplicationTest: Fail
10 ArithmeticTest: Fail 10 ArithmeticTest: Fail
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ContinueTest: Fail 66 ContinueTest: Fail
67 CyclicImportTest: Fail 67 CyclicImportTest: Fail
68 CyclicTypeVariableTest: Fail 68 CyclicTypeVariableTest: Fail
69 DefaultClassImplicitConstructorTest: Fail 69 DefaultClassImplicitConstructorTest: Fail
70 DefaultFactory2Test: Fail 70 DefaultFactory2Test: Fail
71 DefaultFactoryLibraryTest: Fail 71 DefaultFactoryLibraryTest: Fail
72 DefaultFactoryTest: Fail 72 DefaultFactoryTest: Fail
73 DefaultImplementationTest: Fail 73 DefaultImplementationTest: Fail
74 DefaultInitTest: Fail 74 DefaultInitTest: Fail
75 DeoptNoFeedbackTest: Fail 75 DeoptNoFeedbackTest: Fail
76 DeoptimizationTest: Fail
77 DivByZeroTest: Fail 76 DivByZeroTest: Fail
78 DoWhileTest: Fail 77 DoWhileTest: Fail
79 DuplicateConstructorTest/01: Fail 78 DuplicateConstructorTest/01: Fail
80 DuplicateImplementsTest: Skip 79 DuplicateImplementsTest: Skip
81 DynamicTest: Fail 80 DynamicTest: Fail
82 EmptyBlockCaseTest: Fail 81 EmptyBlockCaseTest: Fail
83 EmptyBodyMemberNegativeTest: Fail 82 EmptyBodyMemberNegativeTest: Fail
84 ExampleConstructorTest: Fail 83 ExampleConstructorTest: Fail
85 ExceptionIdentityTest: Fail 84 ExceptionIdentityTest: Fail
86 ExceptionTest: Fail 85 ExceptionTest: Fail
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 NativeClassInheritance1FrogTest: Fail 213 NativeClassInheritance1FrogTest: Fail
215 NativeClassInheritance2FrogTest: Fail 214 NativeClassInheritance2FrogTest: Fail
216 NativeClassInheritance3FrogTest: Fail 215 NativeClassInheritance3FrogTest: Fail
217 NativeClassIsCheck1FrogTest: Fail 216 NativeClassIsCheck1FrogTest: Fail
218 NativeClassIsCheck2FrogTest: Fail 217 NativeClassIsCheck2FrogTest: Fail
219 NativeLibrarySameNameUsedFrogTest: Fail 218 NativeLibrarySameNameUsedFrogTest: Fail
220 NativeNamedConstructors1FrogTest: Fail 219 NativeNamedConstructors1FrogTest: Fail
221 NativeNamedConstructors2FrogTest: Fail 220 NativeNamedConstructors2FrogTest: Fail
222 NativePropertyFrogTest: Fail 221 NativePropertyFrogTest: Fail
223 NewExpressionTypeArgsFrogTest/02: Fail 222 NewExpressionTypeArgsFrogTest/02: Fail
224 NoSuchMethodTest: Fail
225 NonConstConstructorWithoutBodyTest: Fail 223 NonConstConstructorWithoutBodyTest: Fail
226 NonConstSuperNegativeTest: Fail 224 NonConstSuperNegativeTest: Fail
227 NonParameterizedFactory2Test: Fail 225 NonParameterizedFactory2Test: Fail
228 NonParameterizedFactoryTest: Fail 226 NonParameterizedFactoryTest: Fail
229 NullPointerExceptionTest: Fail 227 NullPointerExceptionTest: Fail
230 NullTest: Fail 228 NullTest: Fail
231 NullToStringTest: Fail 229 NullToStringTest: Fail
232 NumberSyntaxTest: Fail 230 NumberSyntaxTest: Fail
233 NumbersTest: Fail 231 NumbersTest: Fail
234 ObjectDynamicMethodTest: Fail 232 ObjectDynamicMethodTest: Fail
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 TypeVariableBoundsTest/04: Fail 362 TypeVariableBoundsTest/04: Fail
365 TypeVariableBoundsTest/05: Fail 363 TypeVariableBoundsTest/05: Fail
366 TypeVariableBoundsTest/06: Fail 364 TypeVariableBoundsTest/06: Fail
367 TypeVariableBoundsTest/09: Fail 365 TypeVariableBoundsTest/09: Fail
368 TypeVariableBoundsTest/10: Fail 366 TypeVariableBoundsTest/10: Fail
369 TypeVariableBoundsTest/none: Fail 367 TypeVariableBoundsTest/none: Fail
370 TypeVariableScopeTest/none: Fail 368 TypeVariableScopeTest/none: Fail
371 TypedMessageTest: Fail 369 TypedMessageTest: Fail
372 UnboundGetterTest: Fail 370 UnboundGetterTest: Fail
373 WhileTest: Fail 371 WhileTest: Fail
OLDNEW
« frog/leg/emitter.dart ('K') | « frog/leg/emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698