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

Side by Side Diff: tests/co19/co19-compiler.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 | « samples/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2dart.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 == dartc ] 5 [ $compiler == dartc ]
6 # We are now actually skipping these because of inter-test dependencies. 6 # We are now actually skipping these because of inter-test dependencies.
7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team): Please triage this crash. 7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team): Please triage this crash.
8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash. 8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash.
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team): Please triage this crash. 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team): Please triage this crash.
10 10
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 Language/11_Statements/09_Try_A04_t01: Fail, OK 353 Language/11_Statements/09_Try_A04_t01: Fail, OK
354 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK 354 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK
355 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK 355 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
356 Language/11_Statements/08_Switch_A06_t04: Fail, OK 356 Language/11_Statements/08_Switch_A06_t04: Fail, OK
357 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 357 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
358 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 358 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
359 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 359 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
360 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 360 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
361 361
362 362
363 # The following tests use hasNext() (method) instead of hasNext (getter).
364
365 Language/11_Statements/07_Do_A02_t01: Pass, OK
366 Language/11_Statements/05_For/2_For_in_A01_t01: Pass, OK
367 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK
368 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK
369 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
370 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK
371 Language/11_Statements/06_While_A02_t01: Pass, OK
372 LibTest/core/Queue/iterator_hasNext_A01_t02: Pass, OK
373 LibTest/core/Queue/iterator_hasNext_A01_t01: Pass, OK
374 LibTest/core/Queue/iterator_A01_t02: Pass, OK
375 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK
376 LibTest/core/List/iterator_hasNext_A01_t01: Pass, OK
377 LibTest/core/List/iterator_next_A01_t01: Pass, OK
378 LibTest/core/List/iterator_A01_t01: Pass, OK
379 LibTest/core/List/List.from_A01_t01: Pass, OK
380 LibTest/core/Set/Set.from_A01_t02: Fail, OK
381
382
363 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 383 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
364 *: Skip 384 *: Skip
OLDNEW
« no previous file with comments | « samples/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698