| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time
error if a constant constructor declaration with initializers includes a body. | 663 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time
error if a constant constructor declaration with initializers includes a body. |
| 664 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time
error if a static final variable declaration does not include explicit initializ
er. | 664 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time
error if a static final variable declaration does not include explicit initializ
er. |
| 665 Language/07_Classes/07_Classes_A03_t02: Fail # Checks that it is a compile-time
error if a factory constructor method definition does not include a body. | 665 Language/07_Classes/07_Classes_A03_t02: Fail # Checks that it is a compile-time
error if a factory constructor method definition does not include a body. |
| 666 Language/07_Classes/07_Classes_A03_t08: Fail # Checks that it is a compile-time
error if a static setter method definition does not include a body. | 666 Language/07_Classes/07_Classes_A03_t08: Fail # Checks that it is a compile-time
error if a static setter method definition does not include a body. |
| 667 Language/07_Classes/07_Classes_A03_t09: Fail # Checks that it is a compile-time
error if a static function method definition does not include a body. | 667 Language/07_Classes/07_Classes_A03_t09: Fail # Checks that it is a compile-time
error if a static function method definition does not include a body. |
| 668 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me
thod can't be used in place of a class member definition./ | 668 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me
thod can't be used in place of a class member definition./ |
| 669 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. | 669 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. |
| 670 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op
erator can't be used in place of a class member definition./ | 670 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op
erator can't be used in place of a class member definition./ |
| 671 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get
ter can't be used in place of a class member definition. | 671 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get
ter can't be used in place of a class member definition. |
| 672 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set
ter can't be used in place of a class member definition. | 672 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set
ter can't be used in place of a class member definition. |
| 673 Language/07_Classes/10_Superinterfaces_A04_t01: Fail # Checks that it is a compi
le-time error if the same type appears more than once in the implements clause. | |
| 674 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith
er have any required parameters. | 673 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith
er have any required parameters. |
| 675 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim
e error is produced if m1 has almost the same set of named parameters as m2 exc
ept for one of them having a different name. | 674 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim
e error is produced if m1 has almost the same set of named parameters as m2 exc
ept for one of them having a different name. |
| 676 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. | 675 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. |
| 677 Language/07_Classes/2_Getters_A01_t04: Fail # Checks that a compile-time error i
s produced if non-empty formal parameter list is present. | 676 Language/07_Classes/2_Getters_A01_t04: Fail # Checks that a compile-time error i
s produced if non-empty formal parameter list is present. |
| 678 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i
s produced if an static getter has empty formal parameter list. | 677 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i
s produced if an static getter has empty formal parameter list. |
| 679 Language/07_Classes/2_Getters_A01_t06: Fail # Checks that a compile-time error i
s produced if an arbitrary static getter specifies a single formal parameter. | 678 Language/07_Classes/2_Getters_A01_t06: Fail # Checks that a compile-time error i
s produced if an arbitrary static getter specifies a single formal parameter. |
| 680 Language/07_Classes/2_Getters_A01_t07: Fail # Checks that a compile-time error i
s produced if an arbitrary instance getter specifies a single formal parameter. | 679 Language/07_Classes/2_Getters_A01_t07: Fail # Checks that a compile-time error i
s produced if an arbitrary instance getter specifies a single formal parameter. |
| 681 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co
mpile-time error is produced when the overriding abstract method has fewer named
parameters than the instance method being overridden (2 vs 3) and neither have
any required parameters. | 680 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co
mpile-time error is produced when the overriding abstract method has fewer named
parameters than the instance method being overridden (2 vs 3) and neither have
any required parameters. |
| 682 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as the same set of named parameters as the abstract method being overriden, but
in a different order. | 681 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as the same set of named parameters as the abstract method being overriden, but
in a different order. |
| 683 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as almost the same set of named parameters as the abstract method being override
n, except for one that has a different name. | 682 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as almost the same set of named parameters as the abstract method being override
n, except for one that has a different name. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 | 757 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 |
| 759 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 | 758 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 |
| 760 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 | 759 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 |
| 761 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 | 760 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 |
| 762 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 | 761 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 |
| 763 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 | 762 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 |
| 764 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 | 763 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 |
| 765 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 | 764 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 |
| 766 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 | 765 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 |
| 767 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 | 766 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 |
| OLD | NEW |