| 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 18 matching lines...) Expand all Loading... |
| 29 PseudoKWIllegalTest/08: Fail # Issue 356 | 29 PseudoKWIllegalTest/08: Fail # Issue 356 |
| 30 PseudoKWIllegalTest/10: Fail # Issue 356 | 30 PseudoKWIllegalTest/10: Fail # Issue 356 |
| 31 PseudoKWIllegalTest/14: Fail # Issue 356 | 31 PseudoKWIllegalTest/14: Fail # Issue 356 |
| 32 | 32 |
| 33 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) | 33 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) |
| 34 ImplicitThisTest/02: Fail # Issue 374 | 34 ImplicitThisTest/02: Fail # Issue 374 |
| 35 ImplicitThisTest/03: Fail # Issue 374 | 35 ImplicitThisTest/03: Fail # Issue 374 |
| 36 ImplicitThisTest/04: Fail # Issue 374 | 36 ImplicitThisTest/04: Fail # Issue 374 |
| 37 ImplicitThisTest/none: Fail # Issue 374 | 37 ImplicitThisTest/none: Fail # Issue 374 |
| 38 | 38 |
| 39 LibrarySameNameUsedTest: Fail # Issue 686 | |
| 40 | |
| 41 # These bugs refer currently ongoing language discussions. | 39 # These bugs refer currently ongoing language discussions. |
| 42 Constructor5Test: Fail # (Discussion ongoing) | 40 Constructor5Test: Fail # (Discussion ongoing) |
| 43 Constructor6Test: Fail # (Discussion ongoing) | 41 Constructor6Test: Fail # (Discussion ongoing) |
| 44 | 42 |
| 45 # Regular bugs which should be fixed. | 43 # Regular bugs which should be fixed. |
| 46 | 44 |
| 47 ConstInit6NegativeTest: Fail # Issue 811 | 45 ConstInit6NegativeTest: Fail # Issue 811 |
| 48 | 46 |
| 49 # Issue 905. | 47 # Issue 905. |
| 50 TypeVariableBoundsTest/01: Fail | 48 TypeVariableBoundsTest/01: Fail |
| (...skipping 23 matching lines...) Expand all Loading... |
| 74 *FrogNegativeTest: Skip | 72 *FrogNegativeTest: Skip |
| 75 | 73 |
| 76 # Issue 1034 | 74 # Issue 1034 |
| 77 ConstructorDuplicateInitializersTest/01: Fail | 75 ConstructorDuplicateInitializersTest/01: Fail |
| 78 ConstructorDuplicateInitializersTest/02: Fail | 76 ConstructorDuplicateInitializersTest/02: Fail |
| 79 | 77 |
| 80 # Issue 1360 | 78 # Issue 1360 |
| 81 OperatorIndexEvaluationOrderTest: Fail | 79 OperatorIndexEvaluationOrderTest: Fail |
| 82 | 80 |
| 83 # Issue 1355 | 81 # Issue 1355 |
| 84 CallOperatorTest: Fail | 82 CallOperatorTest: Fail |
| 85 | 83 |
| 86 [ ($component == vm || $component == dartium) && $unchecked ] | 84 [ ($component == vm || $component == dartium) && $unchecked ] |
| 87 | 85 |
| 88 Prefix16NegativeTest: Fail # Bug 5532534 | 86 Prefix16NegativeTest: Fail # Bug 5532534 |
| 89 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 | 87 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 |
| 90 | 88 |
| 91 [ ($component == vm || $component == dartium) && $checked ] | 89 [ ($component == vm || $component == dartium) && $checked ] |
| 92 | 90 |
| 93 DefaultFactory2Test/01: Fail # Issue 943 | 91 DefaultFactory2Test/01: Fail # Issue 943 |
| 94 WrongNumberTypeArgumentsTest: Fail # This test should be negative | 92 WrongNumberTypeArgumentsTest: Fail # This test should be negative |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 FieldOverrideTest/none: Fail # Issue 743: field shadowing now allowed | 263 FieldOverrideTest/none: Fail # Issue 743: field shadowing now allowed |
| 266 FieldOverrideTest/01: Fail # Issue 743: field shadowing now allowed | 264 FieldOverrideTest/01: Fail # Issue 743: field shadowing now allowed |
| 267 Field3NegativeTest: Fail # Issue 729 | 265 Field3NegativeTest: Fail # Issue 729 |
| 268 FinalParamNegativeTest: Fail | 266 FinalParamNegativeTest: Fail |
| 269 For2Test: Fail | 267 For2Test: Fail |
| 270 FunctionSyntaxTest: Fail | 268 FunctionSyntaxTest: Fail |
| 271 FunctionTest: Fail | 269 FunctionTest: Fail |
| 272 FunctionTypeAliasNegativeTest: Fail | 270 FunctionTypeAliasNegativeTest: Fail |
| 273 FunctionTypeAliasTest: Fail | 271 FunctionTypeAliasTest: Fail |
| 274 FunctionTypeAlias2Test: Fail | 272 FunctionTypeAlias2Test: Fail |
| 273 FunctionTypeAlias3Test: Fail |
| 274 FunctionTypeAlias4Test: Fail |
| 275 FunctionTypeParameter2Test: Fail | 275 FunctionTypeParameter2Test: Fail |
| 276 FunctionTypeParameterTest: Fail | 276 FunctionTypeParameterTest: Fail |
| 277 GenericDeepTest: Fail | 277 GenericDeepTest: Fail |
| 278 GenericInstanceofTest: Fail | 278 GenericInstanceofTest: Fail |
| 279 GenericSyntaxTest: Fail | 279 GenericSyntaxTest: Fail |
| 280 GenericTest: Fail | 280 GenericTest: Fail |
| 281 GenericsTest: Fail | 281 GenericsTest: Fail |
| 282 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case | 282 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
| 283 ImplicitScopeTest: Fail | 283 ImplicitScopeTest: Fail |
| 284 ImpliedInterfaceTest: Fail | 284 ImpliedInterfaceTest: Fail |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 # these tests are inconsistent in frogium and frogsh-node, investigate | 401 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 402 StaticField1RunNegativeTest: Pass # but error is not correct | 402 StaticField1RunNegativeTest: Pass # but error is not correct |
| 403 StaticField2RunNegativeTest: Pass # but error is not correct | 403 StaticField2RunNegativeTest: Pass # but error is not correct |
| 404 | 404 |
| 405 | 405 |
| 406 [ $arch == simarm ] | 406 [ $arch == simarm ] |
| 407 *: Skip | 407 *: Skip |
| 408 | 408 |
| 409 [ $arch == arm ] | 409 [ $arch == arm ] |
| 410 *: Skip | 410 *: Skip |
| OLD | NEW |