Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 11273034: Make unmatched static call a runtime error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a bug. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 337 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
339 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 338 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
340 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 339 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
341 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 340 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 458
460 [ $compiler == dart2js && $system == windows && $jscl ] 459 [ $compiler == dart2js && $system == windows && $jscl ]
461 LibTest/core/double/operator_remainder_A01_t04: Fail 460 LibTest/core/double/operator_remainder_A01_t04: Fail
462 461
463 [ $compiler == dart2js ] 462 [ $compiler == dart2js ]
464 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. 463 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.
465 464
466 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 465 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
467 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 466 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
468 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 467 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
468 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt p://dartbug.com/5026
469 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
470 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
471 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
472 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
469 473
470 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member 474 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member
471 475
472 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
473 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
474 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
475 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
476 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
477 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
478 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 476 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
479 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 477 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
480 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 478 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
481 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 479 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
482 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 480 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
483 481
484 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals' 482 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
485 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals' 483 Language/10_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals'
486 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr 484 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
487 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails 485 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
648 646
649 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 647 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
650 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 648 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
651 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 649 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
652 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 650 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
653 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 651 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
654 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 652 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
655 653
656 654
657 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 655 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
658 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
659 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
660 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
661 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 656 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
662 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 657 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
663 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments 658 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments
664 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 659 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
665 660
666 [ $compiler == dart2js && $jscl ] 661 [ $compiler == dart2js && $jscl ]
667 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 662 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
668 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 663 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
669 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 664 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
670 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 665 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
722 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 717 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
723 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. 718 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.
724 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 719 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
725 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 720 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
726 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. 721 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.
727 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. 722 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.
728 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. 723 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.
729 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. 724 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.
730 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. 725 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.
731 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. 726 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.
727 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.
732 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. 728 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.
733 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body. 729 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body.
734 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. 730 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.
735 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. 731 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.
736 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. 732 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.
737 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. 733 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.
738 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. 734 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.
739 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./ 735 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./
740 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can 't be used in place of a class member definition. 736 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can 't be used in place of a class member definition.
741 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./ 737 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./
742 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. 738 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.
743 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. 739 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.
744 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. 740 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.
745 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. 741 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.
746 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. 742 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.
747 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. 743 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.
748 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. 744 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.
749 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. 745 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
750 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. 746 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.
751 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. 747 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.
752 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. 748 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.
753 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. 749 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.
754 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present. 750 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present.
755 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. 751 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.
756 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. 752 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.
757 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. 753 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.
758 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. 754 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.
759 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. 755 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
796 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). 792 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).
797 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). 793 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).
798 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). 794 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).
799 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. 795 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.
800 796
801 797
802 # 798 #
803 # Unexpected compile-time errors. 799 # Unexpected compile-time errors.
804 # 800 #
805 [ $compiler == dart2js ] 801 [ $compiler == dart2js ]
802 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.
806 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 803 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
807 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 804 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
808 805
809 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 806 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
810 807
811 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # http://dartbug.com/3566 808 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # http://dartbug.com/3566
812 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # http://dartbug.com/3566 809 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # http://dartbug.com/3566
813 810
814 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 811 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903
815 812
816 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt p://dartbug.com/5026
817
818 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 813 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
819 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 814 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
820 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 815 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
821 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 816 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
822 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 817 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
823 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 818 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
824 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 819 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
825 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 820 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023
826 821
827 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c om/5022 822 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c om/5022
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
872 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
873 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
874 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
875 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 870 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
876 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 871 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
877 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 872 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
878 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 873 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
879 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 874 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
880 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 875 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698