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

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

Issue 11238035: Make isEmpty a getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file 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-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 # We are now actually skipping these because of inter-test dependencies. 6 # We are now actually skipping these because of inter-test dependencies.
7 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash. 7 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash.
8 8
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 Language/10_Expressions/21_Bitwise_Expressions_A01_t14: Fail # language change 3 368 203 Language/10_Expressions/21_Bitwise_Expressions_A01_t14: Fail # language change 3 368
204 Language/10_Expressions/21_Bitwise_Expressions_A01_t15: Fail # language change 3 368 204 Language/10_Expressions/21_Bitwise_Expressions_A01_t15: Fail # language change 3 368
205 Language/10_Expressions/22_Equality_A01_t19: Fail # language change 3368 205 Language/10_Expressions/22_Equality_A01_t19: Fail # language change 3368
206 Language/10_Expressions/22_Equality_A01_t20: Fail # language change 3368 206 Language/10_Expressions/22_Equality_A01_t20: Fail # language change 3368
207 Language/10_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 207 Language/10_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169
208 Language/10_Expressions/23_Relational_Expressions_A01_t20: Fail # language chang e 3368 208 Language/10_Expressions/23_Relational_Expressions_A01_t20: Fail # language chang e 3368
209 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # language chang e 3368 209 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # language chang e 3368
210 Language/10_Expressions/24_Shift_A01_t11: Fail # language change 3368 210 Language/10_Expressions/24_Shift_A01_t11: Fail # language change 3368
211 Language/10_Expressions/24_Shift_A01_t12: Fail # language change 3368 211 Language/10_Expressions/24_Shift_A01_t12: Fail # language change 3368
212 212
213
214 # The following tests use hashCode() (function) instead of hashCode (getter). 213 # The following tests use hashCode() (function) instead of hashCode (getter).
215 # co19 issue 273 214 # co19 issue 273
216 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK 215 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
217 LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK 216 LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK
218 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK 217 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK
219 LibTest/core/Map/Map_class_A01_t03: Fail, OK 218 LibTest/core/Map/Map_class_A01_t03: Fail, OK
220 LibTest/core/Set/remove_A01_t03: Fail, OK 219 LibTest/core/Set/remove_A01_t03: Fail, OK
221 LibTest/core/Set/addAll_A01_t03: Fail, OK 220 LibTest/core/Set/addAll_A01_t03: Fail, OK
222 LibTest/core/Set/forEach_A01_t03: Fail, OK 221 LibTest/core/Set/forEach_A01_t03: Fail, OK
223 LibTest/core/Set/add_A01_t03: Fail, OK 222 LibTest/core/Set/add_A01_t03: Fail, OK
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286 307 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286
309 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286 308 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286
310 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286 309 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
311 Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286 310 Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
312 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286 311 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286
313 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286 312 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286
314 313
315 314
316 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 315 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
317 *: Skip 316 *: Skip
OLDNEW
« no previous file with comments | « samples/ui_lib/touch/Momentum.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698