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

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

Issue 9391004: Implement cycle-checking and code generation for redirecting constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « tests/co19/co19-leg.status ('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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 NativeClassInheritance1FrogTest: Fail 207 NativeClassInheritance1FrogTest: Fail
208 NativeClassInheritance2FrogTest: Fail 208 NativeClassInheritance2FrogTest: Fail
209 NativeClassInheritance3FrogTest: Fail 209 NativeClassInheritance3FrogTest: Fail
210 NativeClassIsCheck1FrogTest: Fail 210 NativeClassIsCheck1FrogTest: Fail
211 NativeClassIsCheck2FrogTest: Fail 211 NativeClassIsCheck2FrogTest: Fail
212 NativeLibrarySameNameUsedFrogTest: Fail 212 NativeLibrarySameNameUsedFrogTest: Fail
213 NativeNamedConstructors1FrogTest: Fail 213 NativeNamedConstructors1FrogTest: Fail
214 NativeNamedConstructors2FrogTest: Fail 214 NativeNamedConstructors2FrogTest: Fail
215 NativePropertyFrogTest: Fail 215 NativePropertyFrogTest: Fail
216 NewExpressionTypeArgsFrogTest/02: Fail 216 NewExpressionTypeArgsFrogTest/02: Fail
217 NonConstConstructorWithoutBodyTest: Fail
218 NonConstSuperNegativeTest: Fail 217 NonConstSuperNegativeTest: Fail
219 NonParameterizedFactory2Test: Fail 218 NonParameterizedFactory2Test: Fail
220 NullPointerExceptionTest: Fail 219 NullPointerExceptionTest: Fail
221 NullToStringTest: Fail 220 NullToStringTest: Fail
222 NumberIdentifierNegativeTest: Fail 221 NumberIdentifierNegativeTest: Fail
223 NumberSyntaxTest: Fail 222 NumberSyntaxTest: Fail
224 NumbersTest: Fail 223 NumbersTest: Fail
225 ObjectDynamicMethodTest: Fail 224 ObjectDynamicMethodTest: Fail
226 Operator1NegativeTest: Fail 225 Operator1NegativeTest: Fail
227 OptimizationTest: Fail 226 OptimizationTest: Fail
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 StringConcatTest: Fail 298 StringConcatTest: Fail
300 StringInterpolate2Test: Fail 299 StringInterpolate2Test: Fail
301 StringInterpolateNPETest: Fail 300 StringInterpolateNPETest: Fail
302 StringInterpolateTest: Fail 301 StringInterpolateTest: Fail
303 StringInterpolation7NegativeTest: Fail 302 StringInterpolation7NegativeTest: Fail
304 StringJoinTest: Fail 303 StringJoinTest: Fail
305 StringTest: Fail 304 StringTest: Fail
306 SuperAllNamedConstructorTest: Fail 305 SuperAllNamedConstructorTest: Fail
307 SuperFieldAccessTest: Fail 306 SuperFieldAccessTest: Fail
308 SuperFieldTest: Fail 307 SuperFieldTest: Fail
309 SuperFirstConstructorTest: Fail
310 SuperImplicitClosureTest: Fail 308 SuperImplicitClosureTest: Fail
311 SuperOperatorTest: Fail 309 SuperOperatorTest: Fail
312 SuperSetterTest: Fail 310 SuperSetterTest: Fail
313 SuperTest: Fail 311 SuperTest: Fail
314 Switch6Test: Fail 312 Switch6Test: Fail
315 SwitchFallthruTest: Fail 313 SwitchFallthruTest: Fail
316 SwitchLabelTest: Fail 314 SwitchLabelTest: Fail
317 SwitchScopeTest: Fail 315 SwitchScopeTest: Fail
318 SwitchTest: Fail 316 SwitchTest: Fail
319 SyntaxTest/none: Fail 317 SyntaxTest/none: Fail
(...skipping 27 matching lines...) Expand all
347 TypeVariableScopeTest/02: Fail 345 TypeVariableScopeTest/02: Fail
348 TypeVariableScopeTest/03: Fail 346 TypeVariableScopeTest/03: Fail
349 TypeVariableScopeTest/04: Fail 347 TypeVariableScopeTest/04: Fail
350 TypeVariableScopeTest/05: Fail 348 TypeVariableScopeTest/05: Fail
351 TypedMessageTest: Fail 349 TypedMessageTest: Fail
352 WhileTest: Fail 350 WhileTest: Fail
353 351
354 352
355 [ $component == leg && $mode == release] 353 [ $component == leg && $mode == release]
356 AssignTopMethodNegativeTest: Crash 354 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698