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

Side by Side Diff: tests/co19/co19-dart2js.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) 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 353 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
354 354
355 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 355 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
356 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316 356 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316
357 357
358 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357 358 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
359 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357 359 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
360 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357 360 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
361 361
362 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358 362 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358
363 LibTest/core/List/List_A01_t02: Fail # List constructors, co19 issue 358
364 LibTest/core/List/add_A02_t01: Fail # List constructors, co19 issue 358
365 LibTest/core/List/addAll_A02_t01: Fail # List constructors, co19 issue 358
366 LibTest/core/List/addLast_A02_t01: Fail # List constructors, co19 issue 358
367 LibTest/core/List/clear_A02_t01: Fail # List constructors, co19 issue 358
368 LibTest/core/List/insertRange_A02_t01: Fail # List constructors, co19 issue 358
369 LibTest/core/List/length_A04_t01: Fail # List constructors, co19 issue 358
370 LibTest/core/List/removeRange_A02_t01: Fail # List constructors, co19 issue 358
371 LibTest/core/List/removeLast_A02_t01: Fail # List constructors, co19 issue 358
372 363
373 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359 364 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359
374 365
375 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 366 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
376 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360 367 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
377 368
378 LibTest/core/Match/end_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLi ne, isCaseSensitive, co19 issue 362 369 LibTest/core/Match/end_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLi ne, isCaseSensitive, co19 issue 362
379 LibTest/core/Match/group_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362 370 LibTest/core/Match/group_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362
380 LibTest/core/Match/group_A02_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362 371 LibTest/core/Match/group_A02_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362
381 LibTest/core/Match/groupCount_A01_t01: Fail # Regexp multiLine, ignoreCase -> is MultiLine, isCaseSensitive, co19 issue 362 372 LibTest/core/Match/groupCount_A01_t01: Fail # Regexp multiLine, ignoreCase -> is MultiLine, isCaseSensitive, co19 issue 362
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 777
787 # Doesn't expect concurrent modification error (issue 376). 778 # Doesn't expect concurrent modification error (issue 376).
788 LibTest/core/Map/forEach_A01_t07: Fail 779 LibTest/core/Map/forEach_A01_t07: Fail
789 780
790 # Deprecated string members removed (issue 382). 781 # Deprecated string members removed (issue 382).
791 LibTest/core/String/charCodes_A01_t01: Fail 782 LibTest/core/String/charCodes_A01_t01: Fail
792 LibTest/core/String/charCodeAt_A02_t01: Fail 783 LibTest/core/String/charCodeAt_A02_t01: Fail
793 LibTest/core/String/charCodeAt_A03_t01: Fail 784 LibTest/core/String/charCodeAt_A03_t01: Fail
794 LibTest/core/String/charCodeAt_A01_t01: Fail 785 LibTest/core/String/charCodeAt_A01_t01: Fail
795 LibTest/core/String/splitChars_A01_t01: Fail 786 LibTest/core/String/splitChars_A01_t01: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698