| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 OverrideFieldTest/04: Fail | 359 OverrideFieldTest/04: Fail |
| 360 OverrideMethodWithFieldTest/01: Fail | 360 OverrideMethodWithFieldTest/01: Fail |
| 361 ParameterInitializer5NegativeTest: Fail # Issue 581 | 361 ParameterInitializer5NegativeTest: Fail # Issue 581 |
| 362 Prefix101Test: Fail # Allow multiple imports with same prefix. | 362 Prefix101Test: Fail # Allow multiple imports with same prefix. |
| 363 Prefix8NegativeTest: Fail | 363 Prefix8NegativeTest: Fail |
| 364 Prefix9NegativeTest: Fail | 364 Prefix9NegativeTest: Fail |
| 365 Prefix11NegativeTest: Fail | 365 Prefix11NegativeTest: Fail |
| 366 Prefix16NegativeTest: Fail | 366 Prefix16NegativeTest: Fail |
| 367 Prefix20NegativeTest: Fail | 367 Prefix20NegativeTest: Fail |
| 368 PrivateMemberTest: Fail | 368 PrivateMemberTest: Fail |
| 369 PrivateMember1NegativeTest: Fail |
| 369 PrivateMember2NegativeTest: Fail | 370 PrivateMember2NegativeTest: Fail |
| 370 PrivateMember3NegativeTest: Fail | 371 PrivateMember3NegativeTest: Fail |
| 371 PrivateTest: Fail | 372 PrivateTest: Fail |
| 372 RegExp3Test: Fail | 373 RegExp3Test: Fail |
| 373 ScopeNegativeTest: Fail | 374 ScopeNegativeTest: Fail |
| 374 ScriptNegativeTest: Fail | 375 ScriptNegativeTest: Fail |
| 375 SuperImplicitClosureTest: Fail | 376 SuperImplicitClosureTest: Fail |
| 376 SuperTest: Fail # this is testing precise ordering of super constructor call | 377 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 377 SwitchLabelTest: Fail | 378 SwitchLabelTest: Fail |
| 378 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 379 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 [ $component == frog && $mode == debug ] | 484 [ $component == frog && $mode == debug ] |
| 484 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 485 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 485 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 486 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 486 | 487 |
| 487 [ $arch == simarm ] | 488 [ $arch == simarm ] |
| 488 *: Skip | 489 *: Skip |
| 489 | 490 |
| 490 [ $arch == arm ] | 491 [ $arch == arm ] |
| 491 *: Skip | 492 *: Skip |
| 492 | 493 |
| OLD | NEW |