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

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

Issue 11273041: Make first and last getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 1 month 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 | « samples/ui_lib/touch/Momentum.dart ('k') | tests/co19/co19-dart2js.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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure.
7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure.
9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure.
10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 LibTest/core/HashMap/HashMap_A01_t01: Fail, OK # co19 issue 287 130 LibTest/core/HashMap/HashMap_A01_t01: Fail, OK # co19 issue 287
131 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 287 131 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 287
132 LibTest/core/Set/isEmpty_A01_t01: Fail, OK # co19 issue 287 132 LibTest/core/Set/isEmpty_A01_t01: Fail, OK # co19 issue 287
133 LibTest/core/Set/Set_A01_t01: Fail, OK # co19 issue 287 133 LibTest/core/Set/Set_A01_t01: Fail, OK # co19 issue 287
134 LibTest/core/Set/filter_A01_t02: Fail, OK # co19 issue 287 134 LibTest/core/Set/filter_A01_t02: Fail, OK # co19 issue 287
135 LibTest/core/Set/forEach_A01_t01: Fail, OK # co19 issue 287 135 LibTest/core/Set/forEach_A01_t01: Fail, OK # co19 issue 287
136 LibTest/core/Set/filter_A01_t01: Fail, OK # co19 issue 287 136 LibTest/core/Set/filter_A01_t01: Fail, OK # co19 issue 287
137 LibTest/core/String/isEmpty_A01_t01: Fail, OK # co19 issue 287 137 LibTest/core/String/isEmpty_A01_t01: Fail, OK # co19 issue 287
138 LibTest/core/String/splitChars_A01_t01: Fail, OK # co19 issue 287 138 LibTest/core/String/splitChars_A01_t01: Fail, OK # co19 issue 287
139 139
140 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291
141 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
142 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
143 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291
144 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
145 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
146 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
147 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
148 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
149 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
150 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291
151 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291
152
140 153
141 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 154 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
142 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 155 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
143 156
144 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 278 157 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 278
145 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 278 158 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 278
146 LibTest/core/double/isInfinite_A01_t03: Fail, OK # co19 issue 278 159 LibTest/core/double/isInfinite_A01_t03: Fail, OK # co19 issue 278
147 LibTest/core/double/isInfinite_A01_t02: Fail, OK # co19 issue 278 160 LibTest/core/double/isInfinite_A01_t02: Fail, OK # co19 issue 278
148 LibTest/core/double/isInfinite_A01_t01: Fail, OK # co19 issue 278 161 LibTest/core/double/isInfinite_A01_t01: Fail, OK # co19 issue 278
149 LibTest/core/int/isInfinite_A01_t01: Fail, OK # co19 issue 278 162 LibTest/core/int/isInfinite_A01_t01: Fail, OK # co19 issue 278
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 698
686 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 699 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
687 700
688 701
689 [ $compiler == dart2dart && $system == windows ] 702 [ $compiler == dart2dart && $system == windows ]
690 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 703 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
691 LibTest/core/double/round_A01_t01: Fail # Result is NaN 704 LibTest/core/double/round_A01_t01: Fail # Result is NaN
692 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 705 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
693 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 706 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
694 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 707 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW
« no previous file with comments | « samples/ui_lib/touch/Momentum.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698