| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 ClassOverrideNegativeTest: Fail | 302 ClassOverrideNegativeTest: Fail |
| 303 ClosureSharedStateTest: Fail | 303 ClosureSharedStateTest: Fail |
| 304 ConstObjectsAreImmutableTest: Fail | 304 ConstObjectsAreImmutableTest: Fail |
| 305 DefaultFactoryLibraryTest: Fail # Issue 514 | 305 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 306 DynamicTest: Fail | 306 DynamicTest: Fail |
| 307 ExampleConstructorTest: Fail | 307 ExampleConstructorTest: Fail |
| 308 Constructor2Test: Fail | 308 Constructor2Test: Fail |
| 309 Constructor3Test: Fail | 309 Constructor3Test: Fail |
| 310 Constructor5Test: Fail # Order of initializers. | 310 Constructor5Test: Fail # Order of initializers. |
| 311 Constructor6Test: Fail # Parse failure in initializers. | 311 Constructor6Test: Fail # Parse failure in initializers. |
| 312 Constructor7Test: Fail # Issue 2087 | |
| 313 ExecuteFinally6Test: Fail | 312 ExecuteFinally6Test: Fail |
| 314 ExpectTest: Fail | 313 ExpectTest: Fail |
| 315 FauxverrideTest/03: Fail | 314 FauxverrideTest/03: Fail |
| 316 FauxverrideTest/05: Fail | 315 FauxverrideTest/05: Fail |
| 317 Field3NegativeTest: Fail # Issue 729 | 316 Field3NegativeTest: Fail # Issue 729 |
| 318 FinalParamNegativeTest: Fail | 317 FinalParamNegativeTest: Fail |
| 319 For2Test: Fail | 318 For2Test: Fail |
| 320 FunctionSyntaxTest: Fail | 319 FunctionSyntaxTest: Fail |
| 321 FunctionTest: Fail | 320 FunctionTest: Fail |
| 322 FunctionTypeAliasNegativeTest: Fail | 321 FunctionTypeAliasNegativeTest: Fail |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 [ $component == frog && $mode == debug ] | 482 [ $component == frog && $mode == debug ] |
| 484 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 483 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 485 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 484 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 486 | 485 |
| 487 [ $arch == simarm ] | 486 [ $arch == simarm ] |
| 488 *: Skip | 487 *: Skip |
| 489 | 488 |
| 490 [ $arch == arm ] | 489 [ $arch == arm ] |
| 491 *: Skip | 490 *: Skip |
| 492 | 491 |
| OLD | NEW |