| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 # DartC or Frog specific tests that should not be run by the VM | 58 # DartC or Frog specific tests that should not be run by the VM |
| 59 *DartcTest: Skip | 59 *DartcTest: Skip |
| 60 *DartcNegativeTest: Skip | 60 *DartcNegativeTest: Skip |
| 61 *FrogTest: Skip | 61 *FrogTest: Skip |
| 62 *FrogNegativeTest: Skip | 62 *FrogNegativeTest: Skip |
| 63 | 63 |
| 64 # Issue 1034 | 64 # Issue 1034 |
| 65 ConstructorDuplicateInitializersTest/01: Fail | 65 ConstructorDuplicateInitializersTest/01: Fail |
| 66 ConstructorDuplicateInitializersTest/02: Fail | 66 ConstructorDuplicateInitializersTest/02: Fail |
| 67 | 67 |
| 68 [ $component == vm || $component == dartium && $checked ] |
| 69 |
| 70 DefaultFactory2Test/01: Fail # Issue 943 |
| 71 |
| 68 [ $component == vm && $mode == debug ] | 72 [ $component == vm && $mode == debug ] |
| 69 | 73 |
| 70 [ $component == vm && $mode == release ] | 74 [ $component == vm && $mode == release ] |
| 71 | 75 |
| 72 # Problems specific to dartc optimized mode | 76 # Problems specific to dartc optimized mode |
| 73 [ ($component == dartc || $component == chromium) && $mode == release ] | 77 [ ($component == dartc || $component == chromium) && $mode == release ] |
| 74 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME | 78 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME |
| 75 CTConst2Test: Fail # Codesite issue 124 | 79 CTConst2Test: Fail # Codesite issue 124 |
| 76 CallThroughNullGetterTest: Fail # Bug 5391976 | 80 CallThroughNullGetterTest: Fail # Bug 5391976 |
| 77 Label2NegativeTest: Crash # Bug 5318228 | 81 Label2NegativeTest: Crash # Bug 5318228 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 106 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 110 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 107 CharEscapeTest: Fail | 111 CharEscapeTest: Fail |
| 108 ConstInit6NegativeTest: Fail # Issue 811 | 112 ConstInit6NegativeTest: Fail # Issue 811 |
| 109 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 113 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| 110 Constructor2Test: Fail # Issue 255 | 114 Constructor2Test: Fail # Issue 255 |
| 111 Constructor3Test: Fail # Issue 257 | 115 Constructor3Test: Fail # Issue 257 |
| 112 Constructor4Test: Fail # Issue 286 | 116 Constructor4Test: Fail # Issue 286 |
| 113 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 117 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 114 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 118 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 115 DefaultFactoryLibraryTest: Fail # Issue 514 | 119 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 116 DefaultFactory2Test: Fail # Issue 943 | |
| 117 DivByZeroTest: Fail # Bug 5184183 | 120 DivByZeroTest: Fail # Bug 5184183 |
| 118 DynamicTest: Fail # Bug 5527899. | 121 DynamicTest: Fail # Bug 5527899. |
| 119 ExampleConstructorTest: Fail # Bug 4205742. | 122 ExampleConstructorTest: Fail # Bug 4205742. |
| 120 ExpectTest: Fail # Missing extensions to class Expect. | 123 ExpectTest: Fail # Missing extensions to class Expect. |
| 121 For2Test: Fail # Bug 4995208. | 124 For2Test: Fail # Bug 4995208. |
| 122 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 125 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 123 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 126 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 124 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 127 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 125 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 128 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 126 IsObjectTest: Skip # Hasn't be tested on DartC yet | 129 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 StaticField2RunNegativeTest: Pass # but error is not correct | 346 StaticField2RunNegativeTest: Pass # but error is not correct |
| 344 | 347 |
| 345 [ $arch == x64 ] | 348 [ $arch == x64 ] |
| 346 *: Skip | 349 *: Skip |
| 347 | 350 |
| 348 [ $arch == simarm ] | 351 [ $arch == simarm ] |
| 349 *: Skip | 352 *: Skip |
| 350 | 353 |
| 351 [ $arch == arm ] | 354 [ $arch == arm ] |
| 352 *: Skip | 355 *: Skip |
| OLD | NEW |