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

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: 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 398 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
399 399
400 400
401 [ $compiler == none && $runtime == vm ] 401 [ $compiler == none && $runtime == vm ]
402 402
403 # The following tests use the deprecated Date interface. 403 # The following tests use the deprecated Date interface.
404 # Issue co19 - 125 404 # Issue co19 - 125
405 LibTest/core/Date/toString_A02_t01: Fail, OK 405 LibTest/core/Date/toString_A02_t01: Fail, OK
406 LibTest/core/Date/year_A01_t01: Fail, OK 406 LibTest/core/Date/year_A01_t01: Fail, OK
407 407
408 # The following tests use hasNext() (method) instead of hasNext (getter).
409 Language/11_Statements/07_Do_A02_t01: Fail, OK
410 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK
411 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK
412 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK
413 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
414 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK
415 Language/11_Statements/06_While_A02_t01: Fail, OK
416 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK
417 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK
418 LibTest/core/Queue/iterator_A01_t02: Fail, OK
419 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK
420 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK
421 LibTest/core/List/iterator_next_A01_t01: Fail, OK
422 LibTest/core/List/iterator_A01_t01: Fail, OK
423 LibTest/core/List/List.from_A01_t01: Fail, OK
424 LibTest/core/Set/Set.from_A01_t02: Fail, OK
425
408 426
409 [ $compiler == none && $runtime == vm ] 427 [ $compiler == none && $runtime == vm ]
410 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194 428 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194
411 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194 429 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194
412 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194 430 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194
413 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194 431 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194
414 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194 432 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194
415 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194 433 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194
416 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194 434 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194
417 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194 435 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 535
518 536
519 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 537 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
520 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 538 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
521 539
522 [ $compiler == none && $arch == simarm ] 540 [ $compiler == none && $arch == simarm ]
523 *: Skip 541 *: Skip
524 542
525 [ $compiler == none && $arch == arm ] 543 [ $compiler == none && $arch == arm ]
526 *: Skip 544 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698