| 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 AckermannTest: Fail | 8 AckermannTest: Fail |
| 9 AllocateTest: Fail | 9 AllocateTest: Fail |
| 10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 NativeTest: Fail | 216 NativeTest: Fail |
| 217 NewExpressionTypeArgsFrogTest/02: Fail |
| 217 NewStatementTest: Fail | 218 NewStatementTest: Fail |
| 218 NoSuchMethodTest: Fail | 219 NoSuchMethodTest: Fail |
| 219 NonConstConstructorWithoutBodyTest: Fail | 220 NonConstConstructorWithoutBodyTest: Fail |
| 220 NonParameterizedFactory2Test: Fail | 221 NonParameterizedFactory2Test: Fail |
| 221 NonParameterizedFactoryTest: Fail | 222 NonParameterizedFactoryTest: Fail |
| 222 NullPointerExceptionTest: Fail | 223 NullPointerExceptionTest: Fail |
| 223 NullTest: Fail | 224 NullTest: Fail |
| 224 NullToStringTest: Fail | 225 NullToStringTest: Fail |
| 225 NumberConstantFolding1Test: Fail | 226 NumberConstantFolding1Test: Fail |
| 226 NumberSyntaxTest: Fail | 227 NumberSyntaxTest: Fail |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 TypeVariableBoundsTest/10: Fail | 342 TypeVariableBoundsTest/10: Fail |
| 342 TypeVariableBoundsTest/none: Fail | 343 TypeVariableBoundsTest/none: Fail |
| 343 TypeVariableScopeTest/none: Fail | 344 TypeVariableScopeTest/none: Fail |
| 344 TypedMessageTest: Fail | 345 TypedMessageTest: Fail |
| 345 Unary2Test: Fail | 346 Unary2Test: Fail |
| 346 UnaryTest: Fail | 347 UnaryTest: Fail |
| 347 UnboundGetterTest: Fail | 348 UnboundGetterTest: Fail |
| 348 UnqualNameTest: Fail | 349 UnqualNameTest: Fail |
| 349 VarInitTest: Fail | 350 VarInitTest: Fail |
| 350 WhileTest: Fail | 351 WhileTest: Fail |
| OLD | NEW |