| 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 AckermannTest: Fail | 9 AckermannTest: Fail |
| 10 AllocateTest: Fail | 10 AllocateTest: Fail |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 NativeClassInheritance1FrogTest: Fail | 217 NativeClassInheritance1FrogTest: Fail |
| 218 NativeClassInheritance2FrogTest: Fail | 218 NativeClassInheritance2FrogTest: Fail |
| 219 NativeClassInheritance3FrogTest: Fail | 219 NativeClassInheritance3FrogTest: Fail |
| 220 NativeClassIsCheck1FrogTest: Fail | 220 NativeClassIsCheck1FrogTest: Fail |
| 221 NativeClassIsCheck2FrogTest: Fail | 221 NativeClassIsCheck2FrogTest: Fail |
| 222 NativeLibrarySameNameUsedFrogTest: Fail | 222 NativeLibrarySameNameUsedFrogTest: Fail |
| 223 NativeNamedConstructors1FrogTest: Fail | 223 NativeNamedConstructors1FrogTest: Fail |
| 224 NativeNamedConstructors2FrogTest: Fail | 224 NativeNamedConstructors2FrogTest: Fail |
| 225 NativePropertyFrogTest: Fail | 225 NativePropertyFrogTest: Fail |
| 226 NativeTest: Fail | 226 NativeTest: Fail |
| 227 NewExpressionTypeArgsFrogTest/02: Fail |
| 227 NewStatementTest: Fail | 228 NewStatementTest: Fail |
| 228 NewExpressionTypeArgsFrogTest/02: Fail | |
| 229 NoSuchMethodTest: Fail | 229 NoSuchMethodTest: Fail |
| 230 NonConstConstructorWithoutBodyTest: Fail | 230 NonConstConstructorWithoutBodyTest: Fail |
| 231 NonConstSuperNegativeTest: Fail | 231 NonConstSuperNegativeTest: Fail |
| 232 NonParameterizedFactory2Test: Fail | 232 NonParameterizedFactory2Test: Fail |
| 233 NonParameterizedFactoryTest: Fail | 233 NonParameterizedFactoryTest: Fail |
| 234 NullPointerExceptionTest: Fail | 234 NullPointerExceptionTest: Fail |
| 235 NullTest: Fail | 235 NullTest: Fail |
| 236 NullToStringTest: Fail | 236 NullToStringTest: Fail |
| 237 NumberConstantFolding1Test: Fail | 237 NumberConstantFolding1Test: Fail |
| 238 NumberSyntaxTest: Fail | 238 NumberSyntaxTest: Fail |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 TypeVariableBoundsTest/10: Fail | 355 TypeVariableBoundsTest/10: Fail |
| 356 TypeVariableBoundsTest/none: Fail | 356 TypeVariableBoundsTest/none: Fail |
| 357 TypeVariableScopeTest/none: Fail | 357 TypeVariableScopeTest/none: Fail |
| 358 TypedMessageTest: Fail | 358 TypedMessageTest: Fail |
| 359 Unary2Test: Fail | 359 Unary2Test: Fail |
| 360 UnaryTest: Fail | 360 UnaryTest: Fail |
| 361 UnboundGetterTest: Fail | 361 UnboundGetterTest: Fail |
| 362 UnqualNameTest: Fail | 362 UnqualNameTest: Fail |
| 363 VarInitTest: Fail | 363 VarInitTest: Fail |
| 364 WhileTest: Fail | 364 WhileTest: Fail |
| OLD | NEW |