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

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

Issue 11191078: Make hashCode a getter and not a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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-dart2dart.status ('k') | tests/co19/co19-runtime.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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/11_Statements/05_For_A01_t07: Crash 9 Language/11_Statements/05_For_A01_t07: Crash
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 LibTest/core/Date/operator_GE_A01_t01: Fail 251 LibTest/core/Date/operator_GE_A01_t01: Fail
252 LibTest/core/Date/operator_GT_A01_t01: Fail 252 LibTest/core/Date/operator_GT_A01_t01: Fail
253 LibTest/core/Date/operator_LE_A01_t01: Fail 253 LibTest/core/Date/operator_LE_A01_t01: Fail
254 LibTest/core/Date/operator_LT_A01_t01: Fail 254 LibTest/core/Date/operator_LT_A01_t01: Fail
255 LibTest/core/Date/operator_equality_A01_t01: Fail 255 LibTest/core/Date/operator_equality_A01_t01: Fail
256 LibTest/core/Date/timeZoneName_A01_t01: Fail 256 LibTest/core/Date/timeZoneName_A01_t01: Fail
257 LibTest/core/Date/timeZoneOffset_A01_t01: Fail 257 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
258 LibTest/core/Date/toLocal_A01_t01: Fail 258 LibTest/core/Date/toLocal_A01_t01: Fail
259 LibTest/core/Date/toUtc_A01_t01: Fail 259 LibTest/core/Date/toUtc_A01_t01: Fail
260 260
261 # The following tests use hashCode() (function) instead of hashCode (getter).
262 # co19 issue 273
ahe 2012/10/22 13:55:08 When I have to update co19 status files, these kin
263 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
264 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK
265 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK
266 LibTest/core/Map/Map_class_A01_t03: Fail, OK
267 LibTest/core/Set/remove_A01_t03: Fail, OK
268 LibTest/core/Set/contains_A01_t03: Fail, OK
269 LibTest/core/Set/addAll_A01_t04: Fail, OK
270 LibTest/core/Set/remove_A01_t04: Fail, OK
271 LibTest/core/Set/addAll_A01_t03: Fail, OK
272 LibTest/core/Set/removeAll_A01_t03: Fail, OK
273 LibTest/core/Set/forEach_A01_t03: Fail, OK
274 LibTest/core/Set/add_A01_t03: Fail, OK
275 LibTest/core/Set/filter_A01_t03: Fail, OK
276 LibTest/core/String/hashCode_A01_t01: Fail, OK
277 LibTest/core/int/hashCode_A01_t01: Fail, OK
278
279
261 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 280 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
262 LibTest/core/Math/acos_A01_t01: Fail, OK 281 LibTest/core/Math/acos_A01_t01: Fail, OK
263 LibTest/core/Math/asin_A01_t01: Fail, OK 282 LibTest/core/Math/asin_A01_t01: Fail, OK
264 LibTest/core/Math/atan_A01_t01: Fail, OK 283 LibTest/core/Math/atan_A01_t01: Fail, OK
265 284
266 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 285 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
267 LibTest/core/double/operator_remainder_A01_t04: Fail 286 LibTest/core/double/operator_remainder_A01_t04: Fail
268 287
269 [ $compiler == dart2js ] 288 [ $compiler == dart2js ]
270 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 289 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 788 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
770 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 789 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
771 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 790 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
772 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 791 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
773 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 792 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
774 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 793 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
775 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 794 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
776 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 795 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
777 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 796 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
778 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 797 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698