| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| 11 [ $component == leg ] | 11 [ $component == leg ] |
| 12 AbstractSyntaxTest/01: Fail | 12 AbstractSyntaxTest/01: Fail |
| 13 AbstractSyntaxTest/02: Fail | 13 AbstractSyntaxTest/02: Fail |
| 14 ArithmeticTest: Fail | 14 ArithmeticTest: Fail |
| 15 AssertionTest: Fail | 15 AssertionTest: Fail |
| 16 BadNamedParameters2Test: Fail | |
| 17 BadNamedParametersTest: Fail | |
| 18 BitOperationsTest: Fail | 16 BitOperationsTest: Fail |
| 19 BlackListedTest/01: Fail | 17 BlackListedTest/01: Fail |
| 20 BlackListedTest/05: Fail | 18 BlackListedTest/05: Fail |
| 21 BlackListedTest/07: Fail | 19 BlackListedTest/07: Fail |
| 22 BlackListedTest/09: Fail | 20 BlackListedTest/09: Fail |
| 23 BlockScopeTest: Fail | 21 BlockScopeTest: Fail |
| 24 BreakTest: Fail | 22 BreakTest: Fail |
| 25 CTConst3Test: Fail | 23 CTConst3Test: Fail |
| 26 CTConstTest: Fail | 24 CTConstTest: Fail |
| 27 CallOperatorTest: Fail | 25 CallOperatorTest: Fail |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 ToStringAsFixedTest: Fail | 329 ToStringAsFixedTest: Fail |
| 332 TopLevelFuncTest: Fail | 330 TopLevelFuncTest: Fail |
| 333 TopLevelGetterArrowSyntaxTest: Fail | 331 TopLevelGetterArrowSyntaxTest: Fail |
| 334 TopLevelInInitializerTest: Fail | 332 TopLevelInInitializerTest: Fail |
| 335 TopLevelPrefixedDeclarationTest: Fail | 333 TopLevelPrefixedDeclarationTest: Fail |
| 336 TopLevelVarTest: Fail | 334 TopLevelVarTest: Fail |
| 337 ToplevelCollision2Test/none: Fail | 335 ToplevelCollision2Test/none: Fail |
| 338 TryCatchSyntaxTest/08: Fail | 336 TryCatchSyntaxTest/08: Fail |
| 339 TryCatch2Test: Fail | 337 TryCatch2Test: Fail |
| 340 TryCatch3Test: Fail | 338 TryCatch3Test: Fail |
| 341 TryCatchTest: Fail | |
| 342 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 339 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 343 TypeDartcTest: Fail | 340 TypeDartcTest: Fail |
| 344 TypeVMTest: Fail | 341 TypeVMTest: Fail |
| 345 TypeVariableBoundsTest/01: Fail | 342 TypeVariableBoundsTest/01: Fail |
| 346 TypeVariableBoundsTest/02: Fail | 343 TypeVariableBoundsTest/02: Fail |
| 347 TypeVariableBoundsTest/03: Fail | 344 TypeVariableBoundsTest/03: Fail |
| 348 TypeVariableBoundsTest/04: Fail | 345 TypeVariableBoundsTest/04: Fail |
| 349 TypeVariableBoundsTest/05: Fail | 346 TypeVariableBoundsTest/05: Fail |
| 350 TypeVariableBoundsTest/06: Fail | 347 TypeVariableBoundsTest/06: Fail |
| 351 TypeVariableBoundsTest/09: Fail | 348 TypeVariableBoundsTest/09: Fail |
| 352 TypeVariableBoundsTest/10: Fail | 349 TypeVariableBoundsTest/10: Fail |
| 353 TypeVariableBoundsTest/none: Fail | 350 TypeVariableBoundsTest/none: Fail |
| 354 TypeVariableScopeTest/none: Fail | 351 TypeVariableScopeTest/none: Fail |
| 355 TypedMessageTest: Fail | 352 TypedMessageTest: Fail |
| 356 WhileTest: Fail | 353 WhileTest: Fail |
| 357 | 354 |
| 358 [ $component == leg && $mode == debug] | 355 [ $component == leg && $mode == debug] |
| 359 BranchesTest: Crash # VM issue 1570 | 356 BranchesTest: Crash # VM issue 1570 |
| 360 IncrOpTest: Crash # VM issue 1570 | 357 IncrOpTest: Crash # VM issue 1570 |
| 361 ManyCallsTest: Crash # VM issue 1570 | 358 ManyCallsTest: Crash # VM issue 1570 |
| OLD | NEW |