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

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

Issue 11230011: Make hasNext a getter instead of a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused variable. 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-dart2js.status ('k') | tests/compiler/dart2js/code_motion_test.dart » ('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 == 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 LibTest/core/Set/addAll_A01_t04: Fail, OK 428 LibTest/core/Set/addAll_A01_t04: Fail, OK
429 LibTest/core/Set/remove_A01_t04: Fail, OK 429 LibTest/core/Set/remove_A01_t04: Fail, OK
430 LibTest/core/Set/addAll_A01_t03: Fail, OK 430 LibTest/core/Set/addAll_A01_t03: Fail, OK
431 LibTest/core/Set/removeAll_A01_t03: Fail, OK 431 LibTest/core/Set/removeAll_A01_t03: Fail, OK
432 LibTest/core/Set/forEach_A01_t03: Fail, OK 432 LibTest/core/Set/forEach_A01_t03: Fail, OK
433 LibTest/core/Set/add_A01_t03: Fail, OK 433 LibTest/core/Set/add_A01_t03: Fail, OK
434 LibTest/core/Set/filter_A01_t03: Fail, OK 434 LibTest/core/Set/filter_A01_t03: Fail, OK
435 LibTest/core/String/hashCode_A01_t01: Fail, OK 435 LibTest/core/String/hashCode_A01_t01: Fail, OK
436 LibTest/core/int/hashCode_A01_t01: Fail, OK 436 LibTest/core/int/hashCode_A01_t01: Fail, OK
437 437
438 # The following tests use hasNext() (method) instead of hasNext (getter).
439 Language/11_Statements/07_Do_A02_t01: Fail, OK
440 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK
441 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK
442 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK
443 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
444 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK
445 Language/11_Statements/06_While_A02_t01: Fail, OK
446 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK
447 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK
448 LibTest/core/Queue/iterator_A01_t02: Fail, OK
449 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK
450 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK
451 LibTest/core/List/iterator_next_A01_t01: Fail, OK
452 LibTest/core/List/iterator_A01_t01: Fail, OK
453 LibTest/core/List/List.from_A01_t01: Fail, OK
454 LibTest/core/Set/Set.from_A01_t02: Fail, OK
455
438 456
439 [ $compiler == none && $runtime == vm ] 457 [ $compiler == none && $runtime == vm ]
440 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194 458 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194
441 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194 459 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194
442 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194 460 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194
443 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194 461 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194
444 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194 462 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194
445 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194 463 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194
446 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194 464 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194
447 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194 465 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 565
548 566
549 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 567 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
550 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 568 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
551 569
552 [ $compiler == none && $arch == simarm ] 570 [ $compiler == none && $arch == simarm ]
553 *: Skip 571 *: Skip
554 572
555 [ $compiler == none && $arch == arm ] 573 [ $compiler == none && $arch == arm ]
556 *: Skip 574 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/code_motion_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698