| 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. |
| 11 # | 11 # |
| 12 # 1) Copy the old version of the test to | 12 # 1) Copy the old version of the test to |
| 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. | 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. |
| 14 # to maintain coverage. | 14 # to maintain coverage. |
| 15 # 2) File a bug on each architecture for the failure due to the language change. | 15 # 2) File a bug on each architecture for the failure due to the language change. |
| 16 # 3) Update the language/src directory with the updated test. | 16 # 3) Update the language/src directory with the updated test. |
| 17 | 17 |
| 18 prefix language | 18 prefix language |
| 19 | 19 |
| 20 | 20 |
| 21 [ $component == vm || $component == dartium ] | 21 [ $component == vm || $component == dartium ] |
| 22 GCTest: Fail # Issue 1487 | 22 GCTest: Fail # Issue 1487 |
| 23 ImpliedInterfaceTest: Fail # Bug 5349944 | 23 ImpliedInterfaceTest: Fail # Bug 5349944 |
| 24 FBoundedQuantificationTest: Skip # Issue 439 | 24 FBoundedQuantificationTest: Skip # Issue 439 |
| 25 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed | 25 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed |
| 26 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed | 26 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed |
| 27 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed | 27 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed |
| 28 Prefix22Test: Fail # Issue 575 | |
| 29 Prefix23Test: Fail # Issue 575 | |
| 30 PseudoKWIllegalTest/03: Fail # Issue 356 | 28 PseudoKWIllegalTest/03: Fail # Issue 356 |
| 31 PseudoKWIllegalTest/08: Fail # Issue 356 | 29 PseudoKWIllegalTest/08: Fail # Issue 356 |
| 32 PseudoKWIllegalTest/10: Fail # Issue 356 | 30 PseudoKWIllegalTest/10: Fail # Issue 356 |
| 33 PseudoKWIllegalTest/14: Fail # Issue 356 | 31 PseudoKWIllegalTest/14: Fail # Issue 356 |
| 34 | 32 |
| 35 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) | 33 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) |
| 36 ImplicitThisTest/02: Fail # Issue 374 | 34 ImplicitThisTest/02: Fail # Issue 374 |
| 37 ImplicitThisTest/03: Fail # Issue 374 | 35 ImplicitThisTest/03: Fail # Issue 374 |
| 38 ImplicitThisTest/04: Fail # Issue 374 | 36 ImplicitThisTest/04: Fail # Issue 374 |
| 39 ImplicitThisTest/none: Fail # Issue 374 | 37 ImplicitThisTest/none: Fail # Issue 374 |
| 40 | 38 |
| 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) |
| 42 FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing type
s. |
| 43 |
| 44 # Bad tests needing to be fixed. |
| 45 Prefix23NegativeTest: Fail |
| 46 TypeVariableScopeTest/00: Fail |
| 47 TypeVariableScopeTest/03: Fail |
| 48 TypeVariableScopeTest/04: Fail |
| 49 TypeVariableScopeTest/05: Fail |
| 44 | 50 |
| 45 # Regular bugs which should be fixed. | 51 # Regular bugs which should be fixed. |
| 46 | 52 |
| 47 ConstInit6NegativeTest: Fail # Issue 811 | 53 ConstInit6NegativeTest: Fail # Issue 811 |
| 48 | |
| 49 # Issue 441. | |
| 50 TypeVariableBoundsTest/09: Fail | |
| 51 TypeVariableBoundsTest/10: Fail | |
| 52 | |
| 53 SuperFirstConstructorTest: Fail # Issue 1372. | 54 SuperFirstConstructorTest: Fail # Issue 1372. |
| 54 | 55 |
| 55 # Issue 1427 | 56 # Issue 1427 |
| 56 CyclicTypeVariableTest: Fail | 57 CyclicTypeVariableTest: Fail |
| 57 CyclicTypeVariableTest/01: Fail | 58 CyclicTypeVariableTest/01: Fail |
| 58 CyclicTypeVariableTest/02: Fail | 59 CyclicTypeVariableTest/02: Fail |
| 59 CyclicTypeVariableTest/03: Fail | 60 CyclicTypeVariableTest/03: Fail |
| 60 CyclicTypeVariableTest/04: Fail | 61 CyclicTypeVariableTest/04: Fail |
| 61 CyclicTypeVariableTest/05: Fail | 62 CyclicTypeVariableTest/05: Fail |
| 62 | 63 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 85 CompileTimeConstant6Test: Fail # Issue 1794 | 86 CompileTimeConstant6Test: Fail # Issue 1794 |
| 86 | 87 |
| 87 # DartC or Frog specific tests that should not be run by the VM | 88 # DartC or Frog specific tests that should not be run by the VM |
| 88 *DartcTest: Skip | 89 *DartcTest: Skip |
| 89 *DartcNegativeTest: Skip | 90 *DartcNegativeTest: Skip |
| 90 *FrogTest: Skip | 91 *FrogTest: Skip |
| 91 *FrogNegativeTest: Skip | 92 *FrogNegativeTest: Skip |
| 92 | 93 |
| 93 [ ($component == vm || $component == dartium) && $unchecked ] | 94 [ ($component == vm || $component == dartium) && $unchecked ] |
| 94 | 95 |
| 96 IsNotClass3NegativeTest: Fail # Spec unclear. |
| 95 Prefix16NegativeTest: Fail # Bug 5532534 | 97 Prefix16NegativeTest: Fail # Bug 5532534 |
| 96 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 | |
| 97 | 98 |
| 98 [ ($component == vm || $component == dartium) && $checked ] | 99 [ ($component == vm || $component == dartium) && $checked ] |
| 99 | 100 |
| 100 WrongNumberTypeArgumentsTest: Fail # This test should be negative | 101 Prefix22Test: Fail # This test should be negative in checked mode. |
| 102 WrongNumberTypeArgumentsTest: Fail # This test should be negative in checked mod
e. |
| 103 TypeVariableBoundsTest/09: Fail # This test should be negative in checked mode. |
| 104 TypeVariableBoundsTest/10: Fail # This test should be negative in checked mode. |
| 101 | 105 |
| 102 [ ($component == vm || $component == dartium) && $mode == debug ] | 106 [ ($component == vm || $component == dartium) && $mode == debug ] |
| 103 GCTest: Skip # Takes too long. | 107 GCTest: Skip # Takes too long. |
| 104 | 108 |
| 105 [ $component == vm && $mode == release ] | 109 [ $component == vm && $mode == release ] |
| 106 | 110 |
| 107 [ $component == dartc || $component == chromium ] | 111 [ $component == dartc || $component == chromium ] |
| 108 AbstractSyntaxTest/01: Fail | 112 AbstractSyntaxTest/01: Fail |
| 109 ApplicationNegativeTest: Fail | 113 ApplicationNegativeTest: Fail |
| 110 AssertKeywordNegativeTest: Fail | 114 AssertKeywordNegativeTest: Fail |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 [ $component == frog && $mode == debug ] | 454 [ $component == frog && $mode == debug ] |
| 451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 453 | 457 |
| 454 [ $arch == simarm ] | 458 [ $arch == simarm ] |
| 455 *: Skip | 459 *: Skip |
| 456 | 460 |
| 457 [ $arch == arm ] | 461 [ $arch == arm ] |
| 458 *: Skip | 462 *: Skip |
| 459 | 463 |
| OLD | NEW |