| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 # - should add a version of this with the --enable_type_checks flag | 206 # - should add a version of this with the --enable_type_checks flag |
| 207 # TypeVMTest - correctly skipped as this relies on detailed of TypeError | 207 # TypeVMTest - correctly skipped as this relies on detailed of TypeError |
| 208 # TypeDartcTest - should pass, need refactoring to get frog safe version | 208 # TypeDartcTest - should pass, need refactoring to get frog safe version |
| 209 | 209 |
| 210 BitOperationsTest: Fail # relies on big integers not available in JS | 210 BitOperationsTest: Fail # relies on big integers not available in JS |
| 211 CallThroughGetterTest: Fail | 211 CallThroughGetterTest: Fail |
| 212 CharEscapeTest: Fail | 212 CharEscapeTest: Fail |
| 213 ClassOverrideNegativeTest: Fail | 213 ClassOverrideNegativeTest: Fail |
| 214 ClosureSharedStateTest: Fail | 214 ClosureSharedStateTest: Fail |
| 215 ConstFactoryNegativeTest: Fail | 215 ConstFactoryNegativeTest: Fail |
| 216 ConstInit7NegativeTest: Fail # Issue 1000 | |
| 217 ConstObjectsAreImmutableTest: Fail | 216 ConstObjectsAreImmutableTest: Fail |
| 218 DefaultFactoryLibraryTest: Fail # Issue 514 | 217 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 219 DynamicTest: Fail | 218 DynamicTest: Fail |
| 220 ExampleConstructorTest: Fail | 219 ExampleConstructorTest: Fail |
| 221 Constructor2Test: Fail | 220 Constructor2Test: Fail |
| 222 Constructor3Test: Fail | 221 Constructor3Test: Fail |
| 223 Constructor5Test: Fail # Order of initializers. | 222 Constructor5Test: Fail # Order of initializers. |
| 224 Constructor6Test: Fail # Parse failure in initializers. | 223 Constructor6Test: Fail # Parse failure in initializers. |
| 225 ExecuteFinally6Test: Fail | 224 ExecuteFinally6Test: Fail |
| 226 ExpectTest: Fail | 225 ExpectTest: Fail |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 | 353 |
| 355 | 354 |
| 356 [ $arch == x64 ] | 355 [ $arch == x64 ] |
| 357 *: Skip | 356 *: Skip |
| 358 | 357 |
| 359 [ $arch == simarm ] | 358 [ $arch == simarm ] |
| 360 *: Skip | 359 *: Skip |
| 361 | 360 |
| 362 [ $arch == arm ] | 361 [ $arch == arm ] |
| 363 *: Skip | 362 *: Skip |
| OLD | NEW |