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

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

Issue 23543007: Remove last vestiges of removeAll from typed lists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « sdk/lib/_collection_dev/list.dart ('k') | 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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 LibTest/typed_data/Float32x4/zzyw_A01_t01: FAIL, OK # co19 issue 546 311 LibTest/typed_data/Float32x4/zzyw_A01_t01: FAIL, OK # co19 issue 546
312 LibTest/typed_data/Float32x4/zzyx_A01_t01: FAIL, OK # co19 issue 546 312 LibTest/typed_data/Float32x4/zzyx_A01_t01: FAIL, OK # co19 issue 546
313 LibTest/typed_data/Float32x4/zzyy_A01_t01: FAIL, OK # co19 issue 546 313 LibTest/typed_data/Float32x4/zzyy_A01_t01: FAIL, OK # co19 issue 546
314 LibTest/typed_data/Float32x4/zzyz_A01_t01: FAIL, OK # co19 issue 546 314 LibTest/typed_data/Float32x4/zzyz_A01_t01: FAIL, OK # co19 issue 546
315 LibTest/typed_data/Float32x4/zzzw_A01_t01: FAIL, OK # co19 issue 546 315 LibTest/typed_data/Float32x4/zzzw_A01_t01: FAIL, OK # co19 issue 546
316 LibTest/typed_data/Float32x4/zzzx_A01_t01: FAIL, OK # co19 issue 546 316 LibTest/typed_data/Float32x4/zzzx_A01_t01: FAIL, OK # co19 issue 546
317 LibTest/typed_data/Float32x4/zzzy_A01_t01: FAIL, OK # co19 issue 546 317 LibTest/typed_data/Float32x4/zzzy_A01_t01: FAIL, OK # co19 issue 546
318 LibTest/typed_data/Float32x4/zzzz_A01_t01: FAIL, OK # co19 issue 546 318 LibTest/typed_data/Float32x4/zzzz_A01_t01: FAIL, OK # co19 issue 546
319 LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # co19-roll r559: Pl ease triage this failure 319 LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # co19-roll r559: Pl ease triage this failure
320 320
321 LibTest/typed_data/Float32List/removeAll_A01_t01: Fail # co19 issue 548
322 LibTest/typed_data/Float32List/retainAll_A01_t01: Fail # co19 issue 548
323 LibTest/typed_data/Float32x4List/removeAll_A01_t01: Fail # co19 issue 548
324 LibTest/typed_data/Float32x4List/retainAll_A01_t01: Fail # co19 issue 548
325 LibTest/typed_data/Float64List/removeAll_A01_t01: Fail # co19 issue 548
326 LibTest/typed_data/Float64List/retainAll_A01_t01: Fail # co19 issue 548
327 LibTest/typed_data/Int16List/removeAll_A01_t01: Fail # co19 issue 548
328 LibTest/typed_data/Int16List/retainAll_A01_t01: Fail # co19 issue 548
329 LibTest/typed_data/Int32List/removeAll_A01_t01: Fail # co19 issue 548
330 LibTest/typed_data/Int32List/retainAll_A01_t01: Fail # co19 issue 548
331 LibTest/typed_data/Int64List/removeAll_A01_t01: Fail # co19 issue 548
332 LibTest/typed_data/Int64List/retainAll_A01_t01: Fail # co19 issue 548
333 LibTest/typed_data/Int8List/removeAll_A01_t01: Fail # co19 issue 548
334 LibTest/typed_data/Int8List/retainAll_A01_t01: Fail # co19 issue 548
335 LibTest/typed_data/Uint16List/removeAll_A01_t01: Fail # co19 issue 548
336 LibTest/typed_data/Uint16List/retainAll_A01_t01: Fail # co19 issue 548
337 LibTest/typed_data/Uint32List/removeAll_A01_t01: Fail # co19 issue 548
338 LibTest/typed_data/Uint32List/retainAll_A01_t01: Fail # co19 issue 548
339 LibTest/typed_data/Uint64List/removeAll_A01_t01: Fail # co19 issue 548
340 LibTest/typed_data/Uint64List/retainAll_A01_t01: Fail # co19 issue 548
341 LibTest/typed_data/Uint8ClampedList/removeAll_A01_t01: Fail # co19 issue 548
342 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548
343 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548
344 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548
345
346
321 ### CHECKED MODE FAILURES ### 347 ### CHECKED MODE FAILURES ###
322 348
323 [ ($runtime == vm || $compiler == dart2js) && $checked] 349 [ ($runtime == vm || $compiler == dart2js) && $checked]
324 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 350 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498
325 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 351 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498
326 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure 352 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure
327 Language/15_Types/1_Static_Types_A03_t03: FAIL, OK # co19 issue 498 353 Language/15_Types/1_Static_Types_A03_t03: FAIL, OK # co19 issue 498
328 Language/15_Types/1_Static_Types_A03_t04: FAIL, OK # co19 issue 498 354 Language/15_Types/1_Static_Types_A03_t04: FAIL, OK # co19 issue 498
329 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 355 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498
330 LibTest/async/EventTransformStream/contains_A02_t01: FAIL, OK # co19 issue 498 356 LibTest/async/EventTransformStream/contains_A02_t01: FAIL, OK # co19 issue 498
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 400 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498
375 LibTest/core/List/join_A01_t01: FAIL, OK # co19 issue 498 401 LibTest/core/List/join_A01_t01: FAIL, OK # co19 issue 498
376 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 402 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
377 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 403 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
378 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 404 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
379 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 405 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
380 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 406 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
381 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 407 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
382 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 408 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
383 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 409 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
OLDNEW
« no previous file with comments | « sdk/lib/_collection_dev/list.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698