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

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

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t his failure. 6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t his failure.
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(dartc-team): Please triage this failure. 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(dartc-team): Please triage this failure.
8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(dartc-team): Please triage this failure. 8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(dartc-team): Please triage this failure.
9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t his failure. 9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t his failure.
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P lease triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P lease triage this failure.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 214
215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389 215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389
216 216
217 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 217 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397
218 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 218 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
219 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 219 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
220 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 220 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
221 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 221 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
222 LibTest/core/List/filter_A03_t01: Fail # Issue 397 222 LibTest/core/List/filter_A03_t01: Fail # Issue 397
223 223
224 # issue xxx - using removed deprecated methods.
floitsch 2013/04/11 15:17:50 Don't forget to file an issue. Put the issue numbe
Anders Johnsen 2013/04/12 09:31:14 Done.
225 LibTest/collection/Queue/Queue.from_A01_t01: fail
226 LibTest/core/List/List.from_A01_t01: fail
227 LibTest/core/List/getRange_A01_t01: fail
228 LibTest/core/List/getRange_A02_t01: fail
229 LibTest/core/List/getRange_A04_t01: fail
230 LibTest/core/List/getRange_A05_t01: fail
231 LibTest/core/List/operator_subscript_A01_t02: fail
232 LibTest/core/Match/pattern_A01_t01: fail
233 LibTest/core/Match/str_A01_t01: fail
234 LibTest/core/RegExp/allMatches_A01_t01: fail
235 LibTest/core/Set/intersection_A01_t02: fail
236 LibTest/core/String/String_class_A01_t01: fail
237 LibTest/core/String/concat_A01_t01: fail
238 LibTest/core/String/concat_A02_t01: fail
239 LibTest/core/String/hashCode_A01_t01: fail
240
224 [ $runtime == drt && $compiler == none ] 241 [ $runtime == drt && $compiler == none ]
225 *: Skip 242 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698