| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 DynamicTest: Fail | 353 DynamicTest: Fail |
| 354 ExampleConstructorTest: Fail | 354 ExampleConstructorTest: Fail |
| 355 Constructor2Test: Fail | 355 Constructor2Test: Fail |
| 356 Constructor3Test: Fail | 356 Constructor3Test: Fail |
| 357 Constructor5Test: Fail # Order of initializers. | 357 Constructor5Test: Fail # Order of initializers. |
| 358 Constructor6Test: Fail # Parse failure in initializers. | 358 Constructor6Test: Fail # Parse failure in initializers. |
| 359 ExecuteFinally6Test: Fail | 359 ExecuteFinally6Test: Fail |
| 360 ExpectTest: Fail | 360 ExpectTest: Fail |
| 361 FauxverrideTest/03: Fail | 361 FauxverrideTest/03: Fail |
| 362 FauxverrideTest/05: Fail | 362 FauxverrideTest/05: Fail |
| 363 FieldOverrideTest/none: Fail # Issue 743: field shadowing now allowed | |
| 364 FieldOverrideTest/01: Fail # Issue 743: field shadowing now allowed | |
| 365 Field3NegativeTest: Fail # Issue 729 | 363 Field3NegativeTest: Fail # Issue 729 |
| 366 FinalParamNegativeTest: Fail | 364 FinalParamNegativeTest: Fail |
| 367 For2Test: Fail | 365 For2Test: Fail |
| 368 FunctionSyntaxTest: Fail | 366 FunctionSyntaxTest: Fail |
| 369 FunctionTest: Fail | 367 FunctionTest: Fail |
| 370 FunctionTypeAliasNegativeTest: Fail | 368 FunctionTypeAliasNegativeTest: Fail |
| 371 FunctionTypeAliasTest: Fail | 369 FunctionTypeAliasTest: Fail |
| 372 FunctionTypeAlias2Test: Fail | 370 FunctionTypeAlias2Test: Fail |
| 373 FunctionTypeAlias3Test: Fail | 371 FunctionTypeAlias3Test: Fail |
| 374 FunctionTypeAlias4Test: Fail | 372 FunctionTypeAlias4Test: Fail |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 [ $component == frog && $mode == debug ] | 528 [ $component == frog && $mode == debug ] |
| 531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 529 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 530 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 533 | 531 |
| 534 [ $arch == simarm ] | 532 [ $arch == simarm ] |
| 535 *: Skip | 533 *: Skip |
| 536 | 534 |
| 537 [ $arch == arm ] | 535 [ $arch == arm ] |
| 538 *: Skip | 536 *: Skip |
| 539 | 537 |
| OLD | NEW |