| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 FauxverrideTest/05: Fail | 220 FauxverrideTest/05: Fail |
| 221 FieldOverrideTest/none: Fail # Issue 743: field shadowing now allowed | 221 FieldOverrideTest/none: Fail # Issue 743: field shadowing now allowed |
| 222 FieldOverrideTest/01: Fail # Issue 743: field shadowing now allowed | 222 FieldOverrideTest/01: Fail # Issue 743: field shadowing now allowed |
| 223 Field3NegativeTest: Fail # Issue 729 | 223 Field3NegativeTest: Fail # Issue 729 |
| 224 FinalParamNegativeTest: Fail | 224 FinalParamNegativeTest: Fail |
| 225 For2Test: Fail | 225 For2Test: Fail |
| 226 FunctionSyntaxTest: Fail | 226 FunctionSyntaxTest: Fail |
| 227 FunctionTest: Fail | 227 FunctionTest: Fail |
| 228 FunctionTypeAliasNegativeTest: Fail | 228 FunctionTypeAliasNegativeTest: Fail |
| 229 FunctionTypeAliasTest: Fail | 229 FunctionTypeAliasTest: Fail |
| 230 FunctionTypeAlias2Test: Fail |
| 230 FunctionTypeParameter2Test: Fail | 231 FunctionTypeParameter2Test: Fail |
| 231 FunctionTypeParameterTest: Fail | 232 FunctionTypeParameterTest: Fail |
| 232 GenericDeepTest: Fail | 233 GenericDeepTest: Fail |
| 233 GenericInstanceofTest: Fail | 234 GenericInstanceofTest: Fail |
| 234 GenericSyntaxTest: Fail | 235 GenericSyntaxTest: Fail |
| 235 GenericTest: Fail | 236 GenericTest: Fail |
| 236 GenericsTest: Fail | 237 GenericsTest: Fail |
| 237 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case | 238 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
| 238 ImplicitScopeTest: Fail | 239 ImplicitScopeTest: Fail |
| 239 ImpliedInterfaceTest: Fail | 240 ImpliedInterfaceTest: Fail |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 341 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 341 | 342 |
| 342 [ $arch == x64 ] | 343 [ $arch == x64 ] |
| 343 *: Skip | 344 *: Skip |
| 344 | 345 |
| 345 [ $arch == simarm ] | 346 [ $arch == simarm ] |
| 346 *: Skip | 347 *: Skip |
| 347 | 348 |
| 348 [ $arch == arm ] | 349 [ $arch == arm ] |
| 349 *: Skip | 350 *: Skip |
| OLD | NEW |