| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 Param2Test: Fail | 250 Param2Test: Fail |
| 251 ParameterInitializer2Test: Fail | 251 ParameterInitializer2Test: Fail |
| 252 ParameterInitializerTest: Fail | 252 ParameterInitializerTest: Fail |
| 253 Prefix10Test: Fail | 253 Prefix10Test: Fail |
| 254 Prefix11Test: Fail | 254 Prefix11Test: Fail |
| 255 Prefix12Test: Fail | 255 Prefix12Test: Fail |
| 256 Prefix14Test: Fail | 256 Prefix14Test: Fail |
| 257 Prefix15Test: Fail | 257 Prefix15Test: Fail |
| 258 Prefix17Test: Fail | 258 Prefix17Test: Fail |
| 259 Prefix21Test: Fail | 259 Prefix21Test: Fail |
| 260 Prefix22Test: Fail # Issue 575 |
| 261 Prefix23Test: Fail # Issue 575 |
| 260 PrefixTest: Fail | 262 PrefixTest: Fail |
| 261 Private2Test: Fail | 263 Private2Test: Fail |
| 262 Private3Test: Fail | 264 Private3Test: Fail |
| 263 PrivateMemberTest: Fail | 265 PrivateMemberTest: Fail |
| 264 PrivateTest: Fail | 266 PrivateTest: Fail |
| 265 PropertyFieldOverrideTest: Fail | 267 PropertyFieldOverrideTest: Fail |
| 266 PseudoKWNegativeTest: Fail | 268 PseudoKWNegativeTest: Fail |
| 267 PseudoKWTest: Fail | 269 PseudoKWTest: Fail |
| 268 RawStringTest: Fail | 270 RawStringTest: Fail |
| 269 RegEx2Test: Fail | 271 RegEx2Test: Fail |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 TypeVariableBoundsTest/06: Fail | 350 TypeVariableBoundsTest/06: Fail |
| 349 TypeVariableBoundsTest/09: Fail | 351 TypeVariableBoundsTest/09: Fail |
| 350 TypeVariableBoundsTest/10: Fail | 352 TypeVariableBoundsTest/10: Fail |
| 351 TypeVariableBoundsTest/none: Fail | 353 TypeVariableBoundsTest/none: Fail |
| 352 TypeVariableScopeTest/none: Fail | 354 TypeVariableScopeTest/none: Fail |
| 353 TypedMessageTest: Fail | 355 TypedMessageTest: Fail |
| 354 Unary2Test: Fail | 356 Unary2Test: Fail |
| 355 UnaryTest: Fail | 357 UnaryTest: Fail |
| 356 UnboundGetterTest: Fail | 358 UnboundGetterTest: Fail |
| 357 WhileTest: Fail | 359 WhileTest: Fail |
| OLD | NEW |