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

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

Issue 9186015: Issue 933: Fix for resolving type of Function in field. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rollback TypeTestCase change 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 FieldMethodTest: Crash 130 FieldMethodTest: Crash
131 FieldOverrideTest/01: Fail 131 FieldOverrideTest/01: Fail
132 FieldOverrideTest/none: Fail 132 FieldOverrideTest/none: Fail
133 FieldTest: Fail 133 FieldTest: Fail
134 FinalParamNegativeTest: Fail 134 FinalParamNegativeTest: Fail
135 FinalVarNegativeTest: Fail 135 FinalVarNegativeTest: Fail
136 For2Test: Crash 136 For2Test: Crash
137 ForInTest: Fail 137 ForInTest: Fail
138 ForTest: Fail 138 ForTest: Fail
139 FunctionArgumentTest: Crash 139 FunctionArgumentTest: Crash
140 FunctionFieldTest: Crash # Issue 1144
140 FunctionLiterals2Test: Crash 141 FunctionLiterals2Test: Crash
141 FunctionLiteralsTest: Fail 142 FunctionLiteralsTest: Fail
142 FunctionSyntaxTest: Fail 143 FunctionSyntaxTest: Fail
143 FunctionTest: Fail 144 FunctionTest: Fail
144 FunctionTypeAlias2Test: Fail 145 FunctionTypeAlias2Test: Fail
145 FunctionTypeAliasTest: Fail 146 FunctionTypeAliasTest: Fail
146 FunctionTypeParameter2Test: Crash 147 FunctionTypeParameter2Test: Crash
147 FunctionTypeParameterTest: Crash 148 FunctionTypeParameterTest: Crash
148 GenericDeepTest: Fail 149 GenericDeepTest: Fail
149 GenericInheritanceTest: Fail 150 GenericInheritanceTest: Fail
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 TypeVariableBoundsTest/06: Fail 375 TypeVariableBoundsTest/06: Fail
375 TypeVariableBoundsTest/09: Fail 376 TypeVariableBoundsTest/09: Fail
376 TypeVariableBoundsTest/10: Fail 377 TypeVariableBoundsTest/10: Fail
377 TypeVariableBoundsTest/none: Fail 378 TypeVariableBoundsTest/none: Fail
378 TypeVariableScopeTest/none: Fail 379 TypeVariableScopeTest/none: Fail
379 TypedMessageTest: Fail 380 TypedMessageTest: Fail
380 Unary2Test: Fail 381 Unary2Test: Fail
381 UnaryTest: Fail 382 UnaryTest: Fail
382 UnboundGetterTest: Fail 383 UnboundGetterTest: Fail
383 WhileTest: Fail 384 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698