| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 Constructor3NegativeTest: Fail | 99 Constructor3NegativeTest: Fail |
| 100 ConstructorCallWrongArgumentCountNegativeTest: Fail | 100 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 101 DefaultFactoryLibraryTest: Fail # Issue 514 | 101 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 102 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 102 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 103 DuplicateImplementsTest: Skip # Issue 976 | 103 DuplicateImplementsTest: Skip # Issue 976 |
| 104 Field3aNegativeTest: Fail | 104 Field3aNegativeTest: Fail |
| 105 FieldMethod4NegativeTest: Fail | 105 FieldMethod4NegativeTest: Fail |
| 106 FinalSyntaxTest/*: Skip # can't handle base case | 106 FinalSyntaxTest/*: Skip # can't handle base case |
| 107 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 107 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 108 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 108 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 109 GettersSettersTest: Fail # issue 2639 |
| 109 GettersSettersType3Test: Fail # Issue 2351 | 110 GettersSettersType3Test: Fail # Issue 2351 |
| 110 InstanceCallWrongArgumentCountNegativeTest: Fail | 111 InstanceCallWrongArgumentCountNegativeTest: Fail |
| 111 Label2NegativeTest: Fail # issue 1658 | 112 Label2NegativeTest: Fail # issue 1658 |
| 112 Library4NegativeTest: Fail # Bug 5406175 | 113 Library4NegativeTest: Fail # Bug 5406175 |
| 113 ListLiteral4Test: Fail # Issue 1343 | 114 ListLiteral4Test: Fail # Issue 1343 |
| 114 LiteralUnaryPlusTest/01: Fail # Issue 1399 | 115 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
| 115 MapLiteral4Test: Fail # Issue 1343 | 116 MapLiteral4Test: Fail # Issue 1343 |
| 116 NamedParametersNegativeTest: Fail | 117 NamedParametersNegativeTest: Fail |
| 117 NoSuchMethodNegativeTest: Fail | 118 NoSuchMethodNegativeTest: Fail |
| 118 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 119 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 | 462 |
| 462 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | 463 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] |
| 463 *: Skip | 464 *: Skip |
| 464 | 465 |
| 465 [ $arch == simarm ] | 466 [ $arch == simarm ] |
| 466 *: Skip | 467 *: Skip |
| 467 | 468 |
| 468 [ $arch == arm ] | 469 [ $arch == arm ] |
| 469 *: Skip | 470 *: Skip |
| 470 | 471 |
| OLD | NEW |