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

Side by Side Diff: dart/tests/co19/co19-analyzer2.status

Issue 25710002: co19-roll to r607 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« no previous file with comments | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 6 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
8 8
9 # invalid argument for constant constructor 9 # invalid argument for constant constructor
10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
(...skipping 11 matching lines...) Expand all
22 # TBF: infinite look: class A {const A();final m = const A();} 22 # TBF: infinite look: class A {const A();final m = const A();}
23 Language/12_Expressions/01_Constants_A17_t03: fail 23 Language/12_Expressions/01_Constants_A17_t03: fail
24 24
25 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 25 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
26 Language/15_Types/4_Interface_Types_A11_t01: Skip 26 Language/15_Types/4_Interface_Types_A11_t01: Skip
27 Language/15_Types/4_Interface_Types_A11_t02: Skip 27 Language/15_Types/4_Interface_Types_A11_t02: Skip
28 28
29 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void. 29 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void.
30 Language/13_Statements/11_Return_A07_t01: fail 30 Language/13_Statements/11_Return_A07_t01: fail
31 31
32
33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
34
35 # co19 issue #380, Strings class has been removed 32 # co19 issue #380, Strings class has been removed
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 33 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
37 34
38 # co19 issue #400, collection library reorg 35 # co19 issue #400, collection library reorg
39 LibTest/core/String/concat_A01_t01: fail, OK 36 LibTest/core/String/concat_A01_t01: fail, OK
40 LibTest/core/String/concat_A02_t01: fail, OK 37 LibTest/core/String/concat_A02_t01: fail, OK
41 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK 38 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
42 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK 39 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
43 40
44 # co19 issue #425, Only static fields can be declared as 'const' 41 # co19 issue #425, Only static fields can be declared as 'const'
45 Language/05_Variables/05_Variables_A12_t01: fail, OK
46 Language/05_Variables/05_Variables_A12_t06: fail, OK
47 Language/05_Variables/05_Variables_A13_t01: fail, OK
48 Language/07_Classes/07_Classes_A02_t11: fail, OK 42 Language/07_Classes/07_Classes_A02_t11: fail, OK
49 43
50 # co19 issue #442, undefined name "Expect" 44 # co19 issue #442, undefined name "Expect"
51 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 45 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
52 46
53 # co19 issue #455, undeclared identifier is static warning 47 # co19 issue #455, undeclared identifier is static warning
54 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 48 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
55 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 49 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
56 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 50 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
57 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 51 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
(...skipping 18 matching lines...) Expand all
76 70
77 # co19 issue #454 (wrongly closed) 71 # co19 issue #454 (wrongly closed)
78 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK 72 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
79 73
80 # co19 issue #528, Const: wrong number of type arguments 74 # co19 issue #528, Const: wrong number of type arguments
81 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK 75 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK
82 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK 76 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK
83 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK 77 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK
84 78
85 # co19 issue #433 (wrongly closed), missing @static-warning annotation 79 # co19 issue #433 (wrongly closed), missing @static-warning annotation
86 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
87 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 80 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
88 81
89 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 82 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
90 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 83 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
91 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 84 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
92 85
93 # co19 issue #543: invocation of a non-function 86 # co19 issue #543: invocation of a non-function
94 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 87 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
95 88
96 # co19 issue #562: malformed superclass
97 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK
98
99 # co19 issue #563: implicitly named libraries are allowed
100 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK
101
102 # co19 issue #564: URI can be any number adjacent string literals 89 # co19 issue #564: URI can be any number adjacent string literals
103 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 90 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
104 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 91 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
105 92
106 # co19 issue #596: initializing final variable at declaration and in constructor 93 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail # co19-roll r607: Please tr iage this failure
107 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK 94 Language/12_Expressions/01_Constants_A22_t01: Fail # co19-roll r607: Please tria ge this failure
108 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK 95 Language/12_Expressions/07_Maps_A13_t01: Fail # co19-roll r607: Please triage th is failure
109 96 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail # co19-roll r607: Ple ase triage this failure
110 # co19 issue #597: concrete class with abstract method 97 Language/12_Expressions/13_Property_Extraction_A02_t02: Fail # co19-roll r607: P lease triage this failure
111 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK 98 Language/12_Expressions/13_Property_Extraction_A04_t02: Fail # co19-roll r607: P lease triage this failure
112 99 Language/12_Expressions/13_Property_Extraction_A04_t03: Fail # co19-roll r607: P lease triage this failure
100 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail # co19-roll r607: Please triage this failure
101 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail # co19-roll r607: Please triage this failure
102 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t04: Fail # co19-roll r607: Please triage this failure
103 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Fail # co19-roll r607: Please triage this failure
104 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail # co19-roll r607: Please triage this failure
105 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail # co19-roll r607: Please triage this failure
106 Language/12_Expressions/17_Getter_Invocation_A07_t01: Fail # co19-roll r607: Ple ase triage this failure
107 Language/12_Expressions/17_Getter_Invocation_A07_t02: Fail # co19-roll r607: Ple ase triage this failure
108 Language/12_Expressions/18_Assignment_A01_t07: Fail # co19-roll r607: Please tri age this failure
109 Language/12_Expressions/18_Assignment_A04_t09: Fail # co19-roll r607: Please tri age this failure
110 Language/13_Statements/02_Expression_Statements_A01_t13: Fail # co19-roll r607: Please triage this failure
111 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure
112 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure
113 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail # co19-roll r60 7: Please triage this failure
114 LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01: Fail # co19-roll r6 07: Please triage this failure
115 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail # co19-roll r 607: Please triage this failure
116 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail # co19-roll r607: Please triage this failure
117 LibTest/collection/LinkedList/first_A01_t02: Fail # co19-roll r607: Please triag e this failure
118 LibTest/collection/LinkedList/reduce_A01_t01: Fail # co19-roll r607: Please tria ge this failure
119 LibTest/core/Invocation/isAccessor_A01_t01: Fail # co19-roll r607: Please triage this failure
120 LibTest/core/Invocation/isAccessor_A01_t02: Fail # co19-roll r607: Please triage this failure
121 LibTest/core/Invocation/isGetter_A01_t01: Fail # co19-roll r607: Please triage t his failure
122 LibTest/core/Invocation/isGetter_A01_t02: Fail # co19-roll r607: Please triage t his failure
123 LibTest/core/Invocation/isMethod_A01_t01: Fail # co19-roll r607: Please triage t his failure
124 LibTest/core/Invocation/isMethod_A01_t02: Fail # co19-roll r607: Please triage t his failure
125 LibTest/core/Invocation/isSetter_A01_t01: Fail # co19-roll r607: Please triage t his failure
126 LibTest/core/Invocation/isSetter_A01_t02: Fail # co19-roll r607: Please triage t his failure
127 LibTest/core/Invocation/memberName_A01_t01: Fail # co19-roll r607: Please triage this failure
128 LibTest/core/Invocation/namedArguments_A01_t01: Fail # co19-roll r607: Please tr iage this failure
129 LibTest/core/Invocation/positionalArguments_A01_t01: Fail # co19-roll r607: Plea se triage this failure
130 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail # co19-roll r607: Please triage this failure
131 LibTest/core/RuneIterator/current_A01_t02: Fail # co19-roll r607: Please triage this failure
132 LibTest/core/Runes/isEmpty_A01_t02: Fail # co19-roll r607: Please triage this fa ilure
133 LibTest/core/Runes/isNotEmpty_A01_t02: Fail # co19-roll r607: Please triage this failure
134 LibTest/core/Runes/lastWhere_A02_t01: Fail # co19-roll r607: Please triage this failure
135 LibTest/core/Runes/length_A01_t02: Fail # co19-roll r607: Please triage this fai lure
136 LibTest/core/Symbol/Symbol_A01_t04: Fail # co19-roll r607: Please triage this fa ilure
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698