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

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

Issue 14251006: Remove AsyncError with Expando. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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-dart2dart.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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404 523 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404
524 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404 524 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404
525 525
526 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403 526 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403
527 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 527 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
528 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 528 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
529 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 529 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
530 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 530 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
531 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 531 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
532 532
533 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407
534 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407
535 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407
536
533 [ $compiler == dart2js && $unchecked ] 537 [ $compiler == dart2js && $unchecked ]
534 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 538 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
535 539
536 # Issues with co19 test suite in checked mode. 540 # Issues with co19 test suite in checked mode.
537 [ $compiler == dart2js && $checked ] 541 [ $compiler == dart2js && $checked ]
538 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 542 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
539 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 543 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
540 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 544 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
541 LibTest/core/List/List.from_A01_t01: fail # Issue 400 545 LibTest/core/List/List.from_A01_t01: fail # Issue 400
542 LibTest/core/List/every_A01_t01: fail # Issue 400 546 LibTest/core/List/every_A01_t01: fail # Issue 400
543 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 547 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
544 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 548 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
545 549
550 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
551 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
552 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
553 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
546 554
547 555
548 # Issues with co19 test suite in browsers. 556 # Issues with co19 test suite in browsers.
549 [ $compiler == dart2js && $browser ] 557 [ $compiler == dart2js && $browser ]
550 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395 558 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395
551 559
552 # Issues with co19 test suite in minified mode. 560 # Issues with co19 test suite in minified mode.
553 [ $compiler == dart2js && $minified ] 561 [ $compiler == dart2js && $minified ]
554 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 396 562 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 396
555 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396 563 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
735 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
736 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
737 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
738 746
739 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 747 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
740 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 748 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
741 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 749 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
742 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 750 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
743 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 751 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698