| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 DynamicTest: Fail # Bug 5527899. | 119 DynamicTest: Fail # Bug 5527899. |
| 120 ExampleConstructorTest: Fail # Bug 4205742. | 120 ExampleConstructorTest: Fail # Bug 4205742. |
| 121 ExpectTest: Fail # Missing extensions to class Expect. | 121 ExpectTest: Fail # Missing extensions to class Expect. |
| 122 For2Test: Fail # Bug 4995208. | 122 For2Test: Fail # Bug 4995208. |
| 123 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 123 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 124 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 124 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 125 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 125 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 126 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 126 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 127 IsObjectTest: Skip # Hasn't be tested on DartC yet | 127 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 128 Library4NegativeTest: Fail # Bug 5406175 | 128 Library4NegativeTest: Fail # Bug 5406175 |
| 129 ListLiteral1NegativeTest: Skip # Issue 220 | 129 ListLiteral3Test: Fail # Issue 176 |
| 130 ListLiteral3Test: Fail # Issue 220 | 130 ListLiteral4Test: Fail # Issue 1343 |
| 131 ListLiteral4Test: Fail # Issue 220 | |
| 132 ListTest: Fail # Bug 5146975. | 131 ListTest: Fail # Bug 5146975. |
| 133 LocalFunction3Test: Fail # Bug 4202974. | 132 LocalFunction3Test: Fail # Bug 4202974. |
| 134 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 133 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 135 MapLiteral1NegativeTest: Fail # Issue 221 | 134 MapLiteral4Test: Fail # Issue 1343 |
| 136 MapLiteral4Test: Fail # Issue 221 | |
| 137 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 135 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 138 NamedParametersTypeTest: Fail # Implementation in progress. | 136 NamedParametersTypeTest: Fail # Implementation in progress. |
| 139 NoSuchMethodTest: Fail # Bug 4202974. | 137 NoSuchMethodTest: Fail # Bug 4202974. |
| 140 NullToStringTest: Fail # Bug 5421978 | 138 NullToStringTest: Fail # Bug 5421978 |
| 141 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 139 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
| 142 OverriddenNoSuchMethodTest: Fail # Bug 4202974. | 140 OverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 143 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 141 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 144 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 142 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 145 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 143 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| 146 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 144 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 # these tests are inconsistent in frogium and frogsh-node, investigate | 378 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 381 StaticField1RunNegativeTest: Pass # but error is not correct | 379 StaticField1RunNegativeTest: Pass # but error is not correct |
| 382 StaticField2RunNegativeTest: Pass # but error is not correct | 380 StaticField2RunNegativeTest: Pass # but error is not correct |
| 383 | 381 |
| 384 | 382 |
| 385 [ $arch == simarm ] | 383 [ $arch == simarm ] |
| 386 *: Skip | 384 *: Skip |
| 387 | 385 |
| 388 [ $arch == arm ] | 386 [ $arch == arm ] |
| 389 *: Skip | 387 *: Skip |
| OLD | NEW |