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

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

Issue 25616004: co19 triage (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « no previous file | no next file » | 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 # invalid argument for constant constructor 6 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 8
9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
10 Language/12_Expressions/01_Constants_A16_t03: fail 10 Language/12_Expressions/01_Constants_A16_t03: fail
11 11
12 # TBF: infinite look: class A {const A();final m = const A();} 12 # TBF: infinite look: class A {const A();final m = const A();}
13 Language/12_Expressions/01_Constants_A17_t03: fail 13 Language/12_Expressions/01_Constants_A17_t03: fail
14 14
15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
16 Language/15_Types/4_Interface_Types_A11_t01: Skip 16 Language/15_Types/4_Interface_Types_A11_t01: Skip
17 Language/15_Types/4_Interface_Types_A11_t02: Skip 17 Language/15_Types/4_Interface_Types_A11_t02: Skip
18 18
19 # co19 issue #380, Strings class has been removed 19 # TBF: "class B1 = A with M1;", typedef cannot be used for mixins
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 20 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail
21 21
22 # co19 issue #400, collection library reorg 22 # TBF: #name symbol is constant
23 LibTest/core/String/concat_A01_t01: fail, OK 23 Language/12_Expressions/01_Constants_A22_t01: Fail
24 LibTest/core/String/concat_A02_t01: fail, OK
25 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
26 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
27 24
28 # co19 issue #425, Only static fields can be declared as 'const' 25 # TBF: It is a compile-time error if the key of an entry in a constant map liter al is an instance of a class that implements the operator == unless the key is a string or integer.
29 Language/07_Classes/07_Classes_A02_t11: fail, OK 26 Language/12_Expressions/07_Maps_A13_t01: Fail
27
28 # TBF: malformed or malbounded type in "conts" is static warning
29 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail
30
31 # TBF: main() { {}; } is map as expression statement, so NON_CONST_MAP_AS_EXPRES SION_STATEMENT
32 Language/13_Statements/02_Expression_Statements_A01_t13: Fail
33
34 # TBF: typedef self reference
35 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail
36 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail
37
38
30 39
31 # co19 issue #442, undefined name "Expect" 40 # co19 issue #442, undefined name "Expect"
32 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 41 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
33 42
34 # co19 issue #455, undeclared identifier is static warning 43 # co19 issue #455, undeclared identifier is static warning
35 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 44 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
36 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 45 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
37 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 46 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
38 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 47 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
39 48
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 # co19 issue #543: invocation of a non-function 82 # co19 issue #543: invocation of a non-function
74 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 83 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
75 84
76 # co19 issue #564: URI can be any number adjacent string literals 85 # co19 issue #564: URI can be any number adjacent string literals
77 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 86 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
78 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 87 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
79 88
80 # co19 issue #609, return type of "factory M" is M, so we need static warning fo r "return;". 89 # co19 issue #609, return type of "factory M" is M, so we need static warning fo r "return;".
81 Language/13_Statements/11_Return_A07_t01: fail, OK 90 Language/13_Statements/11_Return_A07_t01: fail, OK
82 91
83 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail # co19-roll r607: Please tr iage this failure 92 # co19 issue #613: @static-warning missing, only runtime behavior is tested
84 Language/12_Expressions/01_Constants_A22_t01: Fail # co19-roll r607: Please tria ge this failure 93 Language/12_Expressions/13_Property_Extraction_A02_t02: Fail, OK
85 Language/12_Expressions/07_Maps_A13_t01: Fail # co19-roll r607: Please triage th is failure 94 Language/12_Expressions/13_Property_Extraction_A04_t02: Fail, OK
86 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail # co19-roll r607: Ple ase triage this failure 95 Language/12_Expressions/13_Property_Extraction_A04_t03: Fail, OK
87 Language/12_Expressions/13_Property_Extraction_A02_t02: Fail # co19-roll r607: P lease triage this failure 96 Language/12_Expressions/17_Getter_Invocation_A07_t01: Fail, OK
88 Language/12_Expressions/13_Property_Extraction_A04_t02: Fail # co19-roll r607: P lease triage this failure 97 Language/12_Expressions/17_Getter_Invocation_A07_t02: Fail, OK
89 Language/12_Expressions/13_Property_Extraction_A04_t03: Fail # co19-roll r607: P lease triage this failure 98 Language/12_Expressions/18_Assignment_A01_t07: Fail, OK
90 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail # co19-roll r607: Please triage this failure 99 Language/12_Expressions/18_Assignment_A04_t09: Fail, OK
91 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail # co19-roll r607: Please triage this failure 100 LibTest/core/Invocation/isAccessor_A01_t01: Fail, OK
92 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t04: Fail # co19-roll r607: Please triage this failure 101 LibTest/core/Invocation/isAccessor_A01_t02: Fail, OK
93 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Fail # co19-roll r607: Please triage this failure 102 LibTest/core/Invocation/isGetter_A01_t01: Fail, OK
94 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail # co19-roll r607: Please triage this failure 103 LibTest/core/Invocation/isGetter_A01_t02: Fail, OK
95 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail # co19-roll r607: Please triage this failure 104 LibTest/core/Invocation/isMethod_A01_t01: Fail, OK
96 Language/12_Expressions/17_Getter_Invocation_A07_t01: Fail # co19-roll r607: Ple ase triage this failure 105 LibTest/core/Invocation/isMethod_A01_t02: Fail, OK
97 Language/12_Expressions/17_Getter_Invocation_A07_t02: Fail # co19-roll r607: Ple ase triage this failure 106 LibTest/core/Invocation/isSetter_A01_t01: Fail, OK
98 Language/12_Expressions/18_Assignment_A01_t07: Fail # co19-roll r607: Please tri age this failure 107 LibTest/core/Invocation/isSetter_A01_t02: Fail, OK
99 Language/12_Expressions/18_Assignment_A04_t09: Fail # co19-roll r607: Please tri age this failure 108 LibTest/core/Invocation/memberName_A01_t01: Fail, OK
100 Language/13_Statements/02_Expression_Statements_A01_t13: Fail # co19-roll r607: Please triage this failure 109 LibTest/core/Invocation/namedArguments_A01_t01: Fail, OK
101 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure 110 LibTest/core/Invocation/positionalArguments_A01_t01: Fail, OK
102 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure 111 LibTest/core/Symbol/Symbol_A01_t04: Fail, OK
103 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail # co19-roll r60 7: Please triage this failure 112
104 LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01: Fail # co19-roll r6 07: Please triage this failure 113 # co19 issue #614: abstract class
105 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail # co19-roll r 607: Please triage this failure 114 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail , OK
106 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail # co19-roll r607: Please triage this failure 115 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail , OK
107 LibTest/collection/LinkedList/first_A01_t02: Fail # co19-roll r607: Please triag e this failure 116 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail, OK
108 LibTest/collection/LinkedList/reduce_A01_t01: Fail # co19-roll r607: Please tria ge this failure 117 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail, OK
109 LibTest/core/Invocation/isAccessor_A01_t01: Fail # co19-roll r607: Please triage this failure 118
110 LibTest/core/Invocation/isAccessor_A01_t02: Fail # co19-roll r607: Please triage this failure 119 # co19 issue #615: Expect import missing
111 LibTest/core/Invocation/isGetter_A01_t01: Fail # co19-roll r607: Please triage t his failure 120 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail , OK
112 LibTest/core/Invocation/isGetter_A01_t02: Fail # co19-roll r607: Please triage t his failure 121 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
113 LibTest/core/Invocation/isMethod_A01_t01: Fail # co19-roll r607: Please triage t his failure 122
114 LibTest/core/Invocation/isMethod_A01_t02: Fail # co19-roll r607: Please triage t his failure 123 # co19 issue #616: X required argument(s) expected, but Y found
115 LibTest/core/Invocation/isSetter_A01_t01: Fail # co19-roll r607: Please triage t his failure 124 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t04: Fail , OK
116 LibTest/core/Invocation/isSetter_A01_t02: Fail # co19-roll r607: Please triage t his failure 125 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Fail, O K
117 LibTest/core/Invocation/memberName_A01_t01: Fail # co19-roll r607: Please triage this failure 126
118 LibTest/core/Invocation/namedArguments_A01_t01: Fail # co19-roll r607: Please tr iage this failure 127 # co19 issue #617: "hasNext" is not a function; "Expec"
119 LibTest/core/Invocation/positionalArguments_A01_t01: Fail # co19-roll r607: Plea se triage this failure 128 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK
120 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail # co19-roll r607: Please triage this failure 129
121 LibTest/core/RuneIterator/current_A01_t02: Fail # co19-roll r607: Please triage this failure 130 # co19 issue #618: Just a mess - mix of Map and Set
122 LibTest/core/Runes/isEmpty_A01_t02: Fail # co19-roll r607: Please triage this fa ilure 131 LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01: Fail, OK
123 LibTest/core/Runes/isNotEmpty_A01_t02: Fail # co19-roll r607: Please triage this failure 132 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail, OK
124 LibTest/core/Runes/lastWhere_A02_t01: Fail # co19-roll r607: Please triage this failure 133 LibTest/collection/LinkedList/first_A01_t02: Fail, OK
125 LibTest/core/Runes/length_A01_t02: Fail # co19-roll r607: Please triage this fai lure 134
126 LibTest/core/Symbol/Symbol_A01_t04: Fail # co19-roll r607: Please triage this fa ilure 135 # co19 issue #619: 1 required argument(s) expected, but 0 found
136 LibTest/collection/LinkedList/reduce_A01_t01: Fail, OK
137
138 # co19 issue #620: The name 'NoSuchMethoError' is not a type and cannot be used in an on-catch clause
139 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail, OK
140 LibTest/core/RuneIterator/current_A01_t02: Fail, OK
141 LibTest/core/Runes/length_A01_t02: Fail, OK
142
143 # co19 issue #621: Undefined name 'runes'
144 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK
145 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK
146
147 # co19 issue #622: Undefined class 'Int16List.fromList'
148 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698