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

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

Issue 11315007: Update analyzer co19 status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« 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) 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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 Language/13_Libraries_and_Scripts/2_Exports_A01_t03: Fail # TODO(analyzer-team): Please triage this failure. 120 Language/13_Libraries_and_Scripts/2_Exports_A01_t03: Fail # TODO(analyzer-team): Please triage this failure.
121 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: Fail # TODO(analyzer-team): Please triage this failure. 121 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: Fail # TODO(analyzer-team): Please triage this failure.
122 Language/13_Libraries_and_Scripts/2_Exports_A03_t01: Fail # TODO(analyzer-team): Please triage this failure. 122 Language/13_Libraries_and_Scripts/2_Exports_A03_t01: Fail # TODO(analyzer-team): Please triage this failure.
123 Language/13_Libraries_and_Scripts/2_Exports_A03_t02: Fail # TODO(analyzer-team): Please triage this failure. 123 Language/13_Libraries_and_Scripts/2_Exports_A03_t02: Fail # TODO(analyzer-team): Please triage this failure.
124 Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(analyzer-team): Please triage this failure. 124 Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(analyzer-team): Please triage this failure.
125 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(analyzer-team): Please triage this failure. 125 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(analyzer-team): Please triage this failure.
126 Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(analyzer-team): Please triage this failure. 126 Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(analyzer-team): Please triage this failure.
127 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(analyzer-team): Please triage this failure. 127 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(analyzer-team): Please triage this failure.
128 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(analyzer-team): Please triage this failure. 128 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(analyzer-team): Please triage this failure.
129 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(analyzer-team): Please triage this failure. 129 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(analyzer-team): Please triage this failure.
130 LibTest/core/Queue/Queue.from_A01_t02: Fail # TODO(analyzer-team): Please triage this failure.
131 LibTest/core/Set/Set.from_A01_t02: Fail # TODO(analyzer-team): Please triage thi s failure.
130 132
131 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 133 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
132 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 134 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
133 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 135 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
134 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79 136 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79
135 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79 137 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79
136 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179 138 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179
137 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179 139 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179
138 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179 140 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179
139 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179 141 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # language chang e 3368 222 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # language chang e 3368
221 Language/10_Expressions/24_Shift_A01_t11: Fail # language change 3368 223 Language/10_Expressions/24_Shift_A01_t11: Fail # language change 3368
222 Language/10_Expressions/24_Shift_A01_t12: Fail # language change 3368 224 Language/10_Expressions/24_Shift_A01_t12: Fail # language change 3368
223 225
224 # The following tests use hashCode() (function) instead of hashCode (getter). 226 # The following tests use hashCode() (function) instead of hashCode (getter).
225 # co19 issue 273 227 # co19 issue 273
226 LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK 228 LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK
227 LibTest/core/String/hashCode_A01_t01: Pass, OK 229 LibTest/core/String/hashCode_A01_t01: Pass, OK
228 LibTest/core/int/hashCode_A01_t01: Pass, OK 230 LibTest/core/int/hashCode_A01_t01: Pass, OK
229 231
230 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 276
231 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 276
232 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 276
233 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
234 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
235 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
236 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
237 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
238 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
239 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
240 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
241 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
242 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
243
244 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
245 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
246 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
247 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
248 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
249 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
250 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
251 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
252 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
253
254 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 232 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
255 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 233 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
256 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 234 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288
257 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 235 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
258 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 236 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288
259 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 237 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
260 238
261 # The following tests use the deprecated catch syntax
262
263 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK 239 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK
264 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK 240 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK
265 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K 241 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K
266 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK 242 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK
267 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K 243 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K
268 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK 244 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK
269 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K 245 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K
270 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK 246 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK
271 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail , OK 247 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail , OK
272 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail, O K 248 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail, O K
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 285 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
310 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 286 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
311 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 287 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
312 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 288 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
313 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 289 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
314 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 290 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
315 291
316 292
317 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 293 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
318 *: Skip 294 *: Skip
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