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

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

Issue 12220011: Handle malformed types in catch-on. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: New implementation + test. Created 7 years, 10 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 109 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
110 Language/12_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure. 110 Language/12_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure.
111 Language/12_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure. 111 Language/12_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure.
112 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure. 112 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
113 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure. 113 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure.
114 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(ahe): Please triage this f ailure. 114 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(ahe): Please triage this f ailure.
115 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 115 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
116 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure. 116 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure.
117 Language/12_Statements/09_Switch_A04_t01: Fail # TODO(ahe): Please triage this f ailure. 117 Language/12_Statements/09_Switch_A04_t01: Fail # TODO(ahe): Please triage this f ailure.
118 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure. 118 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure.
119 Language/12_Statements/10_Try_A03_t01: Fail # TODO(ahe): Please triage this fail ure.
120 Language/12_Statements/10_Try_A03_t02: Fail # TODO(ahe): Please triage this fail ure.
121 Language/12_Statements/10_Try_A03_t03: Fail # TODO(ahe): Please triage this fail ure.
122 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure. 119 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure.
123 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure. 120 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
124 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 121 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
125 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 122 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
126 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 123 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
127 Language/12_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure. 124 Language/12_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure.
128 Language/12_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure. 125 Language/12_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure.
129 Language/12_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure. 126 Language/12_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure.
130 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure. 127 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure.
131 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please tr iage this failure. 128 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please tr iage this failure.
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 567 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 568 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 569 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 570 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 571 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 572 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 573 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
577 574
578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379. 575 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
579 576
577 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381
578 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381
579 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381
580
580 # Issues with co19 test suite in checked mode. 581 # Issues with co19 test suite in checked mode.
581 [ $compiler == dart2js && $checked ] 582 [ $compiler == dart2js && $checked ]
582 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 583 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
583 584
584 # Issues with co19 test suite in unchecked mode. 585 # Issues with co19 test suite in unchecked mode.
585 [ $compiler == dart2js && $unchecked ] 586 [ $compiler == dart2js && $unchecked ]
586 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 587 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
587 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 588 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
588 589
589 [ $compiler == dart2js && $jscl ] 590 [ $compiler == dart2js && $jscl ]
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 LibTest/core/Set/addAll_A01_t02: Fail 803 LibTest/core/Set/addAll_A01_t02: Fail
803 LibTest/core/Set/contains_A01_t02: Fail 804 LibTest/core/Set/contains_A01_t02: Fail
804 LibTest/core/Set/containsAll_A01_t02: Fail 805 LibTest/core/Set/containsAll_A01_t02: Fail
805 LibTest/core/Set/intersection_A03_t01: Fail 806 LibTest/core/Set/intersection_A03_t01: Fail
806 LibTest/core/Set/isSubsetOf_A01_t02: Fail 807 LibTest/core/Set/isSubsetOf_A01_t02: Fail
807 LibTest/core/Set/remove_A01_t02: Fail 808 LibTest/core/Set/remove_A01_t02: Fail
808 LibTest/core/Set/removeAll_A01_t02: Fail 809 LibTest/core/Set/removeAll_A01_t02: Fail
809 810
810 # Doesn't expect concurrent modification error (issue 376). 811 # Doesn't expect concurrent modification error (issue 376).
811 LibTest/core/Map/forEach_A01_t07: Fail 812 LibTest/core/Map/forEach_A01_t07: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698