| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 Prefix18NegativeTest: Fail # Issue 307 | 43 Prefix18NegativeTest: Fail # Issue 307 |
| 44 Prefix20NegativeTest: Fail # Issue 307 | 44 Prefix20NegativeTest: Fail # Issue 307 |
| 45 | 45 |
| 46 ImplicitThisTest/01: Fail # Issue 374 | 46 ImplicitThisTest/01: Fail # Issue 374 |
| 47 ImplicitThisTest/02: Fail # Issue 374 | 47 ImplicitThisTest/02: Fail # Issue 374 |
| 48 ImplicitThisTest/03: Fail # Issue 374 | 48 ImplicitThisTest/03: Fail # Issue 374 |
| 49 ImplicitThisTest/04: Fail # Issue 374 | 49 ImplicitThisTest/04: Fail # Issue 374 |
| 50 ImplicitThisTest/none: Fail # Issue 374 | 50 ImplicitThisTest/none: Fail # Issue 374 |
| 51 | 51 |
| 52 NonParameterizedFactoryTest: Fail # Bug 5257789 | 52 NonParameterizedFactoryTest: Fail # Bug 5257789 |
| 53 ConstInit5NegativeTest: Fail # issue 482 |
| 53 | 54 |
| 54 # DartC or Frog specific tests that should not be run by the VM | 55 # DartC or Frog specific tests that should not be run by the VM |
| 55 *DartcTest: Skip | 56 *DartcTest: Skip |
| 56 *DartcNegativeTest: Skip | 57 *DartcNegativeTest: Skip |
| 57 *FrogTest: Skip | 58 *FrogTest: Skip |
| 58 *FrogNegativeTest: Skip | 59 *FrogNegativeTest: Skip |
| 59 | 60 |
| 60 | 61 |
| 61 [ $component == vm && $mode == debug ] | 62 [ $component == vm && $mode == debug ] |
| 62 | 63 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 82 | 83 |
| 83 Library4NegativeTest: Fail # Bug 5406175 | 84 Library4NegativeTest: Fail # Bug 5406175 |
| 84 Prefix3NegativeTest: Fail # Bug 5406175 | 85 Prefix3NegativeTest: Fail # Bug 5406175 |
| 85 Prefix11NegativeTest: Fail # Bug 5406175 | 86 Prefix11NegativeTest: Fail # Bug 5406175 |
| 86 Prefix12NegativeTest: Fail # Bug 5406175 | 87 Prefix12NegativeTest: Fail # Bug 5406175 |
| 87 Prefix14Test: Fail # Bug 5406175 | 88 Prefix14Test: Fail # Bug 5406175 |
| 88 Prefix15Test: Skip # Bug 5406175 | 89 Prefix15Test: Skip # Bug 5406175 |
| 89 Prefix16NegativeTest: Fail # Bug 5532534 | 90 Prefix16NegativeTest: Fail # Bug 5532534 |
| 90 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | 91 ConstConstructor1NegativeTest: FAIL # Bug 5142545 |
| 91 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | 92 ConstConstructor2NegativeTest: FAIL # Bug 5142545 |
| 92 CTConst3Test: Fail # Codesite Issue 120 | |
| 93 FactoryNegativeTest: Fail # Issue 417 | 93 FactoryNegativeTest: Fail # Issue 417 |
| 94 | |
| 95 | |
| 96 StringConcatTest: FAIL # Bug 5196164 | 94 StringConcatTest: FAIL # Bug 5196164 |
| 97 NamedParametersTypeTest: Fail # Implementation in progress. | 95 NamedParametersTypeTest: Fail # Implementation in progress. |
| 98 NamedParametersNegativeTest: Fail # Implementation in progress. | 96 NamedParametersNegativeTest: Fail # Implementation in progress. |
| 99 NamedParameters2NegativeTest: Fail # Implementation in progress. | 97 NamedParameters2NegativeTest: Fail # Implementation in progress. |
| 100 NamedParameters3NegativeTest: Fail # Implementation in progress. | 98 NamedParameters3NegativeTest: Fail # Implementation in progress. |
| 101 NamedParameters4NegativeTest: Fail # Implementation in progress. | 99 NamedParameters4NegativeTest: Fail # Implementation in progress. |
| 102 RegExp3Test: Fail # 5299683 | 100 RegExp3Test: Fail # 5299683 |
| 103 InterfaceFactory3NegativeTest: Fail # Bug 5387405 | 101 InterfaceFactory3NegativeTest: Fail # Bug 5387405 |
| 104 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 102 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 105 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 103 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 CanonicalConstTest: Fail # type in const array allocation is erased | 219 CanonicalConstTest: Fail # type in const array allocation is erased |
| 222 CharEscapeTest: Fail | 220 CharEscapeTest: Fail |
| 223 ClassOverrideNegativeTest: Fail | 221 ClassOverrideNegativeTest: Fail |
| 224 ClosuresWithComplexParamsTest: Fail | 222 ClosuresWithComplexParamsTest: Fail |
| 225 ConstFactoryNegativeTest: Fail | 223 ConstFactoryNegativeTest: Fail |
| 226 ConstObjectsAreImmutableTest: Fail | 224 ConstObjectsAreImmutableTest: Fail |
| 227 ConstructorDefaultTest: Fail | 225 ConstructorDefaultTest: Fail |
| 228 CTConstTest: Fail # Not checking for generic type in const expression. | 226 CTConstTest: Fail # Not checking for generic type in const expression. |
| 229 DynamicTest: Fail | 227 DynamicTest: Fail |
| 230 ExampleConstructorTest: Fail | 228 ExampleConstructorTest: Fail |
| 229 ConstInit5NegativeTest: Fail # issue 482 |
| 231 Constructor2Test: Fail | 230 Constructor2Test: Fail |
| 232 Constructor3Test: Fail | 231 Constructor3Test: Fail |
| 233 Constructor4Test: Fail | 232 Constructor4Test: Fail |
| 234 Constructor5Test: Fail # Order of initializers. | 233 Constructor5Test: Fail # Order of initializers. |
| 235 Constructor6Test: Fail # Parse failure in initializers. | 234 Constructor6Test: Fail # Parse failure in initializers. |
| 236 ExecuteFinally6Test: Fail | 235 ExecuteFinally6Test: Fail |
| 237 ExpectTest: Fail | 236 ExpectTest: Fail |
| 238 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 237 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 239 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 238 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 240 FauxverrideTest/03: Fail | 239 FauxverrideTest/03: Fail |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 StaticField2RunNegativeTest: Fail | 354 StaticField2RunNegativeTest: Fail |
| 356 | 355 |
| 357 [ $arch == x64 ] | 356 [ $arch == x64 ] |
| 358 *: Skip | 357 *: Skip |
| 359 | 358 |
| 360 [ $arch == simarm ] | 359 [ $arch == simarm ] |
| 361 *: Skip | 360 *: Skip |
| 362 | 361 |
| 363 [ $arch == arm ] | 362 [ $arch == arm ] |
| 364 *: Skip | 363 *: Skip |
| OLD | NEW |