| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 225 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 226 FauxverrideTest/03: Fail | 226 FauxverrideTest/03: Fail |
| 227 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 227 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 228 FauxverrideTest/05: Fail | 228 FauxverrideTest/05: Fail |
| 229 FieldOverrideTest/01: Fail # issue with test see #354 | 229 FieldOverrideTest/01: Fail # issue with test see #354 |
| 230 FieldOverrideTest/02: Fail # issue with test see #354 | 230 FieldOverrideTest/02: Fail # issue with test see #354 |
| 231 Field3NegativeTest: Fail # issue with test see #354 | 231 Field3NegativeTest: Fail # issue with test see #354 |
| 232 FieldNegativeTest: Fail # issue with test see #354 | 232 FieldNegativeTest: Fail # issue with test see #354 |
| 233 FinalParamNegativeTest: Fail | 233 FinalParamNegativeTest: Fail |
| 234 For2Test: Fail | 234 For2Test: Fail |
| 235 FunctionLiterals2Test: Fail | |
| 236 FunctionSyntaxTest: Fail | 235 FunctionSyntaxTest: Fail |
| 237 FunctionTest: Fail | 236 FunctionTest: Fail |
| 238 FunctionTypeAliasNegativeTest: Fail | 237 FunctionTypeAliasNegativeTest: Fail |
| 239 FunctionTypeAliasTest: Fail | 238 FunctionTypeAliasTest: Fail |
| 240 FunctionTypeParameter2Test: Fail | 239 FunctionTypeParameter2Test: Fail |
| 241 FunctionTypeParameterTest: Fail | 240 FunctionTypeParameterTest: Fail |
| 242 GenericDeepTest: Fail | 241 GenericDeepTest: Fail |
| 243 GenericInstanceofTest: Fail | 242 GenericInstanceofTest: Fail |
| 244 GenericSyntaxTest: Fail | 243 GenericSyntaxTest: Fail |
| 245 GenericTest: Fail | 244 GenericTest: Fail |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 350 StaticField2RunNegativeTest: Fail |
| 352 | 351 |
| 353 [ $arch == x64 ] | 352 [ $arch == x64 ] |
| 354 *: Skip | 353 *: Skip |
| 355 | 354 |
| 356 [ $arch == simarm ] | 355 [ $arch == simarm ] |
| 357 *: Skip | 356 *: Skip |
| 358 | 357 |
| 359 [ $arch == arm ] | 358 [ $arch == arm ] |
| 360 *: Skip | 359 *: Skip |
| OLD | NEW |