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

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

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

Powered by Google App Engine
This is Rietveld 408576698