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