| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 FunctionTest: Fail | 304 FunctionTest: Fail |
| 305 FunctionTypeAliasNegativeTest: Fail | 305 FunctionTypeAliasNegativeTest: Fail |
| 306 FunctionTypeAliasTest: Fail | 306 FunctionTypeAliasTest: Fail |
| 307 FunctionTypeAlias2Test: Fail | 307 FunctionTypeAlias2Test: Fail |
| 308 FunctionTypeAlias3Test: Fail | 308 FunctionTypeAlias3Test: Fail |
| 309 FunctionTypeAlias4Test: Fail | 309 FunctionTypeAlias4Test: Fail |
| 310 FunctionTypeParameter2Test: Fail | 310 FunctionTypeParameter2Test: Fail |
| 311 FunctionTypeParameterTest: Fail | 311 FunctionTypeParameterTest: Fail |
| 312 GenericDeepTest: Fail | 312 GenericDeepTest: Fail |
| 313 GenericInstanceofTest: Fail | 313 GenericInstanceofTest: Fail |
| 314 GenericInstanceof2Test: Fail |
| 314 GenericSyntaxTest: Fail | 315 GenericSyntaxTest: Fail |
| 315 GenericTest: Fail | 316 GenericTest: Fail |
| 316 GenericsTest: Fail | 317 GenericsTest: Fail |
| 317 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case | 318 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
| 318 ImplicitScopeTest: Fail | 319 ImplicitScopeTest: Fail |
| 319 ImpliedInterfaceTest: Fail | 320 ImpliedInterfaceTest: Fail |
| 320 Instanceof2Test: Fail | 321 Instanceof2Test: Fail |
| 321 InterfaceFactory3NegativeTest: Fail | 322 InterfaceFactory3NegativeTest: Fail |
| 322 IsNotClass4NegativeTest: Fail | 323 IsNotClass4NegativeTest: Fail |
| 323 LabelTest: Fail | 324 LabelTest: Fail |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 [ $compiler == frog && $mode == debug ] | 469 [ $compiler == frog && $mode == debug ] |
| 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 470 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 471 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 471 | 472 |
| 472 [ $arch == simarm ] | 473 [ $arch == simarm ] |
| 473 *: Skip | 474 *: Skip |
| 474 | 475 |
| 475 [ $arch == arm ] | 476 [ $arch == arm ] |
| 476 *: Skip | 477 *: Skip |
| 477 | 478 |
| OLD | NEW |