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

Side by Side Diff: tests/co19/co19-runtime.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
6 [ $runtime == vm ] 5 [ $runtime == vm ]
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
8 7
8 # issue xxx - using removed deprecated methods.
floitsch 2013/04/11 15:17:50 ditto.
Anders Johnsen 2013/04/12 09:31:14 Done.
9 LibTest/core/List/List.fixedLength_A01_t01: fail
10 LibTest/core/List/addAll_A02_t01: fail
11 LibTest/core/List/add_A02_t01: fail
12 LibTest/core/List/clear_A02_t01: fail
13 LibTest/core/List/insertRange_A02_t01: fail
14 LibTest/core/List/length_A04_t01: fail
15 LibTest/core/List/removeLast_A02_t01: fail
16 LibTest/core/List/removeRange_A02_t01: fail
17 LibTest/core/Set/isSubsetOf_A01_t01: fail
18 LibTest/core/Set/isSubsetOf_A01_t02: fail
19
20 [ $runtime == vm && $checked ]
21 # issue xxx - using removed deprecated methods.
22 LibTest/collection/Queue/Queue.from_A01_t01: fail
23 LibTest/collection/Queue/Queue.from_A01_t02: fail
24 LibTest/core/List/List.from_A01_t01: fail
25 LibTest/core/List/every_A01_t01: fail
26 LibTest/core/Match/pattern_A01_t01: fail
27 LibTest/core/Match/str_A01_t01: fail
28 LibTest/core/RegExp/allMatches_A01_t01: fail
9 29
10 [ $compiler == none && $runtime == vm && $unchecked ] 30 [ $compiler == none && $runtime == vm && $unchecked ]
11 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 31 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
12 32
13 33
14 [ $compiler == none && $runtime == vm && $checked ] 34 [ $compiler == none && $runtime == vm && $checked ]
15 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 35 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
16 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. 36 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure.
17 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. 37 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure.
18 38
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 [ $compiler == none && $arch == arm ] 452 [ $compiler == none && $arch == arm ]
433 *: Skip 453 *: Skip
434 454
435 455
436 [ $compiler == none && $arch == simmips ] 456 [ $compiler == none && $arch == simmips ]
437 *: Skip 457 *: Skip
438 458
439 459
440 [ $compiler == none && $arch == mips ] 460 [ $compiler == none && $arch == mips ]
441 *: Skip 461 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698