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

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

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 360
361 361
362 # 362 #
363 # Issues with co19 test suite. 363 # Issues with co19 test suite.
364 # 364 #
365 # If you add anything here, either file a bug against the Dart 365 # If you add anything here, either file a bug against the Dart
366 # language specification, co19 test suite, or add a comment that ahe@ 366 # language specification, co19 test suite, or add a comment that ahe@
367 # can understand so he can file a bug later. 367 # can understand so he can file a bug later.
368 # 368 #
369 [ $compiler == dart2js ] 369 [ $compiler == dart2js ]
370 # issue xxx - using removed deprecated methods.
floitsch 2013/04/11 15:17:50 ditto.
Anders Johnsen 2013/04/12 09:31:14 Done.
371 LibTest/core/List/List.fixedLength_A01_t01: fail
372 LibTest/core/List/addAll_A02_t01: fail
373 LibTest/core/List/add_A02_t01: fail
374 LibTest/core/List/clear_A02_t01: fail
375 LibTest/core/List/insertRange_A02_t01: fail
376 LibTest/core/List/length_A04_t01: fail
377 LibTest/core/List/removeLast_A02_t01: fail
378 LibTest/core/List/removeRange_A02_t01: fail
379 LibTest/core/Set/isSubsetOf_A01_t01: fail
380 LibTest/core/Set/isSubsetOf_A01_t02: fail
381
370 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 382 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
371 383
372 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 384 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
373 385
374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 386 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 387 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
376 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 388 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
377 389
378 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 390 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
379 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 391 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 691 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
680 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 692 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
681 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 693 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
682 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 694 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
683 695
684 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 696 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
685 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 697 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
686 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 698 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
687 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 699 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
688 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 700 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698