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

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

Issue 11087025: Fix to dartbug.com/5170, explictly static library variables now get an appropriate error message. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comments from Peter, and rebase with master. Created 8 years, 2 months 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/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 9 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time er ror occurs if a local constant variable is redefined. 537 Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time er ror occurs if a local constant variable is redefined.
538 Language/05_Variables/05_Variables_A04_t02: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is redefined. 538 Language/05_Variables/05_Variables_A04_t02: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is redefined.
539 Language/05_Variables/05_Variables_A04_t03: Fail # Checks that a compile-time er ror occurs if a global constant variable is redefined. 539 Language/05_Variables/05_Variables_A04_t03: Fail # Checks that a compile-time er ror occurs if a global constant variable is redefined.
540 Language/05_Variables/05_Variables_A04_t04: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is redefined. 540 Language/05_Variables/05_Variables_A04_t04: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is redefined.
541 Language/05_Variables/05_Variables_A04_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration. 541 Language/05_Variables/05_Variables_A04_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration.
542 Language/05_Variables/05_Variables_A04_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration. 542 Language/05_Variables/05_Variables_A04_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration.
543 Language/05_Variables/05_Variables_A04_t07: Fail # Checks that a compile-time er ror occurs if a global constant variable is not initialized at declaration. 543 Language/05_Variables/05_Variables_A04_t07: Fail # Checks that a compile-time er ror occurs if a global constant variable is not initialized at declaration.
544 Language/05_Variables/05_Variables_A04_t08: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is not initialized at declaration . 544 Language/05_Variables/05_Variables_A04_t08: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is not initialized at declaration .
545 Language/05_Variables/05_Variables_A04_t10: Fail # Checks that assigning a const ant variable to the same value it already holds still produces a compile-time er ror. 545 Language/05_Variables/05_Variables_A04_t10: Fail # Checks that assigning a const ant variable to the same value it already holds still produces a compile-time er ror.
546 Language/05_Variables/05_Variables_A05_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized. 546 Language/05_Variables/05_Variables_A05_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized.
547 Language/05_Variables/05_Variables_A08_t02: Fail # Checks that it is a compile-t ime error if a top level variable declaration is prefaced with the built-in iden tifier static.
548 Language/05_Variables/05_Variables_A08_t03: Fail # Checks that it is a compile-t ime error if a top level typed variable declaration is prefaced with the built-i n identifier static.
549 Language/05_Variables/05_Variables_A08_t04: Fail # Checks that it is a compile-t ime error if a top level final variable declaration is prefaced with the built-i n identifier static.
550 Language/05_Variables/05_Variables_A08_t05: Fail # Checks that it is a compile-t ime error if a top level final typed variable declaration is prefaced with the b uilt-in identifier static.
551 Language/05_Variables/05_Variables_A08_t06: Fail # Checks that it is a compile-t ime error if a top level constant variable declaration is prefaced with the buil t-in identifier static.
552 Language/05_Variables/05_Variables_A08_t07: Fail # Checks that it is a compile-t ime error if a top level constant typed variable declaration is prefaced with th e built-in identifier static.
553 Language/06_Functions/06_Functions_A01_t06: Fail # Checks that it is a compile e rror if a block of a function body isn't closed 547 Language/06_Functions/06_Functions_A01_t06: Fail # Checks that it is a compile e rror if a block of a function body isn't closed
554 Language/06_Functions/06_Functions_A01_t31: Fail # Checks that functions can't b e declared as static inside of a function body. 548 Language/06_Functions/06_Functions_A01_t31: Fail # Checks that functions can't b e declared as static inside of a function body.
555 Language/06_Functions/1_Function_Declaration_A01_t01: Fail # Checks that it is a compile-time error to preface library function with 'static'. 549 Language/06_Functions/1_Function_Declaration_A01_t01: Fail # Checks that it is a compile-time error to preface library function with 'static'.
556 Language/06_Functions/1_Function_Declaration_A02_t02: Fail # Checks that 'id' is not assignable since its declaration is equivalent to a final variable declarat ion. 550 Language/06_Functions/1_Function_Declaration_A02_t02: Fail # Checks that 'id' is not assignable since its declaration is equivalent to a final variable declarat ion.
557 Language/06_Functions/1_Function_Declaration_A03_t02: Fail # Checks that 'id' is not assignable since its declaration is equivalent to the final variable declar ation. 551 Language/06_Functions/1_Function_Declaration_A03_t02: Fail # Checks that 'id' is not assignable since its declaration is equivalent to the final variable declar ation.
558 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error. 552 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error.
559 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 553 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
560 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. 554 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.
561 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 555 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
562 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 556 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 Language/11_Statements/08_Switch_A06_t04: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type double. 654 Language/11_Statements/08_Switch_A06_t04: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type double.
661 Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 655 Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
662 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor. 656 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor.
663 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 657 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
664 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). 658 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).
665 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). 659 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).
666 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). 660 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).
667 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 661 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
668 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. 662 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.
669 663
670 Language/05_Variables/05_Variables_A08_t01: Fail # http://dartbug.com/5170
671
672 664
673 # 665 #
674 # Unexpected compile-time errors. 666 # Unexpected compile-time errors.
675 # 667 #
676 [ $compiler == dart2js ] 668 [ $compiler == dart2js ]
677 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 669 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_t06: Fail # http://dartbug.com/5027 670 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
679 671
680 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 672 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
681 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 673 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
770 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
771 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
772 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
773 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 765 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
774 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 766 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
775 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 767 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
776 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 768 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
777 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 769 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
778 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 770 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« lib/compiler/implementation/warnings.dart ('K') | « lib/compiler/implementation/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698