| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 NativeClassInheritance1FrogTest: Fail | 215 NativeClassInheritance1FrogTest: Fail |
| 216 NativeClassInheritance2FrogTest: Fail | 216 NativeClassInheritance2FrogTest: Fail |
| 217 NativeClassInheritance3FrogTest: Fail | 217 NativeClassInheritance3FrogTest: Fail |
| 218 NativeClassIsCheck1FrogTest: Fail | 218 NativeClassIsCheck1FrogTest: Fail |
| 219 NativeClassIsCheck2FrogTest: Fail | 219 NativeClassIsCheck2FrogTest: Fail |
| 220 NativeLibrarySameNameUsedFrogTest: Fail | 220 NativeLibrarySameNameUsedFrogTest: Fail |
| 221 NativeNamedConstructors1FrogTest: Fail | 221 NativeNamedConstructors1FrogTest: Fail |
| 222 NativeNamedConstructors2FrogTest: Fail | 222 NativeNamedConstructors2FrogTest: Fail |
| 223 NativePropertyFrogTest: Fail | 223 NativePropertyFrogTest: Fail |
| 224 NativeTest: Fail | 224 NativeTest: Fail |
| 225 NestedCommentsTest: Fail |
| 225 NewExpressionTypeArgsFrogTest/02: Fail | 226 NewExpressionTypeArgsFrogTest/02: Fail |
| 226 NoSuchMethodTest: Fail | 227 NoSuchMethodTest: Fail |
| 227 NonConstConstructorWithoutBodyTest: Fail | 228 NonConstConstructorWithoutBodyTest: Fail |
| 228 NonConstSuperNegativeTest: Fail | 229 NonConstSuperNegativeTest: Fail |
| 229 NonParameterizedFactory2Test: Fail | 230 NonParameterizedFactory2Test: Fail |
| 230 NonParameterizedFactoryTest: Fail | 231 NonParameterizedFactoryTest: Fail |
| 231 NullPointerExceptionTest: Fail | 232 NullPointerExceptionTest: Fail |
| 232 NullTest: Fail | 233 NullTest: Fail |
| 233 NullToStringTest: Fail | 234 NullToStringTest: Fail |
| 234 NumberConstantFolding1Test: Fail | 235 NumberConstantFolding1Test: Fail |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 TypeVariableBoundsTest/06: Fail | 352 TypeVariableBoundsTest/06: Fail |
| 352 TypeVariableBoundsTest/09: Fail | 353 TypeVariableBoundsTest/09: Fail |
| 353 TypeVariableBoundsTest/10: Fail | 354 TypeVariableBoundsTest/10: Fail |
| 354 TypeVariableBoundsTest/none: Fail | 355 TypeVariableBoundsTest/none: Fail |
| 355 TypeVariableScopeTest/none: Fail | 356 TypeVariableScopeTest/none: Fail |
| 356 TypedMessageTest: Fail | 357 TypedMessageTest: Fail |
| 357 Unary2Test: Fail | 358 Unary2Test: Fail |
| 358 UnaryTest: Fail | 359 UnaryTest: Fail |
| 359 UnboundGetterTest: Fail | 360 UnboundGetterTest: Fail |
| 360 WhileTest: Fail | 361 WhileTest: Fail |
| OLD | NEW |