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

Side by Side Diff: tests/co19/co19-dart2js.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 | « 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 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316 452 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316
453 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316 453 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316
454 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316 454 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316
455 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316 455 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316
456 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316 456 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316
457 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316 457 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316
458 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316 458 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316
459 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316 459 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316
460 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316 460 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316
461 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316 461 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316
462 LibTest/core/Future/chain_A03_t01: Fail, OK # co19 issue 328
462 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316 463 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316
463 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316 464 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316
464 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316 465 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316
465 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316 466 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316
466 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316 467 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316
467 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316 468 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316
469 LibTest/core/Future/transform_A03_t01: Fail, OK # co19 issue 328
468 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316 470 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316
469 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316 471 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316
470 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316 472 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316
471 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316 473 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316
472 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316 474 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316
473 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316 475 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316
474 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316 476 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316
475 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316 477 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316
476 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316 478 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316
477 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316 479 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 788 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
787 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 789 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
788 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 790 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
789 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 791 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
790 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 792 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
791 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 793 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 794 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 795 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 796 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 797 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
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