| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 # TypeDartcTest - should pass, need refactoring to get frog safe version | 212 # TypeDartcTest - should pass, need refactoring to get frog safe version |
| 213 | 213 |
| 214 BitOperationsTest: Fail # relies on big integers not available in JS | 214 BitOperationsTest: Fail # relies on big integers not available in JS |
| 215 CallThroughGetterTest: Fail | 215 CallThroughGetterTest: Fail |
| 216 CanonicalConstTest: Fail # type in const array allocation is erased | 216 CanonicalConstTest: Fail # type in const array allocation is erased |
| 217 CharEscapeTest: Fail | 217 CharEscapeTest: Fail |
| 218 ClassOverrideNegativeTest: Fail | 218 ClassOverrideNegativeTest: Fail |
| 219 ClosuresWithComplexParamsTest: Fail | 219 ClosuresWithComplexParamsTest: Fail |
| 220 ConstFactoryNegativeTest: Fail | 220 ConstFactoryNegativeTest: Fail |
| 221 ConstObjectsAreImmutableTest: Fail | 221 ConstObjectsAreImmutableTest: Fail |
| 222 ConstructorDefaultTest: Fail | |
| 223 CTConstTest: Fail # Not checking for generic type in const expression. | 222 CTConstTest: Fail # Not checking for generic type in const expression. |
| 224 DynamicTest: Fail | 223 DynamicTest: Fail |
| 225 ExampleConstructorTest: Fail | 224 ExampleConstructorTest: Fail |
| 226 Constructor2Test: Fail | 225 Constructor2Test: Fail |
| 227 Constructor3Test: Fail | 226 Constructor3Test: Fail |
| 228 Constructor4Test: Fail | |
| 229 Constructor5Test: Fail # Order of initializers. | 227 Constructor5Test: Fail # Order of initializers. |
| 230 Constructor6Test: Fail # Parse failure in initializers. | 228 Constructor6Test: Fail # Parse failure in initializers. |
| 231 ExecuteFinally6Test: Fail | 229 ExecuteFinally6Test: Fail |
| 232 ExpectTest: Fail | 230 ExpectTest: Fail |
| 233 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 231 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 234 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 232 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 235 FauxverrideTest/03: Fail | 233 FauxverrideTest/03: Fail |
| 236 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 234 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 237 FauxverrideTest/05: Fail | 235 FauxverrideTest/05: Fail |
| 238 FieldOverrideTest/01: Fail # issue with test see #354 | 236 FieldOverrideTest/01: Fail # issue with test see #354 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 StaticField2RunNegativeTest: Fail | 350 StaticField2RunNegativeTest: Fail |
| 353 | 351 |
| 354 [ $arch == x64 ] | 352 [ $arch == x64 ] |
| 355 *: Skip | 353 *: Skip |
| 356 | 354 |
| 357 [ $arch == simarm ] | 355 [ $arch == simarm ] |
| 358 *: Skip | 356 *: Skip |
| 359 | 357 |
| 360 [ $arch == arm ] | 358 [ $arch == arm ] |
| 361 *: Skip | 359 *: Skip |
| OLD | NEW |