| 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 an architecture other than the one you are working on. | 10 # failed on an architecture other than the one you are working on. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 Prefix12NegativeTest: Fail # Bug 5406175 | 87 Prefix12NegativeTest: Fail # Bug 5406175 |
| 88 Prefix14Test: Fail # Bug 5406175 | 88 Prefix14Test: Fail # Bug 5406175 |
| 89 Prefix15Test: Skip # Bug 5406175 | 89 Prefix15Test: Skip # Bug 5406175 |
| 90 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | 90 ConstConstructor1NegativeTest: FAIL # Bug 5142545 |
| 91 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | 91 ConstConstructor2NegativeTest: FAIL # Bug 5142545 |
| 92 CTConst3Test: Fail # Codesite Issue 120 | 92 CTConst3Test: Fail # Codesite Issue 120 |
| 93 ConstructorSetterNegativeTest: FAIL # Bug 92 | 93 ConstructorSetterNegativeTest: FAIL # Bug 92 |
| 94 | 94 |
| 95 StringConcatTest: FAIL # Bug 5196164 | 95 StringConcatTest: FAIL # Bug 5196164 |
| 96 NamedParametersTypeTest: Fail # Implementation in progress. | 96 NamedParametersTypeTest: Fail # Implementation in progress. |
| 97 NamedParametersWithConversionsTest: Fail # Implementation in progress. | |
| 98 NamedParametersNegativeTest: Fail # Implementation in progress. | 97 NamedParametersNegativeTest: Fail # Implementation in progress. |
| 99 NamedParameters2NegativeTest: Fail # Implementation in progress. | 98 NamedParameters2NegativeTest: Fail # Implementation in progress. |
| 100 NamedParameters3NegativeTest: Fail # Implementation in progress. | 99 NamedParameters3NegativeTest: Fail # Implementation in progress. |
| 101 NamedParameters4NegativeTest: Fail # Implementation in progress. | 100 NamedParameters4NegativeTest: Fail # Implementation in progress. |
| 102 NamedParameters6NegativeTest: Crash # Implementation in progress. | 101 NamedParameters6NegativeTest: Crash # Implementation in progress. |
| 103 RegExp3Test: Fail # 5299683 | 102 RegExp3Test: Fail # 5299683 |
| 104 InterfaceFactory3NegativeTest: Fail # Bug 5387405 | 103 InterfaceFactory3NegativeTest: Fail # Bug 5387405 |
| 105 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 104 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 106 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 105 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| 107 SuperNegativeTest: Fail # Now that super calls are automatically injected this t
est doesn't make sense | 106 SuperNegativeTest: Fail # Now that super calls are automatically injected this t
est doesn't make sense |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 TypedMessageTest: Fail # Bug 5246195 | 199 TypedMessageTest: Fail # Bug 5246195 |
| 201 | 200 |
| 202 [ $arch == x64 ] | 201 [ $arch == x64 ] |
| 203 *: Skip | 202 *: Skip |
| 204 | 203 |
| 205 [ $arch == simarm ] | 204 [ $arch == simarm ] |
| 206 *: Skip | 205 *: Skip |
| 207 | 206 |
| 208 [ $arch == arm ] | 207 [ $arch == arm ] |
| 209 *: Skip | 208 *: Skip |
| OLD | NEW |