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

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

Issue 13528004: Remove addLast from List. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove typo Created 7 years, 8 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 | « 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 [ $compiler == dart2js && $runtime == jsshell ] 6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8 8
9 9
10 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 467 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
468 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 468 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
469 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 469 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
470 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 470 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
471 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 471 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
472 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 472 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
473 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 473 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
474 474
475 LibTest/core/List/getRange_A02_t01: Fail # issue 391 475 LibTest/core/List/getRange_A02_t01: Fail # issue 391
476 476
477 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397
478 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397
479 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397
480 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397
481 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
482 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
483 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
484 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
485 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
486
487
477 # Issues with co19 test suite in checked mode. 488 # Issues with co19 test suite in checked mode.
478 [ $compiler == dart2js && $checked ] 489 [ $compiler == dart2js && $checked ]
479 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 490 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
480 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 491 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
481 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 492 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
482 493
483 # Issues with co19 test suite in browsers. 494 # Issues with co19 test suite in browsers.
484 [ $compiler == dart2js && $browser ] 495 [ $compiler == dart2js && $browser ]
485 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395 496 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395
486 497
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 675 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
665 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 676 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
666 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 677 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
667 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 678 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
668 679
669 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 680 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
670 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 681 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
671 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 682 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
672 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 683 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
673 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 684 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
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