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

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

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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 | « sdk/lib/io/io.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 6
7 # co19 issue 365 (iterator changes) 7 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 LibTest/core/String/contains_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. 425 LibTest/core/String/contains_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. 426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. 427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. 428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. 429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. 430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite. 431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite.
432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite. 432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. 433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
434 434
435 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
436 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
437 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
438 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
439 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
440 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
441 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
442 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
443 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
444 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c lasses from core to collection. co19 issue 371.
445 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # Moved collection c lasses from core to collection. co19 issue 371.
446 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe s from core to collection. co19 issue 371.
447 LibTest/core/LinkedHashMap/LinkedHashMap_A02_t01: Fail # Moved collection classe s from core to collection. co19 issue 371.
448 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
449 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
450 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
451 LibTest/core/Queue/Queue.from_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
452 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
453 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
454 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
455 LibTest/core/Queue/addAll_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
456 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
457 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t o collection. co19 issue 371.
458 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
459 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
460 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col lection. co19 issue 371.
461 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col lection. co19 issue 371.
462 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
463 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
464 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c ollection. co19 issue 371.
465 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c ollection. co19 issue 371.
466 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c ollection. co19 issue 371.
467 LibTest/core/Queue/every_A01_t06: Fail # Moved collection classes from core to c ollection. co19 issue 371.
468 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
469 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
470 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
471 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
472 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. co19 issue 371.
473 LibTest/core/Queue/forEach_A01_t04: Fail # Moved collection classes from core to collection. co19 issue 371.
474 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
475 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
476 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
477 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
478 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
479 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
480 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
481 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
482 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
483
435 484
436 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 485 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
437 *: Skip 486 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/io/io.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698