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

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

Issue 14066019: Change memberName and namedArguments in Invocation to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 8
9 # Crashes first, please. Then untriaged bugs. There is a section below 9 # Crashes first, please. Then untriaged bugs. There is a section below
10 # for co19 bugs. 10 # for co19 bugs.
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 537 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
538 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 538 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
539 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 539 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
540 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 540 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
541 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 541 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
542 542
543 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407 543 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407
544 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407 544 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407
545 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 545 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407
546 546
547 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 409
548 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 409
549 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409
550 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409
551 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409
552
553
547 [ $compiler == dart2js && $unchecked ] 554 [ $compiler == dart2js && $unchecked ]
548 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 555 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
549 556
550 # Issues with co19 test suite in checked mode. 557 # Issues with co19 test suite in checked mode.
551 [ $compiler == dart2js && $checked ] 558 [ $compiler == dart2js && $checked ]
552 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 559 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
553 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 560 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
554 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 561 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
555 LibTest/core/List/List.from_A01_t01: fail # Issue 400 562 LibTest/core/List/List.from_A01_t01: fail # Issue 400
556 LibTest/core/List/every_A01_t01: fail # Issue 400 563 LibTest/core/List/every_A01_t01: fail # Issue 400
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
753 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 760 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
754 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 761 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
755 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 762 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
756 763
757 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 764 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
758 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 765 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
759 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 766 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
760 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 767 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
761 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 768 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698