| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 Prefix20NegativeTest: Fail | 414 Prefix20NegativeTest: Fail |
| 415 Prefix22NegativeTest: Fail | 415 Prefix22NegativeTest: Fail |
| 416 Prefix23NegativeTest: Fail | 416 Prefix23NegativeTest: Fail |
| 417 PrivateMemberTest: Fail | 417 PrivateMemberTest: Fail |
| 418 PrivateMember2NegativeTest: Fail | 418 PrivateMember2NegativeTest: Fail |
| 419 PrivateMember3NegativeTest: Fail | 419 PrivateMember3NegativeTest: Fail |
| 420 PrivateTest: Fail | 420 PrivateTest: Fail |
| 421 RegExp3Test: Fail | 421 RegExp3Test: Fail |
| 422 ScopeNegativeTest: Fail | 422 ScopeNegativeTest: Fail |
| 423 ScriptNegativeTest: Fail | 423 ScriptNegativeTest: Fail |
| 424 StringTest: Fail | |
| 425 SuperImplicitClosureTest: Fail | 424 SuperImplicitClosureTest: Fail |
| 426 SuperTest: Fail # this is testing precise ordering of super constructor call | 425 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 427 SwitchLabelTest: Fail | 426 SwitchLabelTest: Fail |
| 428 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 427 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 429 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 428 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 430 TypeVariableBoundsTest/10: Fail | 429 TypeVariableBoundsTest/10: Fail |
| 431 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 | 430 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 |
| 432 TypeVariableShadowsClass: Fail # Issue 643 | 431 TypeVariableShadowsClass: Fail # Issue 643 |
| 433 WrongNumberTypeArgumentsTest: Fail | 432 WrongNumberTypeArgumentsTest: Fail |
| 434 ImplicitThisTest/01: Fail # Issue 376 | 433 ImplicitThisTest/01: Fail # Issue 376 |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 [ $component == frog && $mode == debug ] | 529 [ $component == frog && $mode == debug ] |
| 531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 530 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 531 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 533 | 532 |
| 534 [ $arch == simarm ] | 533 [ $arch == simarm ] |
| 535 *: Skip | 534 *: Skip |
| 536 | 535 |
| 537 [ $arch == arm ] | 536 [ $arch == arm ] |
| 538 *: Skip | 537 *: Skip |
| 539 | 538 |
| OLD | NEW |