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

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

Issue 22854024: Rename Identifier.getElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: clean-up and fix Created 7 years, 4 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) 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 6
7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
9 9
10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
12 12
13 # invalid argument for constant constructor 13 # invalid argument for constant constructor
14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
15 15
16 # TBF: _f is private, so does not collide 16 # TBF: _f is private, so does not collide
17 Language/07_Classes/1_Instance_Methods_A05_t08: fail 17 Language/07_Classes/1_Instance_Methods_A05_t08: fail
18 18
19 # co19 issue #380, Strings class has been removed 19 # co19 issue #380, Strings class has been removed
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
22 22
23 # co19 issue #389, ceil, floor, truncate and round return integers
24 LibTest/core/int/operator_division_A01_t01: fail, OK
25
26 # co19 issue #397, List.addLast removed 23 # co19 issue #397, List.addLast removed
27 LibTest/core/Iterable/where_A01_t07: fail, OK 24 LibTest/core/Iterable/where_A01_t07: fail, OK
28 25
29 # co19 issue #400, collection library reorg 26 # co19 issue #400, collection library reorg
30 LibTest/core/String/String_class_A01_t01: fail, OK 27 LibTest/core/String/String_class_A01_t01: fail, OK
31 LibTest/core/String/concat_A01_t01: fail, OK 28 LibTest/core/String/concat_A01_t01: fail, OK
32 LibTest/core/String/concat_A02_t01: fail, OK 29 LibTest/core/String/concat_A02_t01: fail, OK
33 LibTest/core/String/hashCode_A01_t01: fail, OK 30 LibTest/core/String/hashCode_A01_t01: fail, OK
34 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK 31 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
35 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK 32 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 Language/12_Expressions/12_Instance_Creation/1_New_A06_t07: fail # co19-roll r54 6: Please triage this failure 168 Language/12_Expressions/12_Instance_Creation/1_New_A06_t07: fail # co19-roll r54 6: Please triage this failure
172 Language/12_Expressions/12_Instance_Creation/1_New_A06_t08: fail # co19-roll r54 6: Please triage this failure 169 Language/12_Expressions/12_Instance_Creation/1_New_A06_t08: fail # co19-roll r54 6: Please triage this failure
173 Language/12_Expressions/12_Instance_Creation/1_New_A06_t09: fail # co19-roll r54 6: Please triage this failure 170 Language/12_Expressions/12_Instance_Creation/1_New_A06_t09: fail # co19-roll r54 6: Please triage this failure
174 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # co19-roll r54 6: Please triage this failure 171 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # co19-roll r54 6: Please triage this failure
175 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail # co19-roll r 546: Please triage this failure 172 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail # co19-roll r 546: Please triage this failure
176 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail # co19-roll r 546: Please triage this failure 173 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail # co19-roll r 546: Please triage this failure
177 Language/12_Expressions/12_Instance_Creation_A01_t02: fail # co19-roll r546: Ple ase triage this failure 174 Language/12_Expressions/12_Instance_Creation_A01_t02: fail # co19-roll r546: Ple ase triage this failure
178 Language/12_Expressions/12_Instance_Creation_A01_t05: fail # co19-roll r546: Ple ase triage this failure 175 Language/12_Expressions/12_Instance_Creation_A01_t05: fail # co19-roll r546: Ple ase triage this failure
179 Language/12_Expressions/12_Instance_Creation_A01_t06: fail # co19-roll r546: Ple ase triage this failure 176 Language/12_Expressions/12_Instance_Creation_A01_t06: fail # co19-roll r546: Ple ase triage this failure
180 Language/12_Expressions/12_Instance_Creation_A01_t08: fail # co19-roll r546: Ple ase triage this failure 177 Language/12_Expressions/12_Instance_Creation_A01_t08: fail # co19-roll r546: Ple ase triage this failure
181 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail # co19-roll r546: Please triage this failure
182 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail # co19-roll r546: Please triage this failure 178 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail # co19-roll r546: Please triage this failure
183 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail # co19-roll r546: Please triage this failure 179 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail # co19-roll r546: Please triage this failure
184 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail # co19-roll r546: Please triage this failure 180 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail # co19-roll r546: Please triage this failure
185 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail # co19-roll r546: Please triage this failure 181 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail # co19-roll r546: Please triage this failure
186 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19-roll r546: Please tria ge this failure 182 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19-roll r546: Please tria ge this failure
187 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19-roll r546: Please triage this failure 183 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19-roll r546: Please triage this failure
188 Language/13_Statements/04_Local_Function_Declaration_A01_t01: fail # co19-roll r 546: Please triage this failure 184 Language/13_Statements/04_Local_Function_Declaration_A01_t01: fail # co19-roll r 546: Please triage this failure
189 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure 185 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure
190 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure 186 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure
191 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure 187 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure 299 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure
304 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure 300 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure
305 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure 301 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
306 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure 302 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
307 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure 303 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure
308 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure 304 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure
309 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure 305 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure
310 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this failure 306 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this failure
311 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this failure 307 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this failure
312 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this failure 308 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698