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

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

Issue 2543973002: Refactor kernel-related status files (Closed)
Patch Set: Small update (to make BB green, remove flaky marker) Created 4 years 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
« no previous file with comments | « no previous file | tests/language/language_kernel.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == rasta || $compiler == rastap || $compiler == dartk || $compiler = = dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
8 Language/Metadata/*: Skip # No support for metadata ATM. 8 Language/Metadata/*: Skip # No support for metadata ATM.
9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
10 LibTest/isolate/*: Skip # No support for isolates ATM. 10 LibTest/isolate/*: Skip # No support for isolates ATM.
11 11
12 # Override tests marked as failing elsewhere. 12 # Override tests marked as failing elsewhere.
13 [ $compiler == dartk || $compiler == dartkp ] 13 [ $compiler == dartk || $compiler == dartkp ]
14 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass 14 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
15 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass 15 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
16 16
17 ###############################################################################
18 # Dartk Entries
19 ###############################################################################
20
21 [ $compiler == dartk || $compiler == dartkp ]
22 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Dart kCrash
23 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Dart kCrash
24 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Dart kCrash
25 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Dart kCrash
26 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Dart kCrash
27 Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: Dar tkCrash
28 Language/Classes/Getters/static_getter_t02: DartkCompileTimeError
29 Language/Classes/Setters/name_t08: DartkCompileTimeError
30 Language/Classes/Setters/name_t09: DartkCompileTimeError
31 Language/Classes/Setters/name_t10: DartkCompileTimeError
32 Language/Classes/Setters/name_t11: DartkCompileTimeError
33 Language/Classes/Setters/name_t12: DartkCompileTimeError
34 Language/Classes/Setters/name_t13: DartkCompileTimeError
35 Language/Classes/Setters/name_t14: DartkCompileTimeError
36 Language/Classes/Setters/name_t15: DartkCompileTimeError
37 Language/Enums/syntax_t08: DartkMissingCompileTimeError
38 Language/Enums/syntax_t09: DartkMissingCompileTimeError
39 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: DartkMissingCompileTimeError
40 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: DartkMissingCompileTimeError
41 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: DartkMissing CompileTimeError
42 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: DartkMissing CompileTimeError
43 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: DartkMissing CompileTimeError
44 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: DartkMissing CompileTimeError
45 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: DartkMissing CompileTimeError
46 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: DartkMissing CompileTimeError
47 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: DartkMissing CompileTimeError
48 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: DartkMissing CompileTimeError
49 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: DartkMissing CompileTimeError
50 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: DartkMissing CompileTimeError
51 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: DartkMissing CompileTimeError
52 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: DartkMissing CompileTimeError
53 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: DartkMissing CompileTimeError
54 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: DartkMissing CompileTimeError
55 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t01: DartkCompileTimeError
56 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t02: DartkCompileTimeError
57 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t03: DartkCompileTimeError
58 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/nam ed_parameters_t01: DartkCompileTimeError
59 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/pos itional_parameters_t01: DartkCompileTimeError
60 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t01: DartkCompileTimeError
61 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t02: DartkCompileTimeError
62 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t03: DartkCompileTimeError
63 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/deferr ed_type_t01: DartkCompileTimeError
64 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t01: DartkCompileTimeError
65 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t02: DartkCompileTimeError
66 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t01: DartkCompileTimeError
67 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t02: DartkCompileTimeError
68 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t01: DartkCompileTimeError
69 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t02: DartkCompileTimeError
70 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t01: DartkCompileTimeError
71 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t02: DartkCompileTimeError
72 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t03: DartkCompileTimeError
73 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t01: DartkCompileTimeError
74 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t02: DartkCompileTimeError
75 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t03: DartkCompileTimeError
76 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t01: DartkCompileTimeError
77 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t02: DartkCompileTimeError
78 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t03: DartkCompileTimeError
79 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t01 : DartkCompileTimeError
80 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t02 : DartkCompileTimeError
81 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t03 : DartkCompileTimeError
82 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t04 : DartkCompileTimeError
83 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t05 : DartkCompileTimeError
84 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t06 : DartkCompileTimeError
85 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t07 : DartkCompileTimeError
86 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t08 : DartkCompileTimeError
87 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t09 : DartkCompileTimeError
88 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t01 : DartkCompileTimeError
89 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t02 : DartkCompileTimeError
90 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t03 : DartkCompileTimeError
91 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t04 : DartkCompileTimeError
92 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t05 : DartkCompileTimeError
93 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t06 : DartkCompileTimeError
94 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t07 : DartkCompileTimeError
95 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t01: DartkCompileTimeError
96 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t02: DartkCompileTimeError
97 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t03: DartkCompileTimeError
98 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t04: DartkCompileTimeError
99 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t05: DartkCompileTimeError
100 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t06: DartkCompileTimeError
101 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t07: DartkCompileTimeError
102 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t08: DartkCompileTimeError
103 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t01 : DartkCompileTimeError
104 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t02 : DartkCompileTimeError
105 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t03 : DartkCompileTimeError
106 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t04 : DartkCompileTimeError
107 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t05 : DartkCompileTimeError
108 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t06 : DartkCompileTimeError
109 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t07 : DartkCompileTimeError
110 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t08 : DartkCompileTimeError
111 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t09 : DartkCompileTimeError
112 Language/Expressions/Property_Extraction/General_Closurization/static_type_t01: DartkCompileTimeError
113 Language/Expressions/Property_Extraction/General_Closurization/static_type_t02: DartkCompileTimeError
114 Language/Expressions/Property_Extraction/General_Closurization/static_type_t03: DartkCompileTimeError
115 Language/Expressions/Property_Extraction/General_Closurization/static_type_t04: DartkCompileTimeError
116 Language/Expressions/Property_Extraction/General_Closurization/static_type_t05: DartkCompileTimeError
117 Language/Expressions/Property_Extraction/General_Closurization/static_type_t06: DartkCompileTimeError
118 Language/Expressions/Property_Extraction/General_Closurization/static_type_t07: DartkCompileTimeError
119 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/exp ression_evaluation_t07: DartkCompileTimeError
120 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t01: DartkCompileTimeError
121 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t02: DartkCompileTimeError
122 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/named_p arameters_t01: DartkCompileTimeError
123 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/positio nal_parameters_t01: DartkCompileTimeError
124 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t01: DartkCompileTimeError
125 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t02: DartkCompileTimeError
126 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: DartkCompileTimeError
127 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t01: DartkCompileTimeError
128 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t02: DartkCompileTimeError
129 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t01: DartkCompileTimeError
130 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t02: DartkCompileTimeError
131 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t01: DartkCompileTimeError
132 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t02: DartkCompileTimeError
133 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t01: DartkCompileTimeError
134 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t02: DartkCompileTimeError
135 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t03: DartkCompileTimeError
136 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t01: DartkCompileTimeError
137 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t02: DartkCompileTimeError
138 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t03: DartkCompileTimeError
139 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t04: DartkCompileTimeError
140 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t01: DartkCompileTimeError
141 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t02: DartkCompileTimeError
142 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t03: DartkCompileTimeError
143 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t04: DartkCompileTimeError
144 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t05: DartkCompileTimeError
145 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t06: DartkCompileTimeError
146 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t07: DartkCompileTimeError
147 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t08: DartkCompileTimeError
148 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t01: DartkCompileTimeError
149 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t02: DartkCompileTimeError
150 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t01: DartkCompileTimeError
151 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t02: DartkCompileTimeError
152 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t01: DartkCompileTimeError
153 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t02: DartkCompileTimeError
154 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t03: DartkCompileTimeError
155 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_access_t01: DartkCompileTimeError
156 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_assignment_t01: DartkCompileTimeError
157 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t01: DartkCompileTimeError
158 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t02: DartkCompileTimeError
159 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t03: DartkCompileTimeError
160 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t04: DartkCompileTimeError
161 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t05: DartkCompileTimeError
162 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t06: DartkCompileTimeError
163 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t07: DartkCompileTimeError
164 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t08: DartkCompileTimeError
165 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t09: DartkCompileTimeError
166 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t10: DartkCompileTimeError
167 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t11: DartkCompileTimeError
168 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t12: DartkCompileTimeError
169 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t13: DartkCompileTimeError
170 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t14: DartkCompileTimeError
171 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t15: DartkCompileTimeError
172 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t16: DartkCompileTimeError
173 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t17: DartkCompileTimeError
174 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_unary_bitwise_t01: DartkCompileTimeError
175 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t01: DartkCompileTimeError
176 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t02: DartkCompileTimeError
177 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t03: DartkCompileTimeError
178 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t04: DartkCompileTimeError
179 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t05: DartkCompileTimeError
180 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t06: DartkCompileTimeError
181 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t07: DartkCompileTimeError
182 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t08: DartkCompileTimeError
183 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t01: DartkCompileTimeError
184 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t02: DartkCompileTimeError
185 Language/Libraries_and_Scripts/Exports/syntax_t01: DartkMissingCompileTimeError
186 Language/Libraries_and_Scripts/Exports/syntax_t04: DartkMissingCompileTimeError
187 Language/Libraries_and_Scripts/Exports/syntax_t05: DartkMissingCompileTimeError
188 Language/Libraries_and_Scripts/Exports/syntax_t06: DartkMissingCompileTimeError
189 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: DartkCompileTim eError
190 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: DartkCrash
191 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: DartkCrash
192 Language/Libraries_and_Scripts/definition_syntax_t01: DartkMissingCompileTimeErr or
193 Language/Libraries_and_Scripts/definition_syntax_t03: DartkMissingCompileTimeErr or
194 Language/Libraries_and_Scripts/definition_syntax_t04: DartkMissingCompileTimeErr or
195 Language/Libraries_and_Scripts/definition_syntax_t06: DartkMissingCompileTimeErr or
196 Language/Libraries_and_Scripts/definition_syntax_t07: DartkMissingCompileTimeErr or
197 Language/Libraries_and_Scripts/definition_syntax_t08: DartkMissingCompileTimeErr or
198 Language/Libraries_and_Scripts/definition_syntax_t09: DartkMissingCompileTimeErr or
199 Language/Libraries_and_Scripts/definition_syntax_t10: DartkMissingCompileTimeErr or
200 Language/Libraries_and_Scripts/definition_syntax_t15: DartkMissingCompileTimeErr or
201 Language/Libraries_and_Scripts/definition_syntax_t17: DartkMissingCompileTimeErr or
202 Language/Libraries_and_Scripts/definition_syntax_t18: DartkMissingCompileTimeErr or
203 Language/Libraries_and_Scripts/definition_syntax_t19: DartkMissingCompileTimeErr or
204 Language/Libraries_and_Scripts/definition_syntax_t20: DartkMissingCompileTimeErr or
205 Language/Libraries_and_Scripts/definition_syntax_t21: DartkMissingCompileTimeErr or
206 Language/Libraries_and_Scripts/definition_syntax_t22: DartkMissingCompileTimeErr or
207 Language/Libraries_and_Scripts/definition_syntax_t23: DartkMissingCompileTimeErr or
208 Language/Libraries_and_Scripts/definition_syntax_t24: DartkMissingCompileTimeErr or
209 Language/Libraries_and_Scripts/definition_syntax_t25: DartkMissingCompileTimeErr or
210 Language/Libraries_and_Scripts/definition_syntax_t26: DartkMissingCompileTimeErr or
211 Language/Libraries_and_Scripts/definition_syntax_t27: DartkMissingCompileTimeErr or
212 Language/Libraries_and_Scripts/definition_syntax_t29: DartkMissingCompileTimeErr or
213 Language/Libraries_and_Scripts/top_level_syntax_t02: DartkMissingCompileTimeErro r
214 Language/Libraries_and_Scripts/top_level_syntax_t03: DartkMissingCompileTimeErro r
215 Language/Libraries_and_Scripts/top_level_syntax_t04: DartkMissingCompileTimeErro r
216 Language/Libraries_and_Scripts/top_level_syntax_t05: DartkMissingCompileTimeErro r
217 Language/Libraries_and_Scripts/top_level_syntax_t06: DartkMissingCompileTimeErro r
218 Language/Libraries_and_Scripts/top_level_syntax_t07: DartkMissingCompileTimeErro r
219 Language/Libraries_and_Scripts/top_level_syntax_t08: DartkMissingCompileTimeErro r
220 Language/Libraries_and_Scripts/top_level_syntax_t09: DartkMissingCompileTimeErro r
221 Language/Libraries_and_Scripts/top_level_syntax_t10: DartkMissingCompileTimeErro r
222 Language/Libraries_and_Scripts/top_level_syntax_t11: DartkMissingCompileTimeErro r
223 Language/Libraries_and_Scripts/top_level_syntax_t12: DartkMissingCompileTimeErro r
224 Language/Libraries_and_Scripts/top_level_syntax_t13: DartkMissingCompileTimeErro r
225 Language/Libraries_and_Scripts/top_level_syntax_t14: DartkMissingCompileTimeErro r
226 Language/Libraries_and_Scripts/top_level_syntax_t15: DartkMissingCompileTimeErro r
227 Language/Libraries_and_Scripts/top_level_syntax_t16: DartkMissingCompileTimeErro r
228 Language/Libraries_and_Scripts/top_level_syntax_t17: DartkMissingCompileTimeErro r
229 Language/Libraries_and_Scripts/top_level_syntax_t18: DartkMissingCompileTimeErro r
230 Language/Libraries_and_Scripts/top_level_syntax_t19: DartkMissingCompileTimeErro r
231 Language/Statements/Break/label_t03: DartkMissingCompileTimeError
232 Language/Statements/Break/label_t04: DartkMissingCompileTimeError
233 Language/Statements/Continue/label_t07: DartkMissingCompileTimeError
234 Language/Variables/final_or_static_initialization_t01: DartkMissingCompileTimeEr ror
235 Language/Variables/final_or_static_initialization_t02: DartkMissingCompileTimeEr ror
236 Language/Variables/final_or_static_initialization_t03: DartkMissingCompileTimeEr ror
237 Language/Variables/final_t04: DartkMissingCompileTimeError
238 Language/Variables/final_t05: DartkMissingCompileTimeError
239 Language/Variables/final_t06: DartkMissingCompileTimeError
240 Language/Variables/final_t07: DartkMissingCompileTimeError
241
17 # dartk: JIT failures 242 # dartk: JIT failures
18 [ $compiler == dartk && $runtime == vm ] 243 [ $compiler == dartk && $runtime == vm ]
244 Language/Expressions/Constants/exception_t01: DartkMissingCompileTimeError
245 Language/Expressions/Constants/exception_t02: DartkMissingCompileTimeError
246 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: DartkMi ssingCompileTimeError
247 Language/Mixins/Mixin_Application/error_t01: DartkMissingCompileTimeError
248 Language/Mixins/Mixin_Application/error_t02: DartkMissingCompileTimeError
249 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash
250
251 ###############################################################################
252 # VM Entries
253 ###############################################################################
254
255 # dartk: Shared JIT & Precompiled failures
256 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
19 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError 257 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError
20 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 258 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError
21 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h
22 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h
23 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h
24 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h
25 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h
26 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError 259 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
27 Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: Cra sh
28 Language/Classes/Getters/static_getter_t02: CompileTimeError
29 Language/Classes/Setters/name_t08: CompileTimeError
30 Language/Classes/Setters/name_t09: CompileTimeError
31 Language/Classes/Setters/name_t10: CompileTimeError
32 Language/Classes/Setters/name_t11: CompileTimeError
33 Language/Classes/Setters/name_t12: CompileTimeError
34 Language/Classes/Setters/name_t13: CompileTimeError
35 Language/Classes/Setters/name_t14: CompileTimeError
36 Language/Classes/Setters/name_t15: CompileTimeError
37 Language/Classes/definition_t23: CompileTimeError 260 Language/Classes/definition_t23: CompileTimeError
38 Language/Enums/declaration_equivalent_t01: RuntimeError 261 Language/Enums/declaration_equivalent_t01: RuntimeError
39 Language/Enums/syntax_t08: MissingCompileTimeError
40 Language/Enums/syntax_t09: MissingCompileTimeError
41 Language/Expressions/Constants/exception_t01: MissingCompileTimeError
42 Language/Expressions/Constants/exception_t02: MissingCompileTimeError
43 Language/Expressions/Constants/string_length_t01: Crash 262 Language/Expressions/Constants/string_length_t01: Crash
44 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError 263 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
45 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError 264 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
46 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError 265 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
47 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
48 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
49 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError 266 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
50 Language/Expressions/Function_Invocation/async_cleanup_t07: Fail 267 Language/Expressions/Function_Invocation/async_cleanup_t07: Fail
51 Language/Expressions/Function_Invocation/async_cleanup_t08: Fail 268 Language/Expressions/Function_Invocation/async_cleanup_t08: Fail
52 Language/Expressions/Function_Invocation/async_generator_invokation_t05: Runtime Error 269 Language/Expressions/Function_Invocation/async_generator_invokation_t05: Runtime Error
53 Language/Expressions/Function_Invocation/async_generator_invokation_t06: Runtime Error 270 Language/Expressions/Function_Invocation/async_generator_invokation_t06: Runtime Error
54 Language/Expressions/Function_Invocation/async_generator_invokation_t09: Runtime Error 271 Language/Expressions/Function_Invocation/async_generator_invokation_t09: Runtime Error
55 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 272 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
56 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 273 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
57 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 274 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
58 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass 275 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
59 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi leTimeError
60 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi leTimeError
61 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi leTimeError
62 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi leTimeError
63 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi leTimeError
64 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi leTimeError
65 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompi leTimeError
66 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompi leTimeError
67 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompi leTimeError
68 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompi leTimeError
69 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompi leTimeError
70 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompi leTimeError
71 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompi leTimeError
72 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompi leTimeError
73 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError 276 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError
74 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01: Runtime Error 277 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01: Runtime Error
75 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing CompileTimeError
76 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
77 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError 278 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError
78 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError 279 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError
79 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError 280 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError
80 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError 281 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError
81 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError 282 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError
82 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError 283 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError
83 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError 284 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError
84 Language/Expressions/Object_Identity/string_t01: RuntimeError
85 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t01: CompileTimeError
86 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t02: CompileTimeError
87 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t03: CompileTimeError
88 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/nam ed_parameters_t01: CompileTimeError
89 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/pos itional_parameters_t01: CompileTimeError
90 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t01: CompileTimeError
91 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t02: CompileTimeError
92 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t03: CompileTimeError
93 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/deferr ed_type_t01: CompileTimeError
94 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t01: CompileTimeError
95 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t02: CompileTimeError
96 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t01: CompileTimeError
97 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t02: CompileTimeError
98 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t01: CompileTimeError
99 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t02: CompileTimeError
100 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t01: CompileTimeError
101 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t02: CompileTimeError
102 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t03: CompileTimeError
103 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t01: CompileTimeError
104 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t02: CompileTimeError
105 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t03: CompileTimeError
106 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: Pass 285 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: Pass
107 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: Pass 286 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: Pass
108 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: Pass 287 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: Pass
109 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: Pass 288 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: Pass
110 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: Pass 289 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: Pass
111 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: Pass 290 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: Pass
112 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t01: CompileTimeError
113 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t02: CompileTimeError
114 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t03: CompileTimeError
115 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t01 : CompileTimeError
116 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t02 : CompileTimeError
117 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t03 : CompileTimeError
118 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t04 : CompileTimeError
119 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t05 : CompileTimeError
120 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t06 : CompileTimeError
121 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t07 : CompileTimeError
122 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t08 : CompileTimeError
123 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t09 : CompileTimeError
124 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t01 : CompileTimeError
125 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t02 : CompileTimeError
126 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t03 : CompileTimeError
127 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t04 : CompileTimeError
128 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t05 : CompileTimeError
129 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t06 : CompileTimeError
130 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t07 : CompileTimeError
131 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t01: CompileTimeError
132 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t02: CompileTimeError
133 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t03: CompileTimeError
134 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t04: CompileTimeError
135 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t05: CompileTimeError
136 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t06: CompileTimeError
137 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t07: CompileTimeError
138 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t08: CompileTimeError
139 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t01 : CompileTimeError
140 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t02 : CompileTimeError
141 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t03 : CompileTimeError
142 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t04 : CompileTimeError
143 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t05 : CompileTimeError
144 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t06 : CompileTimeError
145 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t07 : CompileTimeError
146 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t08 : CompileTimeError
147 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t09 : CompileTimeError
148 Language/Expressions/Property_Extraction/General_Closurization/static_type_t01: CompileTimeError
149 Language/Expressions/Property_Extraction/General_Closurization/static_type_t02: CompileTimeError
150 Language/Expressions/Property_Extraction/General_Closurization/static_type_t03: CompileTimeError
151 Language/Expressions/Property_Extraction/General_Closurization/static_type_t04: CompileTimeError
152 Language/Expressions/Property_Extraction/General_Closurization/static_type_t05: CompileTimeError
153 Language/Expressions/Property_Extraction/General_Closurization/static_type_t06: CompileTimeError
154 Language/Expressions/Property_Extraction/General_Closurization/static_type_t07: CompileTimeError
155 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/exp ression_evaluation_t07: CompileTimeError
156 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t01: CompileTimeError
157 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t02: CompileTimeError
158 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/named_p arameters_t01: CompileTimeError
159 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/positio nal_parameters_t01: CompileTimeError
160 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t01: CompileTimeError
161 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t02: CompileTimeError
162 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: CompileTimeError
163 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t01: CompileTimeError
164 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t02: CompileTimeError
165 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t01: CompileTimeError
166 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t02: CompileTimeError
167 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t01: CompileTimeError
168 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t02: CompileTimeError
169 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t01: CompileTimeError
170 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t02: CompileTimeError
171 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t03: CompileTimeError
172 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t01: CompileTimeError
173 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t02: CompileTimeError
174 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t03: CompileTimeError
175 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t04: CompileTimeError
176 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t01: CompileTimeError
177 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t02: CompileTimeError
178 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t03: CompileTimeError
179 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t04: CompileTimeError
180 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t05: CompileTimeError
181 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t06: CompileTimeError
182 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t07: CompileTimeError
183 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t08: CompileTimeError
184 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t01: CompileTimeError
185 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t02: CompileTimeError
186 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t01: CompileTimeError
187 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t02: CompileTimeError
188 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t01: CompileTimeError
189 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t02: CompileTimeError
190 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t03: CompileTimeError
191 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_access_t01: CompileTimeError
192 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_assignment_t01: CompileTimeError
193 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t01: CompileTimeError
194 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t02: CompileTimeError
195 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t03: CompileTimeError
196 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t04: CompileTimeError
197 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t05: CompileTimeError
198 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t06: CompileTimeError
199 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t07: CompileTimeError
200 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t08: CompileTimeError
201 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t09: CompileTimeError
202 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t10: CompileTimeError
203 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t11: CompileTimeError
204 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t12: CompileTimeError
205 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t13: CompileTimeError
206 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t14: CompileTimeError
207 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t15: CompileTimeError
208 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t16: CompileTimeError
209 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t17: CompileTimeError
210 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_unary_bitwise_t01: CompileTimeError
211 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t01: CompileTimeError
212 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t02: CompileTimeError
213 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t03: CompileTimeError
214 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t04: CompileTimeError
215 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t05: CompileTimeError
216 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t06: CompileTimeError
217 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t07: CompileTimeError
218 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t08: CompileTimeError
219 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
220 Language/Expressions/Type_Test/evaluation_t10: RuntimeError 291 Language/Expressions/Type_Test/evaluation_t10: RuntimeError
221 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError 292 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError
222 Language/Functions/Formal_Parameters/syntax_t05: RuntimeError 293 Language/Functions/Formal_Parameters/syntax_t05: RuntimeError
223 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t01: CompileTimeError
224 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t02: CompileTimeError
225 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass 294 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass
226 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError
227 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError
228 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError
229 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError
230 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError 295 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError
231 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError 296 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError
232 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError 297 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError
233 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
234 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass 298 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass
235 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
236 Language/Libraries_and_Scripts/Parts/compilation_t02: Pass Crash
237 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass 299 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass
238 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
239 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
240 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
241 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
242 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
243 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError
244 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError
245 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError
246 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError
247 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError
248 Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError
249 Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError
250 Language/Libraries_and_Scripts/definition_syntax_t18: MissingCompileTimeError
251 Language/Libraries_and_Scripts/definition_syntax_t19: MissingCompileTimeError
252 Language/Libraries_and_Scripts/definition_syntax_t20: MissingCompileTimeError
253 Language/Libraries_and_Scripts/definition_syntax_t21: MissingCompileTimeError
254 Language/Libraries_and_Scripts/definition_syntax_t22: MissingCompileTimeError
255 Language/Libraries_and_Scripts/definition_syntax_t23: MissingCompileTimeError
256 Language/Libraries_and_Scripts/definition_syntax_t24: MissingCompileTimeError
257 Language/Libraries_and_Scripts/definition_syntax_t25: MissingCompileTimeError
258 Language/Libraries_and_Scripts/definition_syntax_t26: MissingCompileTimeError
259 Language/Libraries_and_Scripts/definition_syntax_t27: MissingCompileTimeError
260 Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError
261 Language/Libraries_and_Scripts/top_level_syntax_t02: MissingCompileTimeError
262 Language/Libraries_and_Scripts/top_level_syntax_t03: MissingCompileTimeError
263 Language/Libraries_and_Scripts/top_level_syntax_t04: MissingCompileTimeError
264 Language/Libraries_and_Scripts/top_level_syntax_t05: MissingCompileTimeError
265 Language/Libraries_and_Scripts/top_level_syntax_t06: MissingCompileTimeError
266 Language/Libraries_and_Scripts/top_level_syntax_t07: MissingCompileTimeError
267 Language/Libraries_and_Scripts/top_level_syntax_t08: MissingCompileTimeError
268 Language/Libraries_and_Scripts/top_level_syntax_t09: MissingCompileTimeError
269 Language/Libraries_and_Scripts/top_level_syntax_t10: MissingCompileTimeError
270 Language/Libraries_and_Scripts/top_level_syntax_t11: MissingCompileTimeError
271 Language/Libraries_and_Scripts/top_level_syntax_t12: MissingCompileTimeError
272 Language/Libraries_and_Scripts/top_level_syntax_t13: MissingCompileTimeError
273 Language/Libraries_and_Scripts/top_level_syntax_t14: MissingCompileTimeError
274 Language/Libraries_and_Scripts/top_level_syntax_t15: MissingCompileTimeError
275 Language/Libraries_and_Scripts/top_level_syntax_t16: MissingCompileTimeError
276 Language/Libraries_and_Scripts/top_level_syntax_t17: MissingCompileTimeError
277 Language/Libraries_and_Scripts/top_level_syntax_t18: MissingCompileTimeError
278 Language/Libraries_and_Scripts/top_level_syntax_t19: MissingCompileTimeError
279 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError
280 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError
281 Language/Mixins/Mixin_Application/syntax_t16: Crash
282 Language/Statements/Break/label_t03: MissingCompileTimeError
283 Language/Statements/Break/label_t04: MissingCompileTimeError
284 Language/Statements/Continue/label_t07: MissingCompileTimeError
285 Language/Statements/Labels/syntax_t03: Pass 300 Language/Statements/Labels/syntax_t03: Pass
286 Language/Statements/Rethrow/execution_t04: RuntimeError 301 Language/Statements/Rethrow/execution_t04: RuntimeError
287 Language/Statements/Switch/syntax_t02: Pass 302 Language/Statements/Switch/syntax_t02: Pass
288 Language/Statements/Try/catch_scope_t01: RuntimeError 303 Language/Statements/Try/catch_scope_t01: RuntimeError
289 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Fail 304 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Fail
290 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Fail 305 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Fail
291 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Fail 306 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Fail
292 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01: Runtime Error 307 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01: Runtime Error
293 Language/Types/Interface_Types/subtype_t44: RuntimeError 308 Language/Types/Interface_Types/subtype_t44: RuntimeError
294 Language/Types/Static_Types/deferred_type_t01: RuntimeError 309 Language/Types/Static_Types/deferred_type_t01: RuntimeError
295 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
296 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
297 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
298 Language/Variables/final_t01/01: MissingRuntimeError 310 Language/Variables/final_t01/01: MissingRuntimeError
299 Language/Variables/final_t02/01: MissingRuntimeError 311 Language/Variables/final_t02/01: MissingRuntimeError
300 Language/Variables/final_t04: MissingCompileTimeError 312
301 Language/Variables/final_t05: MissingCompileTimeError 313 # dartk: JIT failures
302 Language/Variables/final_t06: MissingCompileTimeError 314 [ $compiler == dartk && $runtime == vm ]
303 Language/Variables/final_t07: MissingCompileTimeError 315 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
316 Language/Expressions/Object_Identity/string_t01: RuntimeError
317 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
318 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
304 319
305 # These tests should throw RuntimeError but they Pass instead. 320 # These tests should throw RuntimeError but they Pass instead.
321 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
322 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
323 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
306 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass 324 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass
325 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
307 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass 326 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
308 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
309 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
310 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
311 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 327 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
312 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
313 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass
314 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
315 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
316 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
317 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
318 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
319 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
320 328
321 # dartk: JIT failures (debug) 329 # dartk: JIT failures (debug)
322 [ $compiler == dartk && $runtime == vm && $mode == debug ] 330 [ $compiler == dartk && $runtime == vm && $mode == debug ]
323 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate shutdown Heap::VerifyGC 331 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate shutdown Heap::VerifyGC
324 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz ation issue 332 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz ation issue
325 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 333 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
326 LibTest/typed_data/ByteBuffer/runtimeType_A01_t02: Pass, Crash # Out of memory 334 LibTest/typed_data/ByteBuffer/runtimeType_A01_t02: Pass, Crash # Out of memory
327 LibTest/collection/DoubleLinkedQueue/every_A01_t02: Pass, Crash # Out of memory 335 LibTest/collection/DoubleLinkedQueue/every_A01_t02: Pass, Crash # Out of memory
328 336
329 # dartk: precompilation failures 337 # dartk: precompilation failures
330 [ $compiler == dartkp && $runtime == dart_precompiled ] 338 [ $compiler == dartkp && $runtime == dart_precompiled ]
331 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError 339 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
332 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 340 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
333 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h
334 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h
335 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h
336 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h
337 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h
338 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
339 Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: Cra sh
340 Language/Classes/Getters/static_getter_t02: CompileTimeError
341 Language/Classes/Setters/name_t08: CompileTimeError
342 Language/Classes/Setters/name_t09: CompileTimeError
343 Language/Classes/Setters/name_t10: CompileTimeError
344 Language/Classes/Setters/name_t11: CompileTimeError
345 Language/Classes/Setters/name_t12: CompileTimeError
346 Language/Classes/Setters/name_t13: CompileTimeError
347 Language/Classes/Setters/name_t14: CompileTimeError
348 Language/Classes/Setters/name_t15: CompileTimeError
349 Language/Classes/definition_t23: CompileTimeError
350 Language/Enums/declaration_equivalent_t01: RuntimeError
351 Language/Enums/syntax_t08: MissingCompileTimeError
352 Language/Enums/syntax_t09: MissingCompileTimeError
353 Language/Expressions/Constants/exception_t01: Crash 341 Language/Expressions/Constants/exception_t01: Crash
354 Language/Expressions/Constants/exception_t02: Crash 342 Language/Expressions/Constants/exception_t02: Crash
355 Language/Expressions/Constants/string_length_t01: Crash
356 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
357 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
358 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
359 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
360 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
361 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
362 Language/Expressions/Function_Invocation/async_cleanup_t07: RuntimeError
363 Language/Expressions/Function_Invocation/async_cleanup_t08: RuntimeError
364 Language/Expressions/Function_Invocation/async_generator_invokation_t05: Runtime Error
365 Language/Expressions/Function_Invocation/async_generator_invokation_t06: Runtime Error
366 Language/Expressions/Function_Invocation/async_generator_invokation_t09: Runtime Error
367 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
368 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
369 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
370 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
371 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi leTimeError
372 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi leTimeError
373 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi leTimeError
374 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi leTimeError
375 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi leTimeError
376 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi leTimeError
377 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompi leTimeError
378 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompi leTimeError
379 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompi leTimeError
380 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompi leTimeError
381 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompi leTimeError
382 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompi leTimeError
383 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompi leTimeError
384 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompi leTimeError
385 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError
386 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01: Runtime Error
387 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError
388 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError
389 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError
390 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError
391 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError
392 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError
393 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError
394 Language/Expressions/Null/instance_of_class_null_t01: Crash 343 Language/Expressions/Null/instance_of_class_null_t01: Crash
395 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t01: CompileTimeError
396 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t02: CompileTimeError
397 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t03: CompileTimeError
398 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/nam ed_parameters_t01: CompileTimeError
399 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/pos itional_parameters_t01: CompileTimeError
400 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t01: CompileTimeError
401 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t02: CompileTimeError
402 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/closur ization_t03: CompileTimeError
403 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/deferr ed_type_t01: CompileTimeError
404 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t01: CompileTimeError
405 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malbou nded_type_t02: CompileTimeError
406 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t01: CompileTimeError
407 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/malfor med_type_t02: CompileTimeError
408 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t01: CompileTimeError
409 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/no_suc h_method_t02: CompileTimeError
410 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t01: CompileTimeError
411 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t02: CompileTimeError
412 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/not_cl ass_t03: CompileTimeError
413 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t01: CompileTimeError
414 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t02: CompileTimeError
415 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction/static _type_t03: CompileTimeError
416 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: Pass
417 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: Pass
418 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: Pass
419 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: Pass
420 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: Pass
421 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: Pass
422 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t01: CompileTimeError
423 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t02: CompileTimeError
424 Language/Expressions/Property_Extraction/General_Closurization/expression_evalua tion_t03: CompileTimeError
425 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t01 : CompileTimeError
426 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t02 : CompileTimeError
427 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t03 : CompileTimeError
428 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t04 : CompileTimeError
429 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t05 : CompileTimeError
430 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t06 : CompileTimeError
431 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t07 : CompileTimeError
432 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t08 : CompileTimeError
433 Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t09 : CompileTimeError
434 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t01 : CompileTimeError
435 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t02 : CompileTimeError
436 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t03 : CompileTimeError
437 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t04 : CompileTimeError
438 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t05 : CompileTimeError
439 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t06 : CompileTimeError
440 Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t07 : CompileTimeError
441 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t01: CompileTimeError
442 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t02: CompileTimeError
443 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t03: CompileTimeError
444 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t04: CompileTimeError
445 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t05: CompileTimeError
446 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t06: CompileTimeError
447 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t07: CompileTimeError
448 Language/Expressions/Property_Extraction/General_Closurization/no_accessible_mem ber_t08: CompileTimeError
449 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t01 : CompileTimeError
450 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t02 : CompileTimeError
451 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t03 : CompileTimeError
452 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t04 : CompileTimeError
453 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t05 : CompileTimeError
454 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t06 : CompileTimeError
455 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t07 : CompileTimeError
456 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t08 : CompileTimeError
457 Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t09 : CompileTimeError
458 Language/Expressions/Property_Extraction/General_Closurization/static_type_t01: CompileTimeError
459 Language/Expressions/Property_Extraction/General_Closurization/static_type_t02: CompileTimeError
460 Language/Expressions/Property_Extraction/General_Closurization/static_type_t03: CompileTimeError
461 Language/Expressions/Property_Extraction/General_Closurization/static_type_t04: CompileTimeError
462 Language/Expressions/Property_Extraction/General_Closurization/static_type_t05: CompileTimeError
463 Language/Expressions/Property_Extraction/General_Closurization/static_type_t06: CompileTimeError
464 Language/Expressions/Property_Extraction/General_Closurization/static_type_t07: CompileTimeError
465 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/exp ression_evaluation_t07: CompileTimeError
466 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t01: CompileTimeError
467 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t02: CompileTimeError
468 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/named_p arameters_t01: CompileTimeError
469 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/positio nal_parameters_t01: CompileTimeError
470 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t01: CompileTimeError
471 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/closurizat ion_t02: CompileTimeError
472 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: CompileTimeError
473 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t01: CompileTimeError
474 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malbounded _type_t02: CompileTimeError
475 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t01: CompileTimeError
476 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/malformed_ type_t02: CompileTimeError
477 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t01: CompileTimeError
478 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/no_such_me thod_t02: CompileTimeError
479 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t01: CompileTimeError
480 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t02: CompileTimeError
481 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t03: CompileTimeError
482 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t01: CompileTimeError
483 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t02: CompileTimeError
484 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t03: CompileTimeError
485 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/static_typ e_t04: CompileTimeError
486 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t01: CompileTimeError
487 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t02: CompileTimeError
488 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t03: CompileTimeError
489 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t04: CompileTimeError
490 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t05: CompileTimeError
491 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t06: CompileTimeError
492 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t07: CompileTimeError
493 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t08: CompileTimeError
494 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t01: CompileTimeError
495 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_named_params_t02: CompileTimeError
496 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t01: CompileTimeError
497 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_cl osurization_positional_params_t02: CompileTimeError
498 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t01: CompileTimeError
499 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t02: CompileTimeError
500 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_id entical_t03: CompileTimeError
501 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_access_t01: CompileTimeError
502 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_assignment_t01: CompileTimeError
503 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t01: CompileTimeError
504 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t02: CompileTimeError
505 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t03: CompileTimeError
506 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t04: CompileTimeError
507 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t05: CompileTimeError
508 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t06: CompileTimeError
509 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t07: CompileTimeError
510 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t08: CompileTimeError
511 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t09: CompileTimeError
512 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t10: CompileTimeError
513 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t11: CompileTimeError
514 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t12: CompileTimeError
515 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t13: CompileTimeError
516 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t14: CompileTimeError
517 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t15: CompileTimeError
518 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t16: CompileTimeError
519 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t17: CompileTimeError
520 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_unary_bitwise_t01: CompileTimeError
521 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t01: CompileTimeError
522 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t02: CompileTimeError
523 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t03: CompileTimeError
524 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t04: CompileTimeError
525 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t05: CompileTimeError
526 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t06: CompileTimeError
527 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t07: CompileTimeError
528 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/setter_cl osurization_t08: CompileTimeError
529 Language/Expressions/Type_Test/evaluation_t10: RuntimeError
530 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError
531 Language/Functions/Formal_Parameters/syntax_t05: RuntimeError
532 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t01: CompileTimeError
533 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t02: CompileTimeError
534 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass
535 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError
536 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError
537 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError
538 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError
539 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError
540 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError
541 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError
542 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
543 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass
544 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass
545 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
546 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
547 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
548 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
549 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
550 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError
551 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError
552 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError
553 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError
554 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError
555 Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError
556 Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError
557 Language/Libraries_and_Scripts/definition_syntax_t18: MissingCompileTimeError
558 Language/Libraries_and_Scripts/definition_syntax_t19: MissingCompileTimeError
559 Language/Libraries_and_Scripts/definition_syntax_t20: MissingCompileTimeError
560 Language/Libraries_and_Scripts/definition_syntax_t21: MissingCompileTimeError
561 Language/Libraries_and_Scripts/definition_syntax_t22: MissingCompileTimeError
562 Language/Libraries_and_Scripts/definition_syntax_t23: MissingCompileTimeError
563 Language/Libraries_and_Scripts/definition_syntax_t24: MissingCompileTimeError
564 Language/Libraries_and_Scripts/definition_syntax_t25: MissingCompileTimeError
565 Language/Libraries_and_Scripts/definition_syntax_t26: MissingCompileTimeError
566 Language/Libraries_and_Scripts/definition_syntax_t27: MissingCompileTimeError
567 Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError
568 Language/Libraries_and_Scripts/top_level_syntax_t02: MissingCompileTimeError
569 Language/Libraries_and_Scripts/top_level_syntax_t03: MissingCompileTimeError
570 Language/Libraries_and_Scripts/top_level_syntax_t04: MissingCompileTimeError
571 Language/Libraries_and_Scripts/top_level_syntax_t05: MissingCompileTimeError
572 Language/Libraries_and_Scripts/top_level_syntax_t06: MissingCompileTimeError
573 Language/Libraries_and_Scripts/top_level_syntax_t07: MissingCompileTimeError
574 Language/Libraries_and_Scripts/top_level_syntax_t08: MissingCompileTimeError
575 Language/Libraries_and_Scripts/top_level_syntax_t09: MissingCompileTimeError
576 Language/Libraries_and_Scripts/top_level_syntax_t10: MissingCompileTimeError
577 Language/Libraries_and_Scripts/top_level_syntax_t11: MissingCompileTimeError
578 Language/Libraries_and_Scripts/top_level_syntax_t12: MissingCompileTimeError
579 Language/Libraries_and_Scripts/top_level_syntax_t13: MissingCompileTimeError
580 Language/Libraries_and_Scripts/top_level_syntax_t14: MissingCompileTimeError
581 Language/Libraries_and_Scripts/top_level_syntax_t15: MissingCompileTimeError
582 Language/Libraries_and_Scripts/top_level_syntax_t16: MissingCompileTimeError
583 Language/Libraries_and_Scripts/top_level_syntax_t17: MissingCompileTimeError
584 Language/Libraries_and_Scripts/top_level_syntax_t18: MissingCompileTimeError
585 Language/Libraries_and_Scripts/top_level_syntax_t19: MissingCompileTimeError
586 Language/Statements/Break/label_t03: MissingCompileTimeError
587 Language/Statements/Break/label_t04: MissingCompileTimeError
588 Language/Statements/Continue/label_t07: MissingCompileTimeError
589 Language/Statements/Labels/syntax_t03: Pass
590 Language/Statements/Rethrow/execution_t04: RuntimeError
591 Language/Statements/Switch/syntax_t02: Pass
592 Language/Statements/Try/catch_scope_t01: RuntimeError
593 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Fail
594 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Fail
595 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Fail
596 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01: Runtime Error
597 Language/Types/Interface_Types/subtype_t44: RuntimeError
598 Language/Types/Static_Types/deferred_type_t01: RuntimeError
599 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
600 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
601 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
602 Language/Variables/final_t01/01: MissingRuntimeError
603 Language/Variables/final_t02/01: MissingRuntimeError
604 Language/Variables/final_t04: MissingCompileTimeError
605 Language/Variables/final_t05: MissingCompileTimeError
606 Language/Variables/final_t06: MissingCompileTimeError
607 Language/Variables/final_t07: MissingCompileTimeError
608 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
609 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
610 344
611 # dartk: precompilation failures (debug) 345 # dartk: precompilation failures (debug)
612 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 346 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
613 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 347 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698