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

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

Issue 14135005: Fix 'collection' tests and co19 dartc/dart2js status files. (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
« no previous file with comments | « no previous file | tests/co19/co19-dart2dart.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) 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 224 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
225 LibTest/core/List/List.from_A01_t01: fail # Issue 400 225 LibTest/core/List/List.from_A01_t01: fail # Issue 400
226 LibTest/core/List/getRange_A01_t01: fail # Issue 400
227 LibTest/core/List/getRange_A02_t01: fail # Issue 400
228 LibTest/core/List/getRange_A04_t01: fail # Issue 400
229 LibTest/core/List/getRange_A05_t01: fail # Issue 400
230 LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400 226 LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400
231 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 227 LibTest/core/Match/pattern_A01_t01: fail # Issue 400
232 LibTest/core/Match/str_A01_t01: fail # Issue 400 228 LibTest/core/Match/str_A01_t01: fail # Issue 400
233 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 229 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
234 LibTest/core/Set/intersection_A01_t02: fail # Issue 400 230 LibTest/core/Set/intersection_A01_t02: fail # Issue 400
235 LibTest/core/String/String_class_A01_t01: fail # Issue 400 231 LibTest/core/String/String_class_A01_t01: fail # Issue 400
236 LibTest/core/String/concat_A01_t01: fail # Issue 400 232 LibTest/core/String/concat_A01_t01: fail # Issue 400
237 LibTest/core/String/concat_A02_t01: fail # Issue 400 233 LibTest/core/String/concat_A02_t01: fail # Issue 400
238 LibTest/core/String/hashCode_A01_t01: fail # Issue 400 234 LibTest/core/String/hashCode_A01_t01: fail # Issue 400
235 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
236 LibTest/core/List/addAll_A02_t01: fail # Issue 400
237 LibTest/core/List/add_A02_t01: fail # Issue 400
238 LibTest/core/List/clear_A02_t01: fail # Issue 400
239 LibTest/core/List/insertRange_A02_t01: fail # Issue 400
240 LibTest/core/List/length_A04_t01: fail # Issue 400
241 LibTest/core/List/removeLast_A02_t01: fail # Issue 400
242 LibTest/core/List/removeRange_A02_t01: fail # Issue 400
243 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
244 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
239 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399 245 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
240 246
241 [ $runtime == drt && $compiler == none ] 247 [ $runtime == drt && $compiler == none ]
242 *: Skip 248 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698