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

Side by Side Diff: tests/co19/co19-dart2dart.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, 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 | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-dart2js.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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 6
7 # The following tests use hashCode() (function) instead of hashCode (getter). 7 # The following tests use hashCode() (function) instead of hashCode (getter).
8 # co19 issue 273 8 # co19 issue 273
9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK 9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK 10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK
(...skipping 22 matching lines...) Expand all
33 LibTest/core/Date/operator_GE_A01_t01: Fail 33 LibTest/core/Date/operator_GE_A01_t01: Fail
34 LibTest/core/Date/operator_GT_A01_t01: Fail 34 LibTest/core/Date/operator_GT_A01_t01: Fail
35 LibTest/core/Date/operator_LE_A01_t01: Fail 35 LibTest/core/Date/operator_LE_A01_t01: Fail
36 LibTest/core/Date/operator_LT_A01_t01: Fail 36 LibTest/core/Date/operator_LT_A01_t01: Fail
37 LibTest/core/Date/operator_equality_A01_t01: Fail 37 LibTest/core/Date/operator_equality_A01_t01: Fail
38 LibTest/core/Date/timeZoneName_A01_t01: Fail 38 LibTest/core/Date/timeZoneName_A01_t01: Fail
39 LibTest/core/Date/timeZoneOffset_A01_t01: Fail 39 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
40 LibTest/core/Date/toLocal_A01_t01: Fail 40 LibTest/core/Date/toLocal_A01_t01: Fail
41 LibTest/core/Date/toUtc_A01_t01: Fail 41 LibTest/core/Date/toUtc_A01_t01: Fail
42 42
43 # The following tests use hasNext() (method) instead of hasNext (getter).
44 Language/11_Statements/07_Do_A02_t01: Fail, OK
45 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK
46 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK
47 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK
48 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
49 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK
50 Language/11_Statements/06_While_A02_t01: Fail, OK
51 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK
52 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK
53 LibTest/core/Queue/iterator_A01_t02: Fail, OK
54 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK
55 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK
56 LibTest/core/List/iterator_next_A01_t01: Fail, OK
57 LibTest/core/List/iterator_A01_t01: Fail, OK
58 LibTest/core/List/List.from_A01_t01: Fail, OK
59 LibTest/core/Set/Set.from_A01_t02: Fail, OK
60
43 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 61 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
44 62
45 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263 63 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
46 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 64 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
47 65
48 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 66 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271
49 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 67 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271
50 68
51 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 69 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
52 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 70 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 LibTest/core/Future/handleException_A01_t04: Fail, OK 634 LibTest/core/Future/handleException_A01_t04: Fail, OK
617 LibTest/core/Future/handleException_A01_t05: Fail, OK 635 LibTest/core/Future/handleException_A01_t05: Fail, OK
618 636
619 [ $compiler == dart2dart && $system == windows ] 637 [ $compiler == dart2dart && $system == windows ]
620 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 638 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
621 LibTest/core/double/round_A01_t01: Fail # Result is NaN 639 LibTest/core/double/round_A01_t01: Fail # Result is NaN
622 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 640 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
623 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 641 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
624 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 642 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
625 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN 643 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698