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

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

Issue 14969004: Implement continue for switch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments + status updated. Created 7 years, 7 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 8
9 # Crashes first, please. Then untriaged bugs. There is a section below 9 # Crashes first, please. Then untriaged bugs. There is a section below
10 # for co19 bugs. 10 # for co19 bugs.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure. 67 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure.
68 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure. 68 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure.
69 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure. 69 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
70 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure. 70 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
71 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure. 71 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
72 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure. 72 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
73 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure. 73 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure.
74 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure. 74 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure.
75 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure. 75 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
76 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 76 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
77 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
78 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure. 77 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure.
79 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 78 Language/12_Statements/09_Switch_A06_t02: Fail # co19 issue 413
80 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure.
81 Language/12_Statements/09_Switch_A04_t01: Fail # TODO(ahe): Please triage this f ailure.
82 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure.
83 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure. 79 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure.
84 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure. 80 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
85 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 81 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
86 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 82 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
87 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 83 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
88 Language/12_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure.
89 Language/12_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure.
90 Language/12_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure.
91 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure. 84 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure.
92 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure. 85 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure.
93 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure. 86 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure.
94 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure. 87 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure.
95 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure. 88 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
96 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure. 89 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure.
97 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): Please tr iage this failure. 90 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): Please tr iage this failure.
98 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure. 91 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure.
99 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(ahe): Please triag e this failure. 92 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(ahe): Please triag e this failure.
100 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(ahe): Please triag e this failure. 93 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(ahe): Please triag e this failure.
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 752 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
760 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 753 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
761 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 754 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
762 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 755 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
763 756
764 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 757 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
765 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 758 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
766 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 759 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
767 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 760 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
768 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 761 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698