| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 100 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 101 DefaultFactoryLibraryTest: Fail # Issue 514 | 101 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 102 DivByZeroTest: Fail # Bug 5184183 | 102 DivByZeroTest: Fail # Bug 5184183 |
| 103 DynamicTest: Fail # Bug 5527899. | 103 DynamicTest: Fail # Bug 5527899. |
| 104 ExampleConstructorTest: Fail # Bug 4205742. | 104 ExampleConstructorTest: Fail # Bug 4205742. |
| 105 ExpectTest: Fail # Missing extensions to class Expect. | 105 ExpectTest: Fail # Missing extensions to class Expect. |
| 106 Factory3Test: Fail # Issue 417 | 106 Factory3Test: Fail # Issue 417 |
| 107 FactoryNegativeTest: Fail # Issue 417 | 107 FactoryNegativeTest: Fail # Issue 417 |
| 108 For2Test: Fail # Bug 4995208. | 108 For2Test: Fail # Bug 4995208. |
| 109 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 109 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 110 FunctionTypeAliasTest: Fail # Bug 4519208. | |
| 111 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 110 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 112 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 111 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 113 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 112 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 114 IsObjectTest: Skip # Hasn't be tested on DartC yet | 113 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 115 Library4NegativeTest: Fail # Bug 5406175 | 114 Library4NegativeTest: Fail # Bug 5406175 |
| 116 ListLiteral1NegativeTest: Skip # Issue 220 | 115 ListLiteral1NegativeTest: Skip # Issue 220 |
| 117 ListLiteral3Test: Fail # Issue 220 | 116 ListLiteral3Test: Fail # Issue 220 |
| 118 ListLiteral4Test: Fail # Issue 220 | 117 ListLiteral4Test: Fail # Issue 220 |
| 119 ListTest: Fail # Bug 5146975. | 118 ListTest: Fail # Bug 5146975. |
| 120 LocalFunction3Test: Fail # Bug 4202974. | 119 LocalFunction3Test: Fail # Bug 4202974. |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 343 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 345 | 344 |
| 346 [ $arch == x64 ] | 345 [ $arch == x64 ] |
| 347 *: Skip | 346 *: Skip |
| 348 | 347 |
| 349 [ $arch == simarm ] | 348 [ $arch == simarm ] |
| 350 *: Skip | 349 *: Skip |
| 351 | 350 |
| 352 [ $arch == arm ] | 351 [ $arch == arm ] |
| 353 *: Skip | 352 *: Skip |
| OLD | NEW |