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

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
« no previous file with comments | « tests/co19/co19-compiler.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 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 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
371 LibTest/core/List/addAll_A02_t01: fail # Issue 400
372 LibTest/core/List/add_A02_t01: fail # Issue 400
373 LibTest/core/List/clear_A02_t01: fail # Issue 400
374 LibTest/core/List/insertRange_A02_t01: fail # Issue 400
375 LibTest/core/List/length_A04_t01: fail # Issue 400
376 LibTest/core/List/removeLast_A02_t01: fail # Issue 400
377 LibTest/core/List/removeRange_A02_t01: fail # Issue 400
378 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
379 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
380
370 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 381 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
371 382
372 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 383 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
373 384
374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 385 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 386 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 387 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
377 388
378 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 389 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 390 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 693 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
683 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 694 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
684 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 695 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
685 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 696 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
686 697
687 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 698 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
688 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 699 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
689 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 700 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
690 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 701 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
691 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 702 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698