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