Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 24 matching lines...) Expand all Loading... | |
| 35 ClassLiteralTest/28: Crash | 35 ClassLiteralTest/28: Crash |
| 36 ClassLiteralTest/29: Crash | 36 ClassLiteralTest/29: Crash |
| 37 ClassOverrideNegativeTest: Fail | 37 ClassOverrideNegativeTest: Fail |
| 38 ClassTest: Fail | 38 ClassTest: Fail |
| 39 Closure2Test: Crash | 39 Closure2Test: Crash |
| 40 ClosureBreak1Test: Fail | 40 ClosureBreak1Test: Fail |
| 41 ClosureBreak2Test: Fail | 41 ClosureBreak2Test: Fail |
| 42 ClosureBreakTest: Fail | 42 ClosureBreakTest: Fail |
| 43 ClosureSharedStateTest: Fail | 43 ClosureSharedStateTest: Fail |
| 44 ClosureTest: Fail | 44 ClosureTest: Fail |
| 45 ClosuresWithComplexParamsTest: Crash | |
| 45 ClosuresWithComplexParamsTest: Fail | 46 ClosuresWithComplexParamsTest: Fail |
|
kasperl
2012/01/06 07:52:46
Remove the Fail line?
ahe
2012/01/06 11:00:03
Good catch. Good thing I sorted the lines before u
| |
| 46 ComparisonTest: Fail | 47 ComparisonTest: Fail |
| 47 CompoundAssignmentOperatorTest: Crash | 48 CompoundAssignmentOperatorTest: Crash |
| 48 ConstEscapeFrogTest: Fail | 49 ConstEscapeFrogTest: Fail |
| 49 ConstInit7NegativeTest: Fail | 50 ConstInit7NegativeTest: Fail |
| 50 ConstInitNegativeTest: Fail | 51 ConstInitNegativeTest: Fail |
| 51 ConstInitTest: Fail | 52 ConstInitTest: Fail |
| 52 ConstListTest: Fail | 53 ConstListTest: Fail |
| 53 ConstNamedTest: Fail | 54 ConstNamedTest: Fail |
| 54 ConstObjectsAreImmutableTest: Fail | 55 ConstObjectsAreImmutableTest: Fail |
| 55 ConstStringTest: Fail | 56 ConstStringTest: Fail |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 385 TypeVariableBoundsTest/06: Fail | 386 TypeVariableBoundsTest/06: Fail |
| 386 TypeVariableBoundsTest/09: Fail | 387 TypeVariableBoundsTest/09: Fail |
| 387 TypeVariableBoundsTest/10: Fail | 388 TypeVariableBoundsTest/10: Fail |
| 388 TypeVariableBoundsTest/none: Fail | 389 TypeVariableBoundsTest/none: Fail |
| 389 TypeVariableScopeTest/none: Fail | 390 TypeVariableScopeTest/none: Fail |
| 390 TypedMessageTest: Fail | 391 TypedMessageTest: Fail |
| 391 Unary2Test: Fail | 392 Unary2Test: Fail |
| 392 UnaryTest: Fail | 393 UnaryTest: Fail |
| 393 UnboundGetterTest: Fail | 394 UnboundGetterTest: Fail |
| 394 WhileTest: Fail | 395 WhileTest: Fail |
| OLD | NEW |