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

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

Issue 19857010: Fix Queue's iterator to allocate an iterator using type parameter. Enable now passing tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | « tests/co19/co19-dart2js.status ('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 [ $compiler == none] 5 [ $compiler == none]
6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 LibTest/async/Future/wait_A01_t04: Fail # TODO(vm-team): Please triage this fail ure. 61 LibTest/async/Future/wait_A01_t04: Fail # TODO(vm-team): Please triage this fail ure.
62 LibTest/async/Future/wait_A01_t05: Fail # TODO(vm-team): Please triage this fail ure. 62 LibTest/async/Future/wait_A01_t05: Fail # TODO(vm-team): Please triage this fail ure.
63 LibTest/async/Future/wait_A01_t06: Fail # TODO(vm-team): Please triage this fail ure. 63 LibTest/async/Future/wait_A01_t06: Fail # TODO(vm-team): Please triage this fail ure.
64 LibTest/async/Future/wait_A02_t01: Fail # TODO(vm-team): Please triage this fail ure. 64 LibTest/async/Future/wait_A02_t01: Fail # TODO(vm-team): Please triage this fail ure.
65 LibTest/async/Future/wait_A02_t02: Fail # TODO(vm-team): Please triage this fail ure. 65 LibTest/async/Future/wait_A02_t02: Fail # TODO(vm-team): Please triage this fail ure.
66 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(vm-team): Please triage t his failure. 66 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(vm-team): Please triage t his failure.
67 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(vm-team): Please triage t his failure. 67 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(vm-team): Please triage t his failure.
68 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(vm-team): Please triage t his failure. 68 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(vm-team): Please triage t his failure.
69 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(vm-team): Please triage t his failure. 69 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(vm-team): Please triage t his failure.
70 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(vm-team): Please triage t his failure. 70 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(vm-team): Please triage t his failure.
71 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t his failure.
72 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please triage this failure. 71 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please triage this failure.
73 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please triage this failure. 72 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please triage this failure.
74 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure . 73 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure .
75 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure. 74 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure.
76 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure. 75 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure.
77 76
78 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 77 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422
79 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 78 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422
80 79
81 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 80 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 [ $compiler == none && $runtime == vm && $arch == mips ] 485 [ $compiler == none && $runtime == vm && $arch == mips ]
487 *: Skip 486 *: Skip
488 487
489 [ $compiler == none && $runtime == vm && $arch == simmips ] 488 [ $compiler == none && $runtime == vm && $arch == simmips ]
490 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 489 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
491 490
492 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 491 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
493 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 492 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
494 LibTest/core/List/sort_A01_t05: Crash 493 LibTest/core/List/sort_A01_t05: Crash
495 LibTest/core/List/sort_A01_t06: Crash 494 LibTest/core/List/sort_A01_t06: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698