| 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 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. | 654 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. |
| 655 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. | 655 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. |
| 656 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./ | 656 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./ |
| 657 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. | 657 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. |
| 658 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./ | 658 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./ |
| 659 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. | 659 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. |
| 660 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. | 660 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. |
| 661 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. | 661 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. |
| 662 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. | 662 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. |
| 663 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. | 663 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. |
| 664 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. | |
| 665 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. | 664 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. |
| 666 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. | |
| 667 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. | |
| 668 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. | 665 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. |
| 669 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. | 666 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. |
| 670 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. | 667 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. |
| 671 Language/07_Classes/6_Constructors/1_Generative_Constructors_A03_t05: Fail # Che
cks that redirecting constructor can not have initializing formals. | 668 Language/07_Classes/6_Constructors/1_Generative_Constructors_A03_t05: Fail # Che
cks that redirecting constructor can not have initializing formals. |
| 672 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che
cks that error is produced if a final variable is not initialized in one of the
specified ways. | 669 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che
cks that error is produced if a final variable is not initialized in one of the
specified ways. |
| 673 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: Fail # Che
cks that a compile-time error occur if k’s initializer list contains an initiali
zer for a final variable whose declaration includes an initialization expression. | 670 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: Fail # Che
cks that a compile-time error occur if k’s initializer list contains an initiali
zer for a final variable whose declaration includes an initialization expression. |
| 674 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. | 671 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. |
| 675 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02: Fail # Check
s that compile-time error is produced when a class with constant constructor inh
erits a non-final instance variable. | 672 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02: Fail # Check
s that compile-time error is produced when a class with constant constructor inh
erits a non-final instance variable. |
| 676 Language/07_Classes/6_Constructors_A01_t01: Fail # Checks that a compile-error i
s produced when a constructor's id coincides with the name of a field in the sam
e class. | 673 Language/07_Classes/6_Constructors_A01_t01: Fail # Checks that a compile-error i
s produced when a constructor's id coincides with the name of a field in the sam
e class. |
| 677 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i
s produced when a named constructor definition does not begin with the name of i
ts class. | 674 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i
s produced when a named constructor definition does not begin with the name of i
ts class. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 | 742 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 |
| 746 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 | 743 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 |
| 747 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 | 744 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 |
| 748 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 | 745 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 |
| 749 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 | 746 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 |
| 750 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 | 747 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 |
| 751 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 | 748 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 |
| 752 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 | 749 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 |
| 753 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 | 750 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 |
| 754 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 | 751 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 |
| OLD | NEW |