| 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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 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_A03_t09: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 | 507 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 |
| 508 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 | 508 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 |
| 509 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 | 509 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
| 510 | 510 |
| 511 | 511 |
| 512 | 512 |
| 513 [ $compiler == dart2js && $system == windows && $jscl ] | 513 [ $compiler == dart2js && $system == windows && $jscl ] |
| 514 LibTest/core/double/operator_remainder_A01_t04: Fail | 514 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 515 | 515 |
| 516 [ $compiler == dart2js ] | 516 [ $compiler == dart2js ] |
| 517 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. | |
| 518 | |
| 519 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 517 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 520 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 518 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 521 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 519 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 522 | 520 |
| 523 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member | 521 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member |
| 524 | 522 |
| 525 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 523 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
| 526 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 524 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 527 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 525 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
| 528 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 526 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 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. | 820 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. |
| 823 Language/07_Classes/6_Constructors/1_Generative_Constructors_A03_t05: Fail # Che
cks that redirecting constructor can not have initializing formals. | 821 Language/07_Classes/6_Constructors/1_Generative_Constructors_A03_t05: Fail # Che
cks that redirecting constructor can not have initializing formals. |
| 824 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. | 822 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. |
| 825 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. | 823 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. |
| 826 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t01: Fail # Check
s that it is a compile-time error when a constant constructor declaration has a
body. | 824 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t01: Fail # Check
s that it is a compile-time error when a constant constructor declaration has a
body. |
| 827 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t03: Fail # Check
s that it is a compile-time error if a named constant constructor has a body. | 825 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t03: Fail # Check
s that it is a compile-time error if a named constant constructor has a body. |
| 828 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. | 826 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. |
| 829 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. | 827 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. |
| 830 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. | 828 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. |
| 831 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. | 829 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. |
| 830 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt
p://dartbug.com/6242 |
| 832 Language/10_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis
ionByZeroException raised during evaluation of a compile-time constant causes a
compile-time error. | 831 Language/10_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis
ionByZeroException raised during evaluation of a compile-time constant causes a
compile-time error. |
| 833 Language/10_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE
xception raised during evaluation of a compile-time constant causes a compile-ti
me error. | 832 Language/10_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE
xception raised during evaluation of a compile-time constant causes a compile-ti
me error. |
| 834 Language/10_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 833 Language/10_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| 835 Language/10_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 834 Language/10_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| 836 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim
e error if the type argument of a constant list literal includes a type variable
. | 835 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim
e error if the type argument of a constant list literal includes a type variable
. |
| 837 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail #
Checks that it is a static warning if interface C does not declare a static met
hod or getter m. | 836 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail #
Checks that it is a static warning if interface C does not declare a static met
hod or getter m. |
| 838 Language/10_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 837 Language/10_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 839 Language/10_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 838 Language/10_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 840 Language/10_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 839 Language/10_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 841 Language/10_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 840 Language/10_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 921 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 923 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 922 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 924 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 923 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 925 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 924 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 926 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 925 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 927 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 926 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 928 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 927 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 929 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 928 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 930 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 929 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 931 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 930 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |