| 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 AbstractStaticNegativeTest: Fail | 12 AbstractSyntaxTest/01: Fail |
| 13 AbstractSyntaxTest/02: Fail |
| 13 ArithmeticTest: Fail | 14 ArithmeticTest: Fail |
| 14 AssertionTest: Fail | 15 AssertionTest: Fail |
| 15 BadNamedParameters2Test: Fail | 16 BadNamedParameters2Test: Fail |
| 16 BadNamedParametersTest: Fail | 17 BadNamedParametersTest: Fail |
| 17 BitOperationsTest: Fail | 18 BitOperationsTest: Fail |
| 18 BlackListedTest/01: Fail | 19 BlackListedTest/01: Fail |
| 19 BlackListedTest/05: Fail | 20 BlackListedTest/05: Fail |
| 20 BlackListedTest/07: Fail | 21 BlackListedTest/07: Fail |
| 21 BlackListedTest/09: Fail | 22 BlackListedTest/09: Fail |
| 22 BlockScopeTest: Fail | 23 BlockScopeTest: Fail |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 Throw5Test: Fail | 321 Throw5Test: Fail |
| 321 Throw6Test: Fail | 322 Throw6Test: Fail |
| 322 ThrowTest: Fail | 323 ThrowTest: Fail |
| 323 ToStringAsFixedTest: Fail | 324 ToStringAsFixedTest: Fail |
| 324 TopLevelFuncTest: Fail | 325 TopLevelFuncTest: Fail |
| 325 TopLevelGetterArrowSyntaxTest: Fail | 326 TopLevelGetterArrowSyntaxTest: Fail |
| 326 TopLevelInInitializerTest: Fail | 327 TopLevelInInitializerTest: Fail |
| 327 TopLevelPrefixedDeclarationTest: Fail | 328 TopLevelPrefixedDeclarationTest: Fail |
| 328 TopLevelVarTest: Fail | 329 TopLevelVarTest: Fail |
| 329 ToplevelCollision2Test/none: Fail | 330 ToplevelCollision2Test/none: Fail |
| 331 TryCatchSyntaxTest/08: Fail |
| 330 TryCatch2Test: Fail | 332 TryCatch2Test: Fail |
| 331 TryCatch3Test: Fail | 333 TryCatch3Test: Fail |
| 332 TryCatchTest: Fail | 334 TryCatchTest: Fail |
| 333 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 335 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 334 TypeDartcTest: Fail | 336 TypeDartcTest: Fail |
| 335 TypeVMTest: Fail | 337 TypeVMTest: Fail |
| 336 TypeVariableBoundsTest/01: Fail | 338 TypeVariableBoundsTest/01: Fail |
| 337 TypeVariableBoundsTest/02: Fail | 339 TypeVariableBoundsTest/02: Fail |
| 338 TypeVariableBoundsTest/03: Fail | 340 TypeVariableBoundsTest/03: Fail |
| 339 TypeVariableBoundsTest/04: Fail | 341 TypeVariableBoundsTest/04: Fail |
| 340 TypeVariableBoundsTest/05: Fail | 342 TypeVariableBoundsTest/05: Fail |
| 341 TypeVariableBoundsTest/06: Fail | 343 TypeVariableBoundsTest/06: Fail |
| 342 TypeVariableBoundsTest/09: Fail | 344 TypeVariableBoundsTest/09: Fail |
| 343 TypeVariableBoundsTest/10: Fail | 345 TypeVariableBoundsTest/10: Fail |
| 344 TypeVariableBoundsTest/none: Fail | 346 TypeVariableBoundsTest/none: Fail |
| 345 TypeVariableScopeTest/none: Fail | 347 TypeVariableScopeTest/none: Fail |
| 346 TypedMessageTest: Fail | 348 TypedMessageTest: Fail |
| 347 WhileTest: Fail | 349 WhileTest: Fail |
| 348 | 350 |
| 349 [ $component == leg && $mode == debug] | 351 [ $component == leg && $mode == debug] |
| 350 BranchesTest: Crash # VM issue 1570 | 352 BranchesTest: Crash # VM issue 1570 |
| 351 IncrOpTest: Crash # VM issue 1570 | 353 IncrOpTest: Crash # VM issue 1570 |
| 352 ManyCallsTest: Crash # VM issue 1570 | 354 ManyCallsTest: Crash # VM issue 1570 |
| OLD | NEW |