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

Side by Side Diff: tests/co19/co19-runtime.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-dart2js.status ('k') | tests/compiler/dart2js/analyze_only_test.dart » ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404 456 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404
457 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404 457 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404
458 458
459 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403 459 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403
460 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 460 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
461 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 461 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
462 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 462 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
463 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 463 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
464 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 464 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
465 465
466 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407
467 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407
468 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407
469
466 [ $compiler == none && $runtime == vm && $checked ] 470 [ $compiler == none && $runtime == vm && $checked ]
467 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 471 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
468 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 472 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
469 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 473 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
470 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 474 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
471 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 475 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400
472 LibTest/core/List/List.from_A01_t01: fail # Issue 400 476 LibTest/core/List/List.from_A01_t01: fail # Issue 400
473 LibTest/core/List/every_A01_t01: fail # Issue 400 477 LibTest/core/List/every_A01_t01: fail # Issue 400
474 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 478 LibTest/core/Match/pattern_A01_t01: fail # Issue 400
475 LibTest/core/Match/str_A01_t01: fail # Issue 400 479 LibTest/core/Match/str_A01_t01: fail # Issue 400
476 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 480 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
477 481
482 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
483 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
484 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
485 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
486
478 [ $compiler == none && $runtime == vm && $unchecked ] 487 [ $compiler == none && $runtime == vm && $unchecked ]
479 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 488 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402
480 489
481 [ $compiler == none && $arch == simarm ] 490 [ $compiler == none && $arch == simarm ]
482 *: Skip 491 *: Skip
483 492
484 493
485 [ $compiler == none && $arch == arm ] 494 [ $compiler == none && $arch == arm ]
486 *: Skip 495 *: Skip
487 496
488 497
489 [ $compiler == none && $arch == simmips ] 498 [ $compiler == none && $arch == simmips ]
490 *: Skip 499 *: Skip
491 500
492 501
493 [ $compiler == none && $arch == mips ] 502 [ $compiler == none && $arch == mips ]
494 *: Skip 503 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/analyze_only_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698