| 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/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash | 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash |
| 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash | 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 | 295 |
| 296 # Slow tests that needs extra time to finish. | 296 # Slow tests that needs extra time to finish. |
| 297 LibTest/core/List/sort_A01_t06: Slow, Pass | 297 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 298 | 298 |
| 299 # Tests that fail because they use the legacy try-catch syntax. | 299 # Tests that fail because they use the legacy try-catch syntax. |
| 300 # See co19 issue 184. | 300 # See co19 issue 184. |
| 301 LibTest/core/List/getRange_A03_t01: Fail, OK | 301 LibTest/core/List/getRange_A03_t01: Fail, OK |
| 302 LibTest/core/List/setRange_A05_t01: Fail, OK | 302 LibTest/core/List/setRange_A05_t01: Fail, OK |
| 303 | 303 |
| 304 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 304 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
| 305 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | |
| 306 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 305 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
| 307 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 306 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
| 308 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 307 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
| 309 | 308 |
| 310 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 | 309 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
| 311 | 310 |
| 312 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 311 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 313 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 312 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| 314 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 313 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| 315 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 314 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 | 366 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 |
| 368 | 367 |
| 369 | 368 |
| 370 [ $compiler == dart2js && $system == windows && $jscl ] | 369 [ $compiler == dart2js && $system == windows && $jscl ] |
| 371 LibTest/core/double/operator_remainder_A01_t04: Fail | 370 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 372 | 371 |
| 373 [ $compiler == dart2js ] | 372 [ $compiler == dart2js ] |
| 374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 373 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 376 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 376 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 |
| 377 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 378 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 379 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 380 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 377 | 381 |
| 378 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member | 382 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member |
| 379 | 383 |
| 380 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | |
| 381 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | |
| 382 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | |
| 383 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | |
| 384 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | |
| 385 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | |
| 386 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant | 384 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant |
| 387 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant | 385 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant |
| 388 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant | 386 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant |
| 389 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant | 387 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant |
| 390 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant | 388 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant |
| 391 | 389 |
| 392 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec
ted token 'equals' | 390 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec
ted token 'equals' |
| 393 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect
ed token 'equals' | 391 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect
ed token 'equals' |
| 394 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
al(expected: <abyr, abyr | 392 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
al(expected: <abyr, abyr |
| 395 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw
s() fails | 393 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw
s() fails |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 [ $compiler == dart2js ] | 524 [ $compiler == dart2js ] |
| 527 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | 525 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T |
| 528 | 526 |
| 529 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 527 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| 530 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | 528 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
| 531 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | 529 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType |
| 532 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented | 530 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented |
| 533 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ | 531 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ |
| 534 | 532 |
| 535 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 533 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
| 536 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # Unimplemented non-matching static call | |
| 537 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # Unimplemented non-matching static call | |
| 538 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # Unimplemented non-matching static call | |
| 539 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 534 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
| 540 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super | 535 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super |
| 541 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments | 536 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments |
| 542 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | 537 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". |
| 543 | 538 |
| 544 [ $compiler == dart2js && $jscl ] | 539 [ $compiler == dart2js && $jscl ] |
| 545 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 540 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 546 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | 541 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) |
| 547 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 542 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 548 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 543 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... |
| 600 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 | 595 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 |
| 601 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. | 596 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. |
| 602 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che
cks that a functionSignature parameter cannot be final. | 597 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che
cks that a functionSignature parameter cannot be final. |
| 603 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che
cks that a functionSignature parameter cannot be declared as variable. | 598 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che
cks that a functionSignature parameter cannot be declared as variable. |
| 604 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. | 599 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. |
| 605 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. | 600 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. |
| 606 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. | 601 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. |
| 607 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. | 602 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. |
| 608 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. | 603 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. |
| 609 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. | 604 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. |
| 605 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. |
| 610 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. | 606 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. |
| 611 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. | 607 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. |
| 612 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. | 608 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. |
| 613 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. | 609 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. |
| 614 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. | 610 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. |
| 615 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. | 611 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. |
| 616 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. | 612 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. |
| 617 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./ | 613 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./ |
| 618 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. | 614 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. |
| 619 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./ | 615 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./ |
| 620 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. | 616 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. |
| 621 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. | 617 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. |
| 622 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. | 618 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. |
| 623 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. | 619 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. |
| 624 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. | 620 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. |
| 625 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. | 621 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. |
| 626 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. | 622 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. |
| 627 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. | 623 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 |
| 628 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. | 624 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. |
| 629 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. | 625 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. |
| 630 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. | 626 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. |
| 631 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. | 627 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. |
| 632 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. | 628 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. |
| 633 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. | 629 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. |
| 634 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. | 630 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. |
| 635 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. | 631 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. |
| 636 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. | 632 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. |
| 637 Language/07_Classes/3_Setters_A03_t02: Fail # Checks that a compile-time error i
s produced if a setter's formal parameter list consists of a single optional par
ameter. | 633 Language/07_Classes/3_Setters_A03_t02: Fail # Checks that a compile-time error i
s produced if a setter's formal parameter list consists of a single optional par
ameter. |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 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). | 667 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). |
| 672 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). | 668 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). |
| 673 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). | 669 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). |
| 674 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. | 670 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. |
| 675 | 671 |
| 676 | 672 |
| 677 # | 673 # |
| 678 # Unexpected compile-time errors. | 674 # Unexpected compile-time errors. |
| 679 # | 675 # |
| 680 [ $compiler == dart2js ] | 676 [ $compiler == dart2js ] |
| 677 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. |
| 681 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 | 678 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 |
| 682 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 | 679 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 |
| 683 | 680 |
| 684 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 | 681 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 |
| 685 | 682 |
| 686 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 | 683 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 |
| 687 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 | 684 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 |
| 688 | 685 |
| 689 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 | 686 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 |
| 690 | 687 |
| 691 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 | |
| 692 | |
| 693 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 | 688 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 |
| 694 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 | 689 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 |
| 695 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 | 690 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 |
| 696 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 | 691 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 |
| 697 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 | 692 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 |
| 698 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 | 693 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 |
| 699 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 | 694 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 |
| 700 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 | 695 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 |
| 701 | 696 |
| 702 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c
om/5022 | 697 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... |
| 744 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 739 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 745 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 740 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 746 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 741 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 747 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 742 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 748 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 743 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 749 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 744 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 750 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 745 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 751 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 746 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 752 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 747 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 753 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 748 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |