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

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

Issue 11412139: Make exceptions propagate through multiple Future branches. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « sdk/lib/core/future_impl.dart ('k') | tests/co19/co19-dart2dart.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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 LibTest/core/Date/Date.fromString_A02_t01: Fail, OK # co19 issue 316 486 LibTest/core/Date/Date.fromString_A02_t01: Fail, OK # co19 issue 316
487 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316 487 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316
488 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316 488 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316
489 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316 489 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316
490 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316 490 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316
491 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316 491 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316
492 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316 492 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316
493 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316 493 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316
494 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316 494 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316
495 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316 495 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316
496 LibTest/core/Future/chain_A03_t01: Fail, OK # co19 issue 328
496 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316 497 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316
497 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316 498 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316
499 LibTest/core/Future/transform_A03_t01: Fail, OK # co19 issue 328
498 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316 500 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316
499 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316 501 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316
500 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316 502 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316
501 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316 503 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316
502 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316 504 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316
503 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316 505 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316
504 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316 506 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316
505 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316 507 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316
506 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316 508 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316
507 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316 509 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316 563 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316
562 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316 564 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316
563 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316 565 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316
564 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316 566 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316
565 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316 567 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316
566 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316 568 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316
567 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316 569 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316
568 570
569 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 571 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
570 *: Skip 572 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/core/future_impl.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698