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

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

Issue 9014029: Fix dartc bounds checking for invoking interface constructors/factory methods (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added missing test file, renamed to remove 'Negative' from name Created 8 years, 11 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ConstructorReturnWithArrowNegativeTest: Fail 60 ConstructorReturnWithArrowNegativeTest: Fail
61 ConstructorReturnWithInitAndArrowNegativeTest: Fail 61 ConstructorReturnWithInitAndArrowNegativeTest: Fail
62 ConstructorReturnWithInitNegativeTest: Fail 62 ConstructorReturnWithInitNegativeTest: Fail
63 ConstructorTest: Fail 63 ConstructorTest: Fail
64 ContextArgsWithDefaultsTest: Fail 64 ContextArgsWithDefaultsTest: Fail
65 ContextTest: Fail 65 ContextTest: Fail
66 ContinueTest: Fail 66 ContinueTest: Fail
67 CyclicImportTest: Fail 67 CyclicImportTest: Fail
68 DefaultClassImplicitConstructorTest: Fail 68 DefaultClassImplicitConstructorTest: Fail
69 DefaultFactoryLibraryTest: Fail 69 DefaultFactoryLibraryTest: Fail
70 DefaultFactory2Test: Fail
70 DefaultFactoryTest: Fail 71 DefaultFactoryTest: Fail
71 DefaultImplementationTest: Fail 72 DefaultImplementationTest: Fail
72 DefaultInitTest: Fail 73 DefaultInitTest: Fail
73 DeoptNoFeedbackTest: Fail 74 DeoptNoFeedbackTest: Fail
74 DeoptimizationTest: Fail 75 DeoptimizationTest: Fail
75 DivByZeroTest: Fail 76 DivByZeroTest: Fail
76 DoWhileTest: Fail 77 DoWhileTest: Fail
77 DuplicateConstructorTest/01: Fail 78 DuplicateConstructorTest/01: Fail
78 DynamicTest: Fail 79 DynamicTest: Fail
79 EmptyBlockCaseTest: Fail 80 EmptyBlockCaseTest: Fail
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 TypeVariableBoundsTest/06: Fail 351 TypeVariableBoundsTest/06: Fail
351 TypeVariableBoundsTest/09: Fail 352 TypeVariableBoundsTest/09: Fail
352 TypeVariableBoundsTest/10: Fail 353 TypeVariableBoundsTest/10: Fail
353 TypeVariableBoundsTest/none: Fail 354 TypeVariableBoundsTest/none: Fail
354 TypeVariableScopeTest/none: Fail 355 TypeVariableScopeTest/none: Fail
355 TypedMessageTest: Fail 356 TypedMessageTest: Fail
356 Unary2Test: Fail 357 Unary2Test: Fail
357 UnaryTest: Fail 358 UnaryTest: Fail
358 UnboundGetterTest: Fail 359 UnboundGetterTest: Fail
359 WhileTest: Fail 360 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698