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

Side by Side Diff: tests/co19/co19-dart2js.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-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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 356 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
357 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 357 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
358 358
359 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 359 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
360 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 360 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
361 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 361 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
362 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 362 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
363 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 363 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
364 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 364 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
365 365
366
367 # The following tests use hasNext() (method) instead of hasNext (getter).
368 Language/11_Statements/07_Do_A02_t01: Fail, OK
369 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK
370 Language/11_Statements/05_For/2_For_in_A01_t04: Pass, OK
371 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK
372 Language/11_Statements/05_For/2_For_in_A01_t02: Pass, OK
373 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK
374 Language/11_Statements/06_While_A02_t01: Fail, OK
375 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK
376 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK
377 LibTest/core/Queue/iterator_A01_t02: Fail, OK
378 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK
379 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK
380 LibTest/core/List/iterator_next_A01_t01: Fail, OK
381 LibTest/core/List/iterator_A01_t01: Fail, OK
382 LibTest/core/List/List.from_A01_t01: Fail, OK
383 LibTest/core/Set/Set.from_A01_t02: Fail, OK
384
366 # The following tests use the deprecated Date interface. 385 # The following tests use the deprecated Date interface.
367 # Issue co19 - 125 386 # Issue co19 - 125
368 LibTest/core/Date/toString_A02_t01: Fail, OK 387 LibTest/core/Date/toString_A02_t01: Fail, OK
369 388
370 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 389 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
371 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 390 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
372 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 391 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 392 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
374 393
375 [ $compiler == dart2js && $checked ] 394 [ $compiler == dart2js && $checked ]
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 810 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 811 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 812 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 813 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 814 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
796 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 815 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
797 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 816 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
798 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 817 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
799 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 818 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
800 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 819 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