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

Side by Side Diff: tests/co19/co19-runtime.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
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 && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 410 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
411 411
412 412
413 [ $compiler == none && $runtime == vm ] 413 [ $compiler == none && $runtime == vm ]
414 414
415 # The following tests use the deprecated Date interface. 415 # The following tests use the deprecated Date interface.
416 # Issue co19 - 125 416 # Issue co19 - 125
417 LibTest/core/Date/toString_A02_t01: Fail, OK 417 LibTest/core/Date/toString_A02_t01: Fail, OK
418 LibTest/core/Date/year_A01_t01: Fail, OK 418 LibTest/core/Date/year_A01_t01: Fail, OK
419 419
420 # The following tests use hashCode() (function) instead of hashCode (getter).
421 # co19 issue 273
422 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
423 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK
424 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK
425 LibTest/core/Map/Map_class_A01_t03: Fail, OK
426 LibTest/core/Set/remove_A01_t03: Fail, OK
427 LibTest/core/Set/contains_A01_t03: Fail, OK
428 LibTest/core/Set/addAll_A01_t04: Fail, OK
429 LibTest/core/Set/remove_A01_t04: Fail, OK
430 LibTest/core/Set/addAll_A01_t03: Fail, OK
431 LibTest/core/Set/removeAll_A01_t03: Fail, OK
432 LibTest/core/Set/forEach_A01_t03: Fail, OK
433 LibTest/core/Set/add_A01_t03: Fail, OK
434 LibTest/core/Set/filter_A01_t03: Fail, OK
435 LibTest/core/String/hashCode_A01_t01: Fail, OK
436 LibTest/core/int/hashCode_A01_t01: Fail, OK
437
420 438
421 [ $compiler == none && $runtime == vm ] 439 [ $compiler == none && $runtime == vm ]
422 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194 440 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194
423 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194 441 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194
424 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194 442 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194
425 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194 443 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194
426 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194 444 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194
427 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194 445 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194
428 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194 446 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194
429 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194 447 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 547
530 548
531 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 549 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
532 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 550 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
533 551
534 [ $compiler == none && $arch == simarm ] 552 [ $compiler == none && $arch == simarm ]
535 *: Skip 553 *: Skip
536 554
537 [ $compiler == none && $arch == arm ] 555 [ $compiler == none && $arch == arm ]
538 *: Skip 556 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698