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

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

Issue 12328104: Change new List(n) to return fixed length list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head. Created 7 years, 9 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure.
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 429 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
430 430
431 [ $compiler == dart2dart ] 431 [ $compiler == dart2dart ]
432 # Inherited from VM. Co19 issues due to library changes 432 # Inherited from VM. Co19 issues due to library changes
433 433
434 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357 434 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
435 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357 435 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
436 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357 436 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
437 437
438 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358 438 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358
439 LibTest/core/List/List_A01_t02: Fail # List constructors, co19 issue 358
440 LibTest/core/List/add_A02_t01: Fail # List constructors, co19 issue 358
441 LibTest/core/List/addAll_A02_t01: Fail # List constructors, co19 issue 358
442 LibTest/core/List/addLast_A02_t01: Fail # List constructors, co19 issue 358
443 LibTest/core/List/clear_A02_t01: Fail # List constructors, co19 issue 358
444 LibTest/core/List/insertRange_A02_t01: Fail # List constructors, co19 issue 358
445 LibTest/core/List/length_A04_t01: Fail # List constructors, co19 issue 358
446 LibTest/core/List/removeRange_A02_t01: Fail # List constructors, co19 issue 358
447 LibTest/core/List/removeLast_A02_t01: Fail # List constructors, co19 issue 358
448 439
449 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359 440 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359
450 441
451 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 442 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
452 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 443 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
453 444
454 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361 445 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints , co19 issue 361
455 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361 446 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints , co19 issue 361
456 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361 447 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints , co19 issue 361
457 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361 448 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints , co19 issue 361
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 662
672 # Doesn't expect concurrent modification error (issue 376). 663 # Doesn't expect concurrent modification error (issue 376).
673 LibTest/core/Map/forEach_A01_t07: Fail 664 LibTest/core/Map/forEach_A01_t07: Fail
674 665
675 # Deprecated string members removed (issue 382). 666 # Deprecated string members removed (issue 382).
676 LibTest/core/String/charCodes_A01_t01: Fail 667 LibTest/core/String/charCodes_A01_t01: Fail
677 LibTest/core/String/charCodeAt_A02_t01: Fail 668 LibTest/core/String/charCodeAt_A02_t01: Fail
678 LibTest/core/String/charCodeAt_A03_t01: Fail 669 LibTest/core/String/charCodeAt_A03_t01: Fail
679 LibTest/core/String/charCodeAt_A01_t01: Fail 670 LibTest/core/String/charCodeAt_A01_t01: Fail
680 LibTest/core/String/splitChars_A01_t01: Fail 671 LibTest/core/String/splitChars_A01_t01: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698