| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 | 321 |
| 322 # Slow tests that needs extra time to finish. | 322 # Slow tests that needs extra time to finish. |
| 323 LibTest/core/List/sort_A01_t06: Slow, Pass | 323 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 324 | 324 |
| 325 # Tests that fail because they use the legacy try-catch syntax. | 325 # Tests that fail because they use the legacy try-catch syntax. |
| 326 # See co19 issue 184. | 326 # See co19 issue 184. |
| 327 LibTest/core/List/getRange_A03_t01: Fail, OK | 327 LibTest/core/List/getRange_A03_t01: Fail, OK |
| 328 LibTest/core/List/setRange_A05_t01: Fail, OK | 328 LibTest/core/List/setRange_A05_t01: Fail, OK |
| 329 | 329 |
| 330 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 330 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
| 331 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | |
| 332 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 331 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
| 333 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 332 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
| 334 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 333 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
| 335 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK | 334 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
| 336 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 335 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
| 337 | 336 |
| 338 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 | 337 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
| 339 | 338 |
| 340 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 339 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 341 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 340 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 | 511 |
| 513 [ $compiler == dart2js && $system == windows && $jscl ] | 512 [ $compiler == dart2js && $system == windows && $jscl ] |
| 514 LibTest/core/double/operator_remainder_A01_t04: Fail | 513 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 515 | 514 |
| 516 [ $compiler == dart2js ] | 515 [ $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. | 516 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 | 517 |
| 519 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 518 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. | 519 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. | 520 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 521 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 |
| 522 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 523 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 524 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 525 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 522 | 526 |
| 523 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member | 527 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member |
| 524 | 528 |
| 525 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 | |
| 527 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 | |
| 529 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | |
| 530 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | |
| 531 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant | 529 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant |
| 532 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant | 530 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant |
| 533 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant | 531 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant |
| 534 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant | 532 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant |
| 535 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant | 533 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant |
| 536 | 534 |
| 537 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec
ted token 'equals' | 535 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec
ted token 'equals' |
| 538 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect
ed token 'equals' | 536 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect
ed token 'equals' |
| 539 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
al(expected: <abyr, abyr | 537 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
al(expected: <abyr, abyr |
| 540 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw
s() fails | 538 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw
s() fails |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 | 699 |
| 702 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 700 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| 703 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | 701 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
| 704 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | 702 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType |
| 705 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented | 703 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented |
| 706 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ | 704 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ |
| 707 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented | 705 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented |
| 708 | 706 |
| 709 | 707 |
| 710 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 708 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
| 711 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # Unimplemented non-matching static call | |
| 712 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # Unimplemented non-matching static call | |
| 713 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # Unimplemented non-matching static call | |
| 714 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 709 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
| 715 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super | 710 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super |
| 716 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments | 711 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments |
| 717 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | 712 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". |
| 718 | 713 |
| 719 [ $compiler == dart2js && $jscl ] | 714 [ $compiler == dart2js && $jscl ] |
| 720 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 715 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 721 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | 716 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) |
| 722 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 717 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 723 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 718 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che
cks that static variable declaration can't be a required formal parameter | 770 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che
cks that static variable declaration can't be a required formal parameter |
| 776 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # Che
cks that reassigning a final required parameter produces a compile-time error. | 771 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # Che
cks that reassigning a final required parameter produces a compile-time error. |
| 777 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che
cks that a functionSignature parameter cannot be final. | 772 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che
cks that a functionSignature parameter cannot be final. |
| 778 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che
cks that a functionSignature parameter cannot be declared as variable. | 773 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che
cks that a functionSignature parameter cannot be declared as variable. |
| 779 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # Che
cks that an optional positional parameter can be final. Reassigning it should p
roduce a compile-time error. | 774 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # Che
cks that an optional positional parameter can be final. Reassigning it should p
roduce a compile-time error. |
| 780 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t07: Fail # Che
cks that an optional positional parameter can be constant. Reassigning it shoul
d produce a compile-time error. | 775 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t07: Fail # Che
cks that an optional positional parameter can be constant. Reassigning it shoul
d produce a compile-time error. |
| 781 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # Che
cks that it is a compile-time error if the name of a positional optional paramet
er begins with an '_' character. | 776 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # Che
cks that it is a compile-time error if the name of a positional optional paramet
er begins with an '_' character. |
| 782 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # Che
cks that it is a compile-time error if the name of a positional optional paramet
er begins with an '_' character. | 777 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # Che
cks that it is a compile-time error if the name of a positional optional paramet
er begins with an '_' character. |
| 783 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co
mpile-time error if a required parameter is declared as a constant variable. | 778 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co
mpile-time error if a required parameter is declared as a constant variable. |
| 784 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co
mpile-time error if a required parameter is declared as a constant typed variabl
e. | 779 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co
mpile-time error if a required parameter is declared as a constant typed variabl
e. |
| 780 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional named parameter is declared as a constant typed
variable. |
| 785 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional positional parameter is declared as a constant v
ariable. | 781 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional positional parameter is declared as a constant v
ariable. |
| 786 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. | 782 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. |
| 787 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. | 783 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. |
| 788 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. | 784 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. |
| 789 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. | 785 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. |
| 790 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. | 786 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. |
| 791 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. | 787 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. |
| 792 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./ | 788 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./ |
| 793 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. | 789 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. |
| 794 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./ | 790 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./ |
| 795 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. | 791 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. |
| 796 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. | 792 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. |
| 797 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. | 793 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. |
| 798 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t02: Fail # Checks that a
compile-time error is produced if a user-defined operator ~ specifies one param
eter. | 794 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t02: Fail # Checks that a
compile-time error is produced if a user-defined operator ~ specifies one param
eter. |
| 799 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail # Checks that a
compile-time error is produced if a user-defined operator [] specifies an optio
nal named parameter. | 795 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail # Checks that a
compile-time error is produced if a user-defined operator [] specifies an optio
nal named parameter. |
| 800 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail # Checks that a
compile-time error is produced if a user-defined operator [] specifies an optio
nal named parameter in addition to the required one. | 796 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail # Checks that a
compile-time error is produced if a user-defined operator [] specifies an optio
nal named parameter in addition to the required one. |
| 801 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail # Checks that a
compile-time error is produced if a user-defined operator []= specifies one opt
ional named parameter. | 797 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail # Checks that a
compile-time error is produced if a user-defined operator []= specifies one opt
ional named parameter. |
| 802 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # Checks that a
compile-time error is produced if a user-defined operator []= specifies one opt
ional named parameter in addition to the two required ones. | 798 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # Checks that a
compile-time error is produced if a user-defined operator []= specifies one opt
ional named parameter in addition to the two required ones |
| 803 Language/07_Classes/1_Instance_Methods_A02_t01: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (2 vs 3) and neithe
r have any required parameters. | 799 Language/07_Classes/1_Instance_Methods_A02_t01: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (2 vs 3) and neithe
r have any required parameters. |
| 804 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. | 800 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. |
| 805 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. | 801 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. |
| 806 Language/07_Classes/1_Instance_Methods_A02_t06: Fail # Checks that a compile-tim
e error is produced if m1 has the same set of named parameters as m2 but in a di
fferent order even if the class declaring m1 is not a direct subtype of the clas
s declaring m2. | 802 Language/07_Classes/1_Instance_Methods_A02_t06: Fail # Checks that a compile-tim
e error is produced if m1 has the same set of named parameters as m2 but in a di
fferent order even if the class declaring m1 is not a direct subtype of the clas
s declaring m2. |
| 807 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. | 803 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. |
| 808 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. | 804 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. |
| 809 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. | 805 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. |
| 810 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. | 806 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. |
| 811 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. | 807 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. |
| 812 Language/07_Classes/3_Setters_A03_t01: Fail # Checks that a compile-time error i
s produced if a setter's formal parameter list contains two required parameters. | 808 Language/07_Classes/3_Setters_A03_t01: Fail # Checks that a compile-time error i
s produced if a setter's formal parameter list contains two required parameters. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self
-referencing typedef is not allowed (return value type annotation has the same n
ame as a type alias). | 845 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self
-referencing typedef is not allowed (return value type annotation has the same n
ame as a type alias). |
| 850 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self
-referencing typedef is not allowed (positional formal parameter type annotation
has the same name as a type alias). | 846 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self
-referencing typedef is not allowed (positional formal parameter type annotation
has the same name as a type alias). |
| 851 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self
-referencing typedef is not allowed (optional formal parameter type annotation h
as the same name as a type alias). | 847 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self
-referencing typedef is not allowed (optional formal parameter type annotation h
as the same name as a type alias). |
| 852 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites
paces other than WHITESPACE are not permitted in the source code. Checks symbol
U+00a0. | 848 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites
paces other than WHITESPACE are not permitted in the source code. Checks symbol
U+00a0. |
| 853 | 849 |
| 854 | 850 |
| 855 # | 851 # |
| 856 # Unexpected compile-time errors. | 852 # Unexpected compile-time errors. |
| 857 # | 853 # |
| 858 [ $compiler == dart2js ] | 854 [ $compiler == dart2js ] |
| 855 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_
t01: Fail # Checks that it is a compile-time error if there are two named argume
nts with the same name in a function invocation expression. |
| 859 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 | 856 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 |
| 860 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 | 857 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 |
| 861 | 858 |
| 862 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 | 859 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 |
| 863 | 860 |
| 864 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 | 861 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 |
| 865 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 | 862 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 |
| 866 | 863 |
| 867 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 | 864 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 |
| 868 | 865 |
| 869 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 | |
| 870 | |
| 871 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 | 866 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 |
| 872 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 | 867 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 |
| 873 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 | 868 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 |
| 874 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 | 869 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 |
| 875 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 | 870 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 |
| 876 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 | 871 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 |
| 877 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 | 872 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 |
| 878 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 | 873 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 |
| 879 | 874 |
| 880 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c
om/5022 | 875 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c
om/5022 |
| (...skipping 41 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 | 917 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 | 918 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 | 919 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 | 920 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 | 921 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 | 922 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 | 923 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 | 924 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 | 925 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 | 926 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |