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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # VM specific tests that should not be run by dart2js.
5 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699
8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
7 enum_test: Fail # Issue 28340 11 enum_test: Fail # Issue 28340
8 regress_28341_test: Fail # Issue 28340 12 regress_28341_test: Fail # Issue 28340
9 regress_29349_test: CompileTimeError # Issue 29745 13 regress_29349_test: CompileTimeError # Issue 29745
10 regress_29481_test: Crash # Issue 29754 14 regress_29481_test: Crash # Issue 29754
11 deferred_not_loaded_check_test: Fail # Issue 27577 15 deferred_not_loaded_check_test: Fail # Issue 27577
12 getter_setter_in_lib_test: Fail # Issue 23288 16 getter_setter_in_lib_test: Fail # Issue 23288
13 method_name_test: Fail # issue 25574 17 method_name_test: Fail # issue 25574
14 setter4_test: CompileTimeError # issue 13639 18 setter4_test: CompileTimeError # issue 13639
15 19
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 assertion_initializer_const_error2_test/cc06: Crash 58 assertion_initializer_const_error2_test/cc06: Crash
55 assertion_initializer_const_error2_test/cc07: Crash 59 assertion_initializer_const_error2_test/cc07: Crash
56 assertion_initializer_const_error2_test/cc08: Crash 60 assertion_initializer_const_error2_test/cc08: Crash
57 assertion_initializer_const_error2_test/cc09: Crash 61 assertion_initializer_const_error2_test/cc09: Crash
58 assertion_initializer_const_function_error_test/01: Crash 62 assertion_initializer_const_function_error_test/01: Crash
59 assertion_initializer_const_function_test/01: CompileTimeError 63 assertion_initializer_const_function_test/01: CompileTimeError
60 assertion_initializer_test: Crash 64 assertion_initializer_test: Crash
61 65
62 generalized_void_syntax_test: CompileTimeError # Issue #30176. 66 generalized_void_syntax_test: CompileTimeError # Issue #30176.
63 67
64 [ $compiler == dart2js && $fast_startup ] 68 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ]
65 const_evaluation_test/*: Fail # mirrors not supported 69 const_evaluation_test/*: Fail # mirrors not supported
66 deferred_constraints_constants_test/none: Fail # mirrors not supported 70 deferred_constraints_constants_test/none: Fail # mirrors not supported
67 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported 71 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
68 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason 72 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
69 enum_mirror_test: Fail # mirrors not supported 73 enum_mirror_test: Fail # mirrors not supported
70 field_increment_bailout_test: Fail # mirrors not supported 74 field_increment_bailout_test: Fail # mirrors not supported
71 instance_creation_in_function_annotation_test: Fail # mirrors not supported 75 instance_creation_in_function_annotation_test: Fail # mirrors not supported
72 invocation_mirror2_test: Fail # mirrors not supported 76 invocation_mirror2_test: Fail # mirrors not supported
73 invocation_mirror_invoke_on2_test: Fail # mirrors not supported 77 invocation_mirror_invoke_on2_test: Fail # mirrors not supported
74 invocation_mirror_invoke_on_test: Fail # mirrors not supported 78 invocation_mirror_invoke_on_test: Fail # mirrors not supported
75 issue21079_test: Fail # mirrors not supported 79 issue21079_test: Fail # mirrors not supported
76 library_env_test/has_mirror_support: Fail # mirrors not supported 80 library_env_test/has_mirror_support: Fail # mirrors not supported
77 library_env_test/has_no_mirror_support: Pass # fails for the wrong reason. 81 library_env_test/has_no_mirror_support: Pass # fails for the wrong reason.
78 many_overridden_no_such_method_test: Fail # mirrors not supported 82 many_overridden_no_such_method_test: Fail # mirrors not supported
79 no_such_method_test: Fail # mirrors not supported 83 no_such_method_test: Fail # mirrors not supported
80 null_test/0*: Pass # mirrors not supported, fails for the wrong reason 84 null_test/0*: Pass # mirrors not supported, fails for the wrong reason
81 null_test/none: Fail # mirrors not supported 85 null_test/none: Fail # mirrors not supported
82 overridden_no_such_method_test: Fail # mirrors not supported 86 overridden_no_such_method_test: Fail # mirrors not supported
83 redirecting_factory_reflection_test: Fail # mirrors not supported 87 redirecting_factory_reflection_test: Fail # mirrors not supported
84 regress_13462_0_test: Fail # mirrors not supported 88 regress_13462_0_test: Fail # mirrors not supported
85 regress_13462_1_test: Fail # mirrors not supported 89 regress_13462_1_test: Fail # mirrors not supported
86 regress_18535_test: Fail # mirrors not supported 90 regress_18535_test: Fail # mirrors not supported
87 regress_28255_test: Fail # mirrors not supported 91 regress_28255_test: Fail # mirrors not supported
88 super_call4_test: Fail # mirrors not supported 92 super_call4_test: Fail # mirrors not supported
89 super_getter_setter_test: Fail # mirrors not supported 93 super_getter_setter_test: Fail # mirrors not supported
90 vm/reflect_core_vm_test: Fail # mirrors not supported 94 vm/reflect_core_vm_test: Fail # mirrors not supported
91 95
92 [ $compiler == dart2js && $runtime == jsshell ] 96 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
93 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 97 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
94 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 98 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
95 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 99 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
96 async_star_no_cancel_test: RuntimeError # Need triage 100 async_star_no_cancel_test: RuntimeError # Need triage
97 async_star_no_cancel2_test: RuntimeError # Need triage 101 async_star_no_cancel2_test: RuntimeError # Need triage
98 102
99 [ $compiler == dart2js && $browser ] 103 [ $compiler == dart2js && $browser && ! $dart2js_with_kernel ]
100 config_import_test: Fail # Test flag is not passed to the compiler. 104 config_import_test: Fail # Test flag is not passed to the compiler.
101 105
102 library_env_test/has_no_io_support: Pass # Issue 27398 106 library_env_test/has_no_io_support: Pass # Issue 27398
103 library_env_test/has_io_support: RuntimeError # Issue 27398 107 library_env_test/has_io_support: RuntimeError # Issue 27398
104 108
105 [ $compiler == dart2js ] 109 [ $compiler == dart2js && ! $dart2js_with_kernel ]
106 invocation_mirror_empty_arguments_test: Fail # Issue 24331 110 invocation_mirror_empty_arguments_test: Fail # Issue 24331
107 nan_identical_test: Fail # Issue 11551 111 nan_identical_test: Fail # Issue 11551
108 symbol_literal_test/*: Fail # Issue 21825 112 symbol_literal_test/*: Fail # Issue 21825
109 constructor_duplicate_final_test/01: Fail # Issue 13363 113 constructor_duplicate_final_test/01: Fail # Issue 13363
110 constructor_duplicate_final_test/02: Fail # Issue 13363 114 constructor_duplicate_final_test/02: Fail # Issue 13363
111 override_inheritance_mixed_test/08: Fail # Issue 18124 115 override_inheritance_mixed_test/08: Fail # Issue 18124
112 override_inheritance_mixed_test/09: Fail # Issue 18124 116 override_inheritance_mixed_test/09: Fail # Issue 18124
113 bad_constructor_test/05: CompileTimeError # Issue 13639 117 bad_constructor_test/05: CompileTimeError # Issue 13639
114 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 118 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
115 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 119 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 24 matching lines...) Expand all
140 ref_before_declaration_test/03: MissingCompileTimeError 144 ref_before_declaration_test/03: MissingCompileTimeError
141 ref_before_declaration_test/04: MissingCompileTimeError 145 ref_before_declaration_test/04: MissingCompileTimeError
142 ref_before_declaration_test/05: MissingCompileTimeError 146 ref_before_declaration_test/05: MissingCompileTimeError
143 ref_before_declaration_test/06: MissingCompileTimeError 147 ref_before_declaration_test/06: MissingCompileTimeError
144 148
145 regress_22976_test: CompileTimeError # Issue 23132 149 regress_22976_test: CompileTimeError # Issue 23132
146 150
147 if_null_assignment_behavior_test/13: Crash # Issue 23491 151 if_null_assignment_behavior_test/13: Crash # Issue 23491
148 if_null_assignment_behavior_test/14: Crash # Issue 23491 152 if_null_assignment_behavior_test/14: Crash # Issue 23491
149 153
150 # VM specific tests that should not be run by dart2js.
151 vm/*: Skip # Issue 12699
152
153 multiline_newline_test/01: CompileTimeError # Issue 23888 154 multiline_newline_test/01: CompileTimeError # Issue 23888
154 multiline_newline_test/02: CompileTimeError # Issue 23888 155 multiline_newline_test/02: CompileTimeError # Issue 23888
155 multiline_newline_test/03: CompileTimeError # Issue 23888 156 multiline_newline_test/03: CompileTimeError # Issue 23888
156 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 157 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
157 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 158 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
158 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 159 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
159 multiline_newline_test/none: RuntimeError # Issue 23888 160 multiline_newline_test/none: RuntimeError # Issue 23888
160 multiline_newline_test/01r: CompileTimeError # Issue 23888 161 multiline_newline_test/01r: CompileTimeError # Issue 23888
161 multiline_newline_test/02r: CompileTimeError # Issue 23888 162 multiline_newline_test/02r: CompileTimeError # Issue 23888
162 multiline_newline_test/03r: CompileTimeError # Issue 23888 163 multiline_newline_test/03r: CompileTimeError # Issue 23888
163 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 164 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888
164 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 165 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888
165 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 166 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888
166 167
167 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 168 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587
168 169
169 [ $compiler == dart2js && $checked ] 170 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
170 async_return_types_test/nestedFuture: Fail # Issue 26429 171 async_return_types_test/nestedFuture: Fail # Issue 26429
171 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 172 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
172 regress_26133_test: RuntimeError # Issue 26429 173 regress_26133_test: RuntimeError # Issue 26429
173 regress_29405_test: Fail # Issue 29422 174 regress_29405_test: Fail # Issue 29422
174 type_variable_bounds_test/02: Fail # Issue 12702 175 type_variable_bounds_test/02: Fail # Issue 12702
175 type_variable_bounds2_test/01: Fail # Issue 12702 176 type_variable_bounds2_test/01: Fail # Issue 12702
176 type_variable_bounds2_test/04: Fail # Issue 12702 177 type_variable_bounds2_test/04: Fail # Issue 12702
177 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 178 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
178 type_variable_bounds3_test/00: Fail # Issue 12702 179 type_variable_bounds3_test/00: Fail # Issue 12702
179 closure_type_test: Fail # Issue 12745 180 closure_type_test: Fail # Issue 12745
180 malbounded_redirecting_factory_test/02: Fail # Issue 12825 181 malbounded_redirecting_factory_test/02: Fail # Issue 12825
181 malbounded_redirecting_factory_test/03: Fail # Issue 12825 182 malbounded_redirecting_factory_test/03: Fail # Issue 12825
182 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 183 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
183 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 184 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
184 malbounded_instantiation_test/01: Fail # Issue 12702 185 malbounded_instantiation_test/01: Fail # Issue 12702
185 malbounded_type_cast_test: Fail # Issue 14121 186 malbounded_type_cast_test: Fail # Issue 14121
186 malbounded_type_cast2_test: Fail # Issue 14121 187 malbounded_type_cast2_test: Fail # Issue 14121
187 malbounded_type_test_test/03: Fail # Issue 14121 188 malbounded_type_test_test/03: Fail # Issue 14121
188 malbounded_type_test_test/04: Fail # Issue 14121 189 malbounded_type_test_test/04: Fail # Issue 14121
189 malbounded_type_test2_test: Fail # Issue 14121 190 malbounded_type_test2_test: Fail # Issue 14121
190 default_factory2_test/01: Fail # Issue 14121 191 default_factory2_test/01: Fail # Issue 14121
191 192
192 [ $compiler == dart2js && ! $checked ] 193 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
193 type_checks_in_factory_method_test: RuntimeError # Issue 12746 194 type_checks_in_factory_method_test: RuntimeError # Issue 12746
194 generic_test: RuntimeError, OK 195 generic_test: RuntimeError, OK
195 map_literal4_test: RuntimeError, OK # Checked mode required. 196 map_literal4_test: RuntimeError, OK # Checked mode required.
196 named_parameters_type_test/01: MissingRuntimeError, OK 197 named_parameters_type_test/01: MissingRuntimeError, OK
197 named_parameters_type_test/02: MissingRuntimeError, OK 198 named_parameters_type_test/02: MissingRuntimeError, OK
198 named_parameters_type_test/03: MissingRuntimeError, OK 199 named_parameters_type_test/03: MissingRuntimeError, OK
199 positional_parameters_type_test/01: MissingRuntimeError, OK 200 positional_parameters_type_test/01: MissingRuntimeError, OK
200 positional_parameters_type_test/02: MissingRuntimeError, OK 201 positional_parameters_type_test/02: MissingRuntimeError, OK
201 issue13474_test: RuntimeError, OK 202 issue13474_test: RuntimeError, OK
202 203
203 [ $compiler == dart2js && ! $checked && ! $enable_asserts ] 204 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel ]
204 assertion_test: RuntimeError # Issue 12748 205 assertion_test: RuntimeError # Issue 12748
205 206
206 [ $compiler == dart2js && ! $checked && $enable_asserts ] 207 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ]
207 bool_check_test: RuntimeError # Issue 29647 208 bool_check_test: RuntimeError # Issue 29647
208 209
209 [ $compiler == dart2js && ! $checked && $minified ] 210 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ]
210 f_bounded_quantification5_test: Fail, OK # Issue 12605 211 f_bounded_quantification5_test: Fail, OK # Issue 12605
211 212
212 [ $compiler == dart2js && $minified ] 213 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
213 cyclic_type_test/0*: Fail # Issue 12605 214 cyclic_type_test/0*: Fail # Issue 12605
214 cyclic_type2_test: Fail # Issue 12605 215 cyclic_type2_test: Fail # Issue 12605
215 f_bounded_quantification4_test: Fail, Pass # Issue 12605 216 f_bounded_quantification4_test: Fail, Pass # Issue 12605
216 generic_closure_test: Fail # Issue 12605 217 generic_closure_test: Fail # Issue 12605
217 mixin_generic_test: Fail # Issue 12605 218 mixin_generic_test: Fail # Issue 12605
218 mixin_mixin2_test: Fail # Issue 12605 219 mixin_mixin2_test: Fail # Issue 12605
219 mixin_mixin3_test: Fail # Issue 12605 220 mixin_mixin3_test: Fail # Issue 12605
220 mixin_mixin4_test: Fail # Issue 12605 221 mixin_mixin4_test: Fail # Issue 12605
221 mixin_mixin5_test: Fail # Issue 12605 222 mixin_mixin5_test: Fail # Issue 12605
222 mixin_mixin6_test: Fail # Issue 12605 223 mixin_mixin6_test: Fail # Issue 12605
223 mixin_mixin_bound_test: RuntimeError # Issue 12605 224 mixin_mixin_bound_test: RuntimeError # Issue 12605
224 mixin_mixin_bound2_test: RuntimeError # Issue 12605 225 mixin_mixin_bound2_test: RuntimeError # Issue 12605
225 symbol_conflict_test: RuntimeError # Issue 23857 226 symbol_conflict_test: RuntimeError # Issue 23857
226 227
227 [ $compiler == dart2js ] 228 [ $compiler == dart2js && ! $dart2js_with_kernel ]
228 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 229 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
229 230
230 branch_canonicalization_test: RuntimeError # Issue 638. 231 branch_canonicalization_test: RuntimeError # Issue 638.
231 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 232 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
232 integer_division_by_zero_test: RuntimeError # Issue 8301 233 integer_division_by_zero_test: RuntimeError # Issue 8301
233 number_identity2_test: RuntimeError # Issue 12596 234 number_identity2_test: RuntimeError # Issue 12596
234 double_int_to_string_test: RuntimeError # Issue 1533 235 double_int_to_string_test: RuntimeError # Issue 1533
235 mint_arithmetic_test: RuntimeError # Issue 1533 236 mint_arithmetic_test: RuntimeError # Issue 1533
236 left_shift_test: RuntimeError # Issue 1533 237 left_shift_test: RuntimeError # Issue 1533
237 regress_24283_test: RuntimeError # Issue 1533 238 regress_24283_test: RuntimeError # Issue 1533
(...skipping 22 matching lines...) Expand all
260 scope_variable_test/01: MissingCompileTimeError # Issue 13016 261 scope_variable_test/01: MissingCompileTimeError # Issue 13016
261 262
262 numbers_test: RuntimeError, OK # Issue 1533 263 numbers_test: RuntimeError, OK # Issue 1533
263 canonical_const2_test: RuntimeError, OK # Issue 1533 264 canonical_const2_test: RuntimeError, OK # Issue 1533
264 bit_operations_test: RuntimeError, OK # Issue 1533 265 bit_operations_test: RuntimeError, OK # Issue 1533
265 expect_test: RuntimeError, OK # Issue 13080 266 expect_test: RuntimeError, OK # Issue 13080
266 267
267 [ $compiler == dart2js && $runtime == none ] 268 [ $compiler == dart2js && $runtime == none ]
268 *: Fail, Pass # TODO(ahe): Triage these tests. 269 *: Fail, Pass # TODO(ahe): Triage these tests.
269 270
271 [ $compiler == dart2js && $runtime == none && $dart2js_with_kernel ]
272 *: Fail, Pass, Crash # TODO(sigmund): we should have no crashes when migration c ompletes
273
270 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 274 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
271 round_test: Fail, OK # Common JavaScript engine Math.round bug. 275 round_test: Fail, OK # Common JavaScript engine Math.round bug.
272 276
273 [ $compiler == dart2js && $runtime == ff ] 277 [ $compiler == dart2js && $runtime == ff ]
274 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug. 278 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
275 279
276 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 280 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
277 await_future_test: Pass, Timeout # Issue 26735 281 await_future_test: Pass, Timeout # Issue 26735
278 282
279 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w indows ] 283 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w indows ]
280 string_literals_test: RuntimeError # Issue 27533 284 string_literals_test: RuntimeError # Issue 27533
281 285
282 [ $compiler == dart2js && $runtime == safarimobilesim ] 286 [ $compiler == dart2js && $runtime == safarimobilesim ]
283 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1)) 287 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1))
284 call_through_getter_test: Fail, OK 288 call_through_getter_test: Fail, OK
285 289
286 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 290 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
287 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 291 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
288 292
289 [ $minified ] 293 [ $minified && ! $dart2js_with_kernel ]
290 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 294 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
291 regress_21795_test: RuntimeError # Issue 12605 295 regress_21795_test: RuntimeError # Issue 12605
292 296
293 [ $compiler == dart2js ] 297 [ $compiler == dart2js && ! $dart2js_with_kernel ]
294 generic_field_mixin4_test: Crash # Issue 18651 298 generic_field_mixin4_test: Crash # Issue 18651
295 generic_field_mixin5_test: Crash # Issue 18651 299 generic_field_mixin5_test: Crash # Issue 18651
296 method_override5_test: RuntimeError # Issue 12809 300 method_override5_test: RuntimeError # Issue 12809
297 301
298 [ $compiler == dart2js && $runtime != drt ] 302 [ $compiler == dart2js && $runtime != drt ]
299 issue23244_test: RuntimeError # 23244 303 issue23244_test: RuntimeError # 23244
300 304
301 [ $compiler == dart2js && $host_checked ] 305 [ $compiler == dart2js && $host_checked && ! $dart2js_with_kernel ]
302 regress_26855_test/1: Crash # Issue 26867 306 regress_26855_test/1: Crash # Issue 26867
303 regress_26855_test/2: Crash # Issue 26867 307 regress_26855_test/2: Crash # Issue 26867
304 regress_26855_test/3: Crash # Issue 26867 308 regress_26855_test/3: Crash # Issue 26867
305 regress_26855_test/4: Crash # Issue 26867 309 regress_26855_test/4: Crash # Issue 26867
306 310
307 [ $compiler != dart2analyzer] 311 [ $compiler != dart2analyzer]
308 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 312 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
309 313
310 [ $compiler == dart2js && $dart2js_with_kernel ] 314 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
311 constants_test/01: Crash 315 constants_test/01: Crash
312 abstract_beats_arguments_test: RuntimeError # Issue 27394 316 abstract_beats_arguments_test: RuntimeError # Issue 27394
313 abstract_runtime_error_test/01: RuntimeError # Issue 27394 317 abstract_runtime_error_test/01: RuntimeError # Issue 27394
314 abstract_runtime_error_test/02: RuntimeError # Issue 27394 318 abstract_runtime_error_test/02: RuntimeError # Issue 27394
315 arithmetic_canonicalization_test: RuntimeError # Issue 27394 319 arithmetic_canonicalization_test: RuntimeError # Issue 27394
316 assertion_initializer_const_error_test/01: Crash 320 assertion_initializer_const_error_test/01: Crash
317 assertion_initializer_const_function_test/01: Crash 321 assertion_initializer_const_function_test/01: Crash
318 assign_top_method_test/01: Crash # Issue 27394 322 assign_top_method_test/01: Crash # Issue 27394
319 async_await_syntax_test/a04b: Crash # Issue 27394 323 async_await_syntax_test/a04b: Crash # Issue 27394
320 async_await_syntax_test/a06a: RuntimeError # Issue 27394 324 async_await_syntax_test/a06a: RuntimeError # Issue 27394
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 super_operator_index_test/06: Crash # Issue 27394 491 super_operator_index_test/06: Crash # Issue 27394
488 super_operator_index_test/07: Crash # Issue 27394 492 super_operator_index_test/07: Crash # Issue 27394
489 super_operator_test: Crash # Issue 27394 493 super_operator_test: Crash # Issue 27394
490 super_setter_interceptor_test: RuntimeError # Issue 27394 494 super_setter_interceptor_test: RuntimeError # Issue 27394
491 this_conditional_operator_test/01: Crash # Issue 27394 495 this_conditional_operator_test/01: Crash # Issue 27394
492 try_catch_syntax_test/13: Crash # Issue 27394 496 try_catch_syntax_test/13: Crash # Issue 27394
493 try_catch_syntax_test/14: Crash # Issue 27394 497 try_catch_syntax_test/14: Crash # Issue 27394
494 try_catch_syntax_test/15: Crash # Issue 27394 498 try_catch_syntax_test/15: Crash # Issue 27394
495 generalized_void_syntax_test: Crash # Issue #30176 499 generalized_void_syntax_test: Crash # Issue #30176
496 500
497 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] 501 # Note: there are two flags to test dart2js with kernel:
502 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
503 # compiler. This flag will be deleted soon
504 # - dart2js_with_kernel: tests the entire pipeline with kernel.
505 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
498 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 506 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394
499 final_super_field_set_test/01: RuntimeError # Issue 27394 507 final_super_field_set_test/01: RuntimeError # Issue 27394
500 function_type/function_type14_test: Crash # Issue 27394 508 function_type/function_type14_test: Crash # Issue 27394
501 function_type/function_type15_test: Crash # Issue 27394 509 function_type/function_type15_test: Crash # Issue 27394
502 function_type/function_type20_test: Crash # Issue 27394 510 function_type/function_type20_test: Crash # Issue 27394
503 function_type/function_type21_test: Crash # Issue 27394 511 function_type/function_type21_test: Crash # Issue 27394
504 function_type/function_type22_test: Crash # Issue 27394 512 function_type/function_type22_test: Crash # Issue 27394
505 function_type/function_type23_test: Crash # Issue 27394 513 function_type/function_type23_test: Crash # Issue 27394
506 function_type/function_type24_test: Crash # Issue 27394 514 function_type/function_type24_test: Crash # Issue 27394
507 function_type/function_type25_test: Crash # Issue 27394 515 function_type/function_type25_test: Crash # Issue 27394
(...skipping 29 matching lines...) Expand all
537 function_type/function_type55_test: Crash # Issue 27394 545 function_type/function_type55_test: Crash # Issue 27394
538 function_type/function_type62_test: Crash # Issue 27394 546 function_type/function_type62_test: Crash # Issue 27394
539 function_type/function_type63_test: Crash # Issue 27394 547 function_type/function_type63_test: Crash # Issue 27394
540 function_type/function_type6_test: Crash # Issue 27394 548 function_type/function_type6_test: Crash # Issue 27394
541 function_type/function_type7_test: Crash # Issue 27394 549 function_type/function_type7_test: Crash # Issue 27394
542 function_type/function_type98_test: Crash # Issue 27394 550 function_type/function_type98_test: Crash # Issue 27394
543 function_type/function_type99_test: Crash # Issue 27394 551 function_type/function_type99_test: Crash # Issue 27394
544 generic_function_typedef_test: Crash # Issue 27394 552 generic_function_typedef_test: Crash # Issue 27394
545 getter_setter_in_lib_test: Crash # Issue 27394 553 getter_setter_in_lib_test: Crash # Issue 27394
546 554
547 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel ] 555 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
548 assertion_initializer_const_function_test/none: RuntimeError 556 assertion_initializer_const_function_test/none: RuntimeError
549 557
550 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 558 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ]
551 conditional_method_invocation_test/02: Crash # Issue 27394 559 conditional_method_invocation_test/02: Crash # Issue 27394
552 conditional_method_invocation_test/04: Crash # Issue 27394 560 conditional_method_invocation_test/04: Crash # Issue 27394
553 conditional_method_invocation_test/06: Crash # Issue 27394 561 conditional_method_invocation_test/06: Crash # Issue 27394
554 const_types_test/23: Crash # Issue 27394 562 const_types_test/23: Crash # Issue 27394
555 const_types_test/24: Crash # Issue 27394 563 const_types_test/24: Crash # Issue 27394
556 const_types_test/25: Crash # Issue 27394 564 const_types_test/25: Crash # Issue 27394
557 const_types_test/26: Crash # Issue 27394 565 const_types_test/26: Crash # Issue 27394
558 const_types_test/27: Crash # Issue 27394 566 const_types_test/27: Crash # Issue 27394
559 const_types_test/28: Crash # Issue 27394 567 const_types_test/28: Crash # Issue 27394
560 const_types_test/29: Crash # Issue 27394 568 const_types_test/29: Crash # Issue 27394
561 const_types_test/30: Crash # Issue 27394 569 const_types_test/30: Crash # Issue 27394
562 const_types_test/41: Crash # Issue 27394 570 const_types_test/41: Crash # Issue 27394
563 deferred_global_test: Crash # Issue 27394 571 deferred_global_test: Crash # Issue 27394
564 factory6_test/00: Crash # Issue 27394 572 factory6_test/00: Crash # Issue 27394
565 factory_redirection_test/01: Crash # Issue 27394 573 factory_redirection_test/01: Crash # Issue 27394
566 factory_redirection_test/02: Crash # Issue 27394 574 factory_redirection_test/02: Crash # Issue 27394
567 factory_redirection_test/03: Crash # Issue 27394 575 factory_redirection_test/03: Crash # Issue 27394
568 named_parameters_test/01: Crash # Issue 27394 576 named_parameters_test/01: Crash # Issue 27394
569 named_parameters_test/03: Crash # Issue 27394 577 named_parameters_test/03: Crash # Issue 27394
570 named_parameters_test/05: Crash # Issue 27394 578 named_parameters_test/05: Crash # Issue 27394
571 named_parameters_test/07: Crash # Issue 27394 579 named_parameters_test/07: Crash # Issue 27394
572 named_parameters_test/09: Crash # Issue 27394 580 named_parameters_test/09: Crash # Issue 27394
581
582 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
583 abstract_method_test: Crash
584 abstract_object_method_test: Crash
585 abstract_runtime_error_test/01: Crash
586 abstract_runtime_error_test/02: Crash
587 arg_param_trailing_comma_test/none: Crash
588 arithmetic2_test: Crash
589 arithmetic_test: Crash
590 assert_message_test: Crash
591 assert_trailing_comma_test/none: CompileTimeError
592 assertion_initializer_const_error2_test/cc02: Crash
593 assertion_initializer_const_error2_test/none: CompileTimeError
594 assertion_initializer_const_function_error_test/01: Crash
595 assertion_initializer_test: CompileTimeError
596 assertion_test: Crash
597 assign_to_type_test/01: Crash
598 assign_to_type_test/02: Crash
599 assign_to_type_test/03: Crash
600 assign_to_type_test/04: Crash
601 assign_top_method_test/01: Crash
602 async_and_or_test: Crash
603 async_await_catch_regression_test: Crash
604 async_await_syntax_test/a01a: Crash
605 async_await_syntax_test/a02a: Crash
606 async_await_syntax_test/a03a: Crash
607 async_await_syntax_test/a03b: Crash
608 async_await_syntax_test/a04a: RuntimeError
609 async_await_syntax_test/a04c: RuntimeError
610 async_await_syntax_test/a05a: Crash
611 async_await_syntax_test/a05b: Crash
612 async_await_syntax_test/a05c: Crash
613 async_await_syntax_test/a05e: Crash
614 async_await_syntax_test/a06a: Crash
615 async_await_syntax_test/a07a: RuntimeError
616 async_await_syntax_test/a08a: RuntimeError
617 async_await_syntax_test/a09a: Crash
618 async_await_syntax_test/a10a: Crash
619 async_await_syntax_test/a11b: RuntimeError
620 async_await_syntax_test/a11c: Crash
621 async_await_syntax_test/a11d: Crash
622 async_await_syntax_test/a12g: Crash
623 async_await_syntax_test/b01a: Crash
624 async_await_syntax_test/b02a: Crash
625 async_await_syntax_test/b03a: Crash
626 async_await_syntax_test/b04a: RuntimeError
627 async_await_syntax_test/b05a: Crash
628 async_await_syntax_test/b06a: Crash
629 async_await_syntax_test/b07a: RuntimeError
630 async_await_syntax_test/b08a: RuntimeError
631 async_await_syntax_test/b09a: Crash
632 async_await_syntax_test/b10a: Crash
633 async_await_syntax_test/b11b: RuntimeError
634 async_await_syntax_test/b11c: Crash
635 async_await_syntax_test/b11d: Crash
636 async_await_syntax_test/b12g: Crash
637 async_await_syntax_test/c01a: Crash
638 async_await_syntax_test/c02a: Crash
639 async_await_syntax_test/c03a: Crash
640 async_await_syntax_test/c04a: Crash
641 async_await_syntax_test/c05a: Crash
642 async_await_syntax_test/c06a: Crash
643 async_await_syntax_test/c07a: Crash
644 async_await_syntax_test/c08a: Crash
645 async_await_syntax_test/c09a: Crash
646 async_await_syntax_test/c10a: Crash
647 async_await_syntax_test/d01a: Crash
648 async_await_syntax_test/d02a: Crash
649 async_await_syntax_test/d03a: Crash
650 async_await_syntax_test/d04a: RuntimeError
651 async_await_syntax_test/d05a: Crash
652 async_await_syntax_test/d06a: Crash
653 async_await_syntax_test/d07a: RuntimeError
654 async_await_syntax_test/d08a: RuntimeError
655 async_await_syntax_test/d08b: RuntimeError
656 async_await_syntax_test/d08c: RuntimeError
657 async_await_syntax_test/d09a: Crash
658 async_await_syntax_test/d10a: Crash
659 async_await_test: Crash
660 async_break_in_finally_test: Crash
661 async_continue_label_test/await_in_body: Crash
662 async_continue_label_test/await_in_condition: Crash
663 async_continue_label_test/await_in_init: Crash
664 async_continue_label_test/await_in_update: Crash
665 async_continue_label_test/none: Crash
666 async_control_structures_test: Crash
667 async_finally_rethrow_test: Crash
668 async_or_generator_return_type_stacktrace_test/01: Crash
669 async_or_generator_return_type_stacktrace_test/02: Crash
670 async_or_generator_return_type_stacktrace_test/03: Crash
671 async_or_generator_return_type_stacktrace_test/none: Crash
672 async_regression_23058_test: Crash
673 async_rethrow_test: Crash
674 async_return_types_test/nestedFuture: Crash
675 async_return_types_test/none: Crash
676 async_return_types_test/tooManyTypeParameters: Crash
677 async_return_types_test/wrongReturnType: Crash
678 async_return_types_test/wrongTypeParameter: Crash
679 async_star_cancel_and_throw_in_finally_test: Crash
680 async_star_cancel_while_paused_test: Crash
681 async_star_no_cancel2_test: Crash
682 async_star_no_cancel_test: Crash
683 async_star_pause_test: Crash
684 async_star_regression_2238_test: Crash
685 async_star_regression_23116_test: Crash
686 async_star_regression_fisk_test: Crash
687 async_star_stream_take_test: Crash
688 async_star_take_reyield_test: Crash
689 async_star_test: Crash
690 async_switch_test/none: Crash
691 async_switch_test/withDefault: Crash
692 async_test/none: Crash
693 async_test/type-mismatch1: Crash
694 async_test/type-mismatch2: Crash
695 async_test/type-mismatch3: Crash
696 async_test/type-mismatch4: Crash
697 async_this_bound_test: Crash
698 async_throw_in_catch_test/forceAwait: Crash
699 async_throw_in_catch_test/none: Crash
700 asyncstar_concat_test: Crash
701 asyncstar_throw_in_catch_test: Crash
702 asyncstar_yield_test: Crash
703 asyncstar_yieldstar_test: Crash
704 await_backwards_compatibility_test/none: Crash
705 await_exceptions_test: Crash
706 await_for_cancel_test: Crash
707 await_for_test: Crash
708 await_for_use_local_test: Crash
709 await_future_test: Crash
710 await_nonfuture_test: Crash
711 await_not_started_immediately_test: Crash
712 await_null_aware_test: Crash
713 await_postfix_expr_test: Crash
714 await_regression_test: Crash
715 await_test: Crash
716 bad_named_parameters2_test/01: Crash
717 bad_named_parameters2_test/none: Crash
718 bad_named_parameters_test/01: Crash
719 bad_named_parameters_test/02: Crash
720 bad_named_parameters_test/03: Crash
721 bad_named_parameters_test/04: Crash
722 bad_named_parameters_test/05: Crash
723 bad_named_parameters_test/none: Crash
724 bad_override_test/03: MissingCompileTimeError
725 bad_override_test/04: MissingCompileTimeError
726 bad_override_test/05: MissingCompileTimeError
727 bailout4_test: Crash
728 bailout_test: Crash
729 bind_test: Crash
730 bit_operations_test/01: Crash
731 bit_operations_test/02: Crash
732 bit_operations_test/03: Crash
733 bit_operations_test/04: Crash
734 bit_operations_test/none: Crash
735 black_listed_test/none: Crash
736 bool_check_test: Crash
737 bool_test: Crash
738 bootstrap_test: RuntimeError
739 bound_closure_equality_test: Crash
740 bound_closure_primitives_test: Crash
741 branch_canonicalization_test: RuntimeError
742 break_test: Crash
743 built_in_identifier_test/01: Crash
744 built_in_identifier_test/none: Crash
745 call_closurization_test: Crash
746 call_constructor_on_unresolvable_class_test/07: Crash
747 call_function_apply_test: Crash
748 call_nonexistent_constructor_test/01: Crash
749 call_nonexistent_constructor_test/02: Crash
750 call_nonexistent_constructor_test/none: Crash
751 call_nonexistent_static_test/01: Crash
752 call_nonexistent_static_test/02: Crash
753 call_nonexistent_static_test/03: Crash
754 call_nonexistent_static_test/04: Crash
755 call_nonexistent_static_test/05: Crash
756 call_nonexistent_static_test/06: Crash
757 call_nonexistent_static_test/07: Crash
758 call_nonexistent_static_test/08: Crash
759 call_nonexistent_static_test/09: Crash
760 call_nonexistent_static_test/10: Crash
761 call_nonexistent_static_test/none: Crash
762 call_operator_test: RuntimeError
763 call_test: Crash
764 call_through_getter_test: Crash
765 call_through_null_getter_test: Crash
766 call_type_literal_test/01: Crash
767 call_with_no_such_method_test: Crash
768 canonical_const2_test: RuntimeError
769 canonical_const3_test: Crash
770 canonical_const_test: Crash
771 cascade2_test: Crash
772 cascade_precedence_test: Crash
773 cascade_test/none: Crash
774 cast_test/04: RuntimeError
775 cast_test/05: RuntimeError
776 cast_test/none: RuntimeError
777 catch_liveness_test: Crash
778 cha_deopt1_test: CompileTimeError
779 cha_deopt2_test: CompileTimeError
780 cha_deopt3_test: CompileTimeError
781 check_member_static_test/02: MissingCompileTimeError
782 checked_null_test/01: Crash
783 checked_setter2_test: Crash
784 checked_setter3_test/01: Crash
785 checked_setter3_test/02: Crash
786 checked_setter3_test/none: Crash
787 checked_setter_test: Crash
788 class_cycle_test/02: MissingCompileTimeError
789 class_cycle_test/03: MissingCompileTimeError
790 class_literal_test/01: Crash
791 class_literal_test/02: Crash
792 class_literal_test/03: Crash
793 class_literal_test/04: Crash
794 class_literal_test/05: Crash
795 class_literal_test/06: Crash
796 class_literal_test/07: Crash
797 class_literal_test/08: Crash
798 class_literal_test/09: Crash
799 class_literal_test/10: Crash
800 class_literal_test/11: Crash
801 class_literal_test/12: Crash
802 class_literal_test/13: Crash
803 class_literal_test/14: Crash
804 class_literal_test/15: Crash
805 class_literal_test/16: Crash
806 class_literal_test/17: Crash
807 class_literal_test/18: Crash
808 class_literal_test/19: Crash
809 class_literal_test/20: Crash
810 class_literal_test/21: Crash
811 class_literal_test/22: Crash
812 class_literal_test/23: Crash
813 class_literal_test/24: Crash
814 class_literal_test/25: Crash
815 class_override_test/00: Crash
816 class_test: RuntimeError
817 classes_static_method_clash_test: Crash
818 closure2_test: RuntimeError
819 closure3_test: Crash
820 closure4_test: Crash
821 closure5_test: Crash
822 closure6_test: Crash
823 closure7_test: Crash
824 closure8_test: Crash
825 closure_break1_test: Crash
826 closure_break2_test: Crash
827 closure_break_test: Crash
828 closure_call_wrong_argument_count_negative_test: Crash
829 closure_cycles_test: Crash
830 closure_in_constructor_test: RuntimeError
831 closure_in_field_initializer_test: RuntimeError
832 closure_in_initializer2_test: Crash
833 closure_in_initializer_test: Crash
834 closure_internals_test: Crash
835 closure_parameter_types_test: Crash
836 closure_self_reference_test: Crash
837 closure_shared_state_test: RuntimeError
838 closure_side_effect_test: RuntimeError
839 closure_test: Crash
840 closure_type_test/01: Crash
841 closure_type_test/none: Crash
842 closure_type_variable_test: Crash
843 closure_type_variables_test: Crash
844 closure_variable_shadow_test: Crash
845 closure_with_super_field_test: RuntimeError
846 closure_with_super_send_test: RuntimeError
847 closures_initializer2_test: Crash
848 closures_initializer_test: Crash
849 closures_with_complex_params_test: RuntimeError
850 code_after_try_is_executed_test/01: Crash
851 code_after_try_is_executed_test/none: Crash
852 compile_time_constant10_test/none: RuntimeError
853 compile_time_constant_a_test: Crash
854 compile_time_constant_b_test: Crash
855 compile_time_constant_c_test/02: Crash
856 compile_time_constant_m_test: RuntimeError
857 compile_time_constant_p_test/01: Crash
858 compile_time_constant_r_test/none: RuntimeError
859 compound_assignment_operator_test: Crash
860 conditional_import_string_test: CompileTimeError
861 conditional_import_test: CompileTimeError
862 conditional_method_invocation_test/02: RuntimeError
863 conditional_method_invocation_test/04: RuntimeError
864 conditional_method_invocation_test/06: RuntimeError
865 conditional_method_invocation_test/07: RuntimeError
866 conditional_method_invocation_test/12: Crash
867 conditional_method_invocation_test/13: Crash
868 conditional_method_invocation_test/14: RuntimeError
869 conditional_method_invocation_test/15: RuntimeError
870 conditional_method_invocation_test/16: RuntimeError
871 conditional_method_invocation_test/17: RuntimeError
872 conditional_method_invocation_test/18: RuntimeError
873 conditional_method_invocation_test/19: RuntimeError
874 conditional_property_access_test/10: Crash
875 conditional_property_access_test/11: Crash
876 config_import_corelib_test: RuntimeError
877 config_import_test: RuntimeError
878 const_conditional_test/08: MissingCompileTimeError
879 const_constructor_nonconst_field_test/01: Crash
880 const_constructor_syntax_test/05: Crash
881 const_error_multiply_initialized_test/01: Crash
882 const_error_multiply_initialized_test/02: Crash
883 const_error_multiply_initialized_test/03: Crash
884 const_error_multiply_initialized_test/04: Crash
885 const_evaluation_test/01: Crash
886 const_factory_with_body_test/01: MissingCompileTimeError
887 const_for_in_variable_test/02: Crash
888 const_for_in_variable_test/none: Crash
889 const_instance_field_test/01: MissingCompileTimeError
890 const_map2_test/00: MissingCompileTimeError
891 const_map3_test/00: MissingCompileTimeError
892 const_map_test: Crash
893 const_named_test: Crash
894 const_nested_test: Crash
895 const_objects_are_immutable_test/01: Crash
896 const_objects_are_immutable_test/none: Crash
897 const_optional_args_negative_test: Crash
898 const_switch2_test/01: MissingCompileTimeError
899 const_switch_test/02: RuntimeError
900 const_switch_test/04: RuntimeError
901 const_syntax_test/05: MissingCompileTimeError
902 const_syntax_test/08: Crash
903 const_syntax_test/09: Crash
904 const_syntax_test/10: MissingCompileTimeError
905 const_types_test/01: Crash
906 const_types_test/02: Crash
907 const_types_test/03: Crash
908 const_types_test/04: Crash
909 const_types_test/05: Crash
910 const_types_test/06: Crash
911 const_types_test/13: Crash
912 const_types_test/31: Crash
913 const_types_test/32: Crash
914 const_types_test/33: Crash
915 const_types_test/34: Crash
916 const_types_test/35: Crash
917 const_types_test/36: Crash
918 const_types_test/37: Crash
919 const_types_test/38: Crash
920 const_types_test/39: Crash
921 const_types_test/40: Crash
922 const_types_test/none: Crash
923 constants_test/05: MissingCompileTimeError
924 constructor12_test: Crash
925 constructor2_test: Crash
926 constructor3_test: Crash
927 constructor5_test: Crash
928 constructor6_test: Crash
929 constructor8_test: Crash
930 constructor_duplicate_final_test/01: Crash
931 constructor_duplicate_final_test/02: Crash
932 constructor_duplicate_final_test/03: Crash
933 constructor_initializer_test/none: Crash
934 constructor_name_clash_test: Crash
935 constructor_named_arguments_test/none: RuntimeError
936 constructor_redirect1_negative_test: Crash
937 constructor_redirect2_negative_test: Crash
938 constructor_redirect2_test/01: MissingCompileTimeError
939 constructor_redirect_test/01: Crash
940 constructor_test: Crash
941 constructor_with_mixin_test: Crash
942 context_args_with_defaults_test: RuntimeError
943 context_test: Crash
944 continue_test: Crash
945 crash_6725_test/01: Crash
946 ct_const_test: Crash
947 custom_await_stack_trace_test: Crash
948 cyclic_constructor_test/01: Crash
949 cyclic_default_values_test: Crash
950 cyclic_type2_test: Crash
951 dangling_else_test: Crash
952 dead_field_access_test: Crash
953 deferred_call_empty_before_load_test: Crash
954 deferred_closurize_load_library_test: CompileTimeError
955 deferred_constant_list_test: CompileTimeError
956 deferred_constraints_constants_test/none: CompileTimeError
957 deferred_constraints_constants_test/reference_after_load: CompileTimeError
958 deferred_constraints_type_annotation_test/as_operation: CompileTimeError
959 deferred_constraints_type_annotation_test/catch_check: CompileTimeError
960 deferred_constraints_type_annotation_test/is_check: CompileTimeError
961 deferred_constraints_type_annotation_test/new: CompileTimeError
962 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError
963 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
964 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError
965 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError
966 deferred_constraints_type_annotation_test/none: CompileTimeError
967 deferred_constraints_type_annotation_test/static_method: CompileTimeError
968 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError
969 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror
970 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror
971 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror
972 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror
973 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError
974 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError
975 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error
976 deferred_function_type_test: CompileTimeError
977 deferred_global_test: CompileTimeError
978 deferred_import_core_test: CompileTimeError
979 deferred_inheritance_constraints_test/extends: MissingCompileTimeError
980 deferred_inheritance_constraints_test/implements: MissingCompileTimeError
981 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
982 deferred_inheritance_constraints_test/redirecting_constructor: Crash
983 deferred_inlined_test: CompileTimeError
984 deferred_load_constants_test/none: CompileTimeError
985 deferred_load_inval_code_test: CompileTimeError
986 deferred_load_library_wrong_args_test/01: CompileTimeError
987 deferred_load_library_wrong_args_test/none: CompileTimeError
988 deferred_mixin_test: CompileTimeError
989 deferred_no_prefix_test/01: MissingCompileTimeError
990 deferred_no_such_method_test: CompileTimeError
991 deferred_not_loaded_check_test: Crash
992 deferred_only_constant_test: CompileTimeError
993 deferred_optimized_test: CompileTimeError
994 deferred_redirecting_factory_test: CompileTimeError
995 deferred_regression_22995_test: CompileTimeError
996 deferred_regression_28678_test: CompileTimeError
997 deferred_shadow_load_library_test: Crash
998 deferred_shared_and_unshared_classes_test: CompileTimeError
999 deferred_static_seperate_test: CompileTimeError
1000 deferred_super_dependency_test/01: CompileTimeError
1001 deferred_super_dependency_test/none: Crash
1002 deferred_type_dependency_test/as: CompileTimeError
1003 deferred_type_dependency_test/is: CompileTimeError
1004 deferred_type_dependency_test/none: CompileTimeError
1005 deferred_type_dependency_test/type_annotation: CompileTimeError
1006 deopt_inlined_function_test: Crash
1007 deopt_no_feedback_test: Crash
1008 div_by_zero_test: Crash
1009 div_with_power_of_two2_test: Crash
1010 double_int_to_string_test: RuntimeError
1011 double_to_string_as_exponential2_test: Crash
1012 double_to_string_as_fixed2_test: Crash
1013 double_to_string_as_precision2_test: Crash
1014 duplicate_export_negative_test: Fail
1015 duplicate_implements_test/01: MissingCompileTimeError
1016 duplicate_implements_test/02: MissingCompileTimeError
1017 duplicate_implements_test/03: MissingCompileTimeError
1018 duplicate_implements_test/04: MissingCompileTimeError
1019 dynamic_prefix_core_test/01: RuntimeError
1020 dynamic_prefix_core_test/none: RuntimeError
1021 dynamic_test: Crash
1022 efficient_length_warning_test: Crash
1023 empty_block_case_test: Crash
1024 enum_duplicate_test/01: Crash
1025 enum_duplicate_test/02: RuntimeError
1026 enum_duplicate_test/none: RuntimeError
1027 enum_mirror_test: Crash
1028 enum_private_test/01: RuntimeError
1029 enum_private_test/02: Crash
1030 enum_private_test/none: RuntimeError
1031 enum_test: RuntimeError
1032 equality_test: Crash
1033 error_stacktrace_test: Crash
1034 example_constructor_test: Crash
1035 exception_identity_test: Crash
1036 exception_in_increment_test: Crash
1037 exception_test: Crash
1038 execute_finally10_test: Crash
1039 execute_finally11_test: Crash
1040 execute_finally7_test: Crash
1041 execute_finally8_test: Crash
1042 execute_finally9_test: Crash
1043 exhaustive_for_test: Crash
1044 expect_test: Crash
1045 export_double_same_main_test: CompileTimeError
1046 export_main_test: CompileTimeError
1047 external_test/10: Crash
1048 external_test/13: Crash
1049 external_test/20: MissingRuntimeError
1050 f_bounded_quantification5_test: Crash
1051 f_bounded_quantification_test/01: Crash
1052 f_bounded_quantification_test/02: Crash
1053 f_bounded_quantification_test/none: Crash
1054 factory2_test: Crash
1055 factory6_test/00: Crash
1056 factory_redirection_test/07: MissingCompileTimeError
1057 factory_redirection_test/08: Crash
1058 factory_redirection_test/09: Crash
1059 factory_redirection_test/10: Crash
1060 factory_redirection_test/11: Crash
1061 factory_redirection_test/12: Crash
1062 factory_redirection_test/13: Crash
1063 factory_redirection_test/14: Crash
1064 factory_redirection_test/none: Crash
1065 factory_return_type_checked_test: Crash
1066 fast_method_extraction_test: Crash
1067 fauxverride_test/03: MissingCompileTimeError
1068 fauxverride_test/05: MissingCompileTimeError
1069 field_increment_bailout_test: Crash
1070 field_inference_test: Crash
1071 field_initialization_order_test: RuntimeError
1072 field_method_test: RuntimeError
1073 field_override2_test: RuntimeError
1074 field_override3_test/00: MissingCompileTimeError
1075 field_override3_test/01: MissingCompileTimeError
1076 field_override3_test/02: MissingCompileTimeError
1077 field_override3_test/03: MissingCompileTimeError
1078 field_override4_test/02: MissingCompileTimeError
1079 final_attempt_reinitialization_test/01: Crash
1080 final_attempt_reinitialization_test/02: Crash
1081 final_field_initialization_order_test: RuntimeError
1082 final_super_field_set_test/01: Crash
1083 final_syntax_test/09: Crash
1084 final_used_in_try_test: Crash
1085 first_class_types_constants_test: Crash
1086 first_class_types_literals_test/01: Crash
1087 first_class_types_literals_test/02: Crash
1088 first_class_types_literals_test/03: Crash
1089 first_class_types_literals_test/04: Crash
1090 first_class_types_literals_test/05: Crash
1091 first_class_types_literals_test/06: Crash
1092 first_class_types_literals_test/07: Crash
1093 first_class_types_literals_test/08: Crash
1094 first_class_types_literals_test/09: Crash
1095 first_class_types_literals_test/10: Crash
1096 first_class_types_literals_test/11: Crash
1097 first_class_types_literals_test/12: Crash
1098 first_class_types_literals_test/none: Crash
1099 flatten_test/01: Crash
1100 flatten_test/02: Crash
1101 flatten_test/03: Crash
1102 flatten_test/04: Crash
1103 flatten_test/05: Crash
1104 flatten_test/06: Crash
1105 flatten_test/07: Crash
1106 flatten_test/08: Crash
1107 flatten_test/09: Crash
1108 flatten_test/10: Crash
1109 flatten_test/11: Crash
1110 flatten_test/12: Crash
1111 flatten_test/none: Crash
1112 for2_test: RuntimeError
1113 for_in2_test: Crash
1114 for_in3_test: Crash
1115 for_variable_capture_test: Crash
1116 full_stacktrace1_test: Crash
1117 full_stacktrace2_test: Crash
1118 full_stacktrace3_test: Crash
1119 function_argument_test: RuntimeError
1120 function_field_test: RuntimeError
1121 function_getter_test: Crash
1122 function_literals2_test: Crash
1123 function_literals_test: Crash
1124 function_malformed_result_type_test: Crash
1125 function_propagation_test: RuntimeError
1126 function_subtype2_test: Crash
1127 function_subtype_bound_closure0_test: Crash
1128 function_subtype_bound_closure1_test: Crash
1129 function_subtype_bound_closure2_test: Crash
1130 function_subtype_bound_closure3_test: Crash
1131 function_subtype_bound_closure4_test: Crash
1132 function_subtype_bound_closure5_test: Crash
1133 function_subtype_bound_closure5a_test: Crash
1134 function_subtype_bound_closure6_test: Crash
1135 function_subtype_bound_closure7_test: Crash
1136 function_subtype_cast0_test: Crash
1137 function_subtype_cast1_test: Crash
1138 function_subtype_cast2_test: Crash
1139 function_subtype_cast3_test: Crash
1140 function_subtype_checked0_test: Crash
1141 function_subtype_closure0_test: Crash
1142 function_subtype_closure1_test: Crash
1143 function_subtype_factory1_test: Crash
1144 function_subtype_inline0_test: RuntimeError
1145 function_subtype_inline1_test: Crash
1146 function_subtype_inline2_test: Crash
1147 function_subtype_local0_test: Crash
1148 function_subtype_local1_test: Crash
1149 function_subtype_local2_test: Crash
1150 function_subtype_local3_test: Crash
1151 function_subtype_local4_test: Crash
1152 function_subtype_local5_test: Crash
1153 function_subtype_not1_test: Crash
1154 function_subtype_not3_test: Crash
1155 function_subtype_setter0_test: Crash
1156 function_subtype_typearg0_test: Crash
1157 function_subtype_typearg1_test: Crash
1158 function_subtype_typearg2_test: Crash
1159 function_subtype_typearg3_test: Crash
1160 function_subtype_typearg4_test: Crash
1161 function_subtype_typearg5_test: Crash
1162 function_syntax_test/none: Crash
1163 function_test: Crash
1164 function_type/function_type0_test: Crash
1165 function_type/function_type10_test: Crash
1166 function_type/function_type11_test: Crash
1167 function_type/function_type12_test: Crash
1168 function_type/function_type13_test: Crash
1169 function_type/function_type14_test: Crash
1170 function_type/function_type15_test: Crash
1171 function_type/function_type16_test: Crash
1172 function_type/function_type17_test: Crash
1173 function_type/function_type18_test: Crash
1174 function_type/function_type19_test: Crash
1175 function_type/function_type1_test: Crash
1176 function_type/function_type20_test: Crash
1177 function_type/function_type21_test: Crash
1178 function_type/function_type22_test: Crash
1179 function_type/function_type23_test: Crash
1180 function_type/function_type24_test: Crash
1181 function_type/function_type25_test: Crash
1182 function_type/function_type26_test: Crash
1183 function_type/function_type27_test: Crash
1184 function_type/function_type28_test: Crash
1185 function_type/function_type29_test: Crash
1186 function_type/function_type2_test: Crash
1187 function_type/function_type30_test: Crash
1188 function_type/function_type31_test: Crash
1189 function_type/function_type32_test: Crash
1190 function_type/function_type33_test: Crash
1191 function_type/function_type34_test: Crash
1192 function_type/function_type35_test: Crash
1193 function_type/function_type36_test: Crash
1194 function_type/function_type37_test: Crash
1195 function_type/function_type38_test: Crash
1196 function_type/function_type39_test: Crash
1197 function_type/function_type3_test: Crash
1198 function_type/function_type40_test: Crash
1199 function_type/function_type41_test: Crash
1200 function_type/function_type42_test: Crash
1201 function_type/function_type43_test: Crash
1202 function_type/function_type44_test: Crash
1203 function_type/function_type45_test: Crash
1204 function_type/function_type46_test: Crash
1205 function_type/function_type47_test: Crash
1206 function_type/function_type48_test: Crash
1207 function_type/function_type49_test: Crash
1208 function_type/function_type4_test: Crash
1209 function_type/function_type50_test: Crash
1210 function_type/function_type51_test: Crash
1211 function_type/function_type52_test: Crash
1212 function_type/function_type53_test: Crash
1213 function_type/function_type54_test: Crash
1214 function_type/function_type55_test: Crash
1215 function_type/function_type56_test: Crash
1216 function_type/function_type57_test: Crash
1217 function_type/function_type58_test: Crash
1218 function_type/function_type59_test: Crash
1219 function_type/function_type5_test: Crash
1220 function_type/function_type60_test: Crash
1221 function_type/function_type61_test: Crash
1222 function_type/function_type62_test: Crash
1223 function_type/function_type63_test: Crash
1224 function_type/function_type64_test: Crash
1225 function_type/function_type65_test: Crash
1226 function_type/function_type66_test: Crash
1227 function_type/function_type67_test: Crash
1228 function_type/function_type68_test: Crash
1229 function_type/function_type69_test: Crash
1230 function_type/function_type6_test: Crash
1231 function_type/function_type70_test: Crash
1232 function_type/function_type71_test: Crash
1233 function_type/function_type72_test: Crash
1234 function_type/function_type73_test: Crash
1235 function_type/function_type74_test: Crash
1236 function_type/function_type75_test: Crash
1237 function_type/function_type76_test: Crash
1238 function_type/function_type77_test: Crash
1239 function_type/function_type78_test: Crash
1240 function_type/function_type79_test: Crash
1241 function_type/function_type7_test: Crash
1242 function_type/function_type80_test: Crash
1243 function_type/function_type81_test: Crash
1244 function_type/function_type82_test: Crash
1245 function_type/function_type83_test: Crash
1246 function_type/function_type84_test: Crash
1247 function_type/function_type85_test: Crash
1248 function_type/function_type86_test: Crash
1249 function_type/function_type87_test: Crash
1250 function_type/function_type88_test: Crash
1251 function_type/function_type89_test: Crash
1252 function_type/function_type8_test: Crash
1253 function_type/function_type90_test: Crash
1254 function_type/function_type91_test: Crash
1255 function_type/function_type92_test: Crash
1256 function_type/function_type93_test: Crash
1257 function_type/function_type94_test: Crash
1258 function_type/function_type95_test: Crash
1259 function_type/function_type96_test: Crash
1260 function_type/function_type97_test: Crash
1261 function_type/function_type98_test: Crash
1262 function_type/function_type99_test: Crash
1263 function_type/function_type9_test: Crash
1264 function_type2_test: Crash
1265 function_type3_test: Crash
1266 function_type_alias2_test: Crash
1267 function_type_alias3_test: Crash
1268 function_type_alias4_test: Crash
1269 function_type_alias6_test/none: Crash
1270 function_type_alias8_test: RuntimeError
1271 function_type_alias9_test/none: Crash
1272 function_type_alias_test: Crash
1273 function_type_parameter2_negative_test: Crash
1274 function_type_parameter2_test: RuntimeError
1275 function_type_parameter_negative_test: Crash
1276 function_type_parameter_test: RuntimeError
1277 function_type_test: Crash
1278 function_type_this_parameter_test: RuntimeError
1279 generalized_void_syntax_test: CompileTimeError
1280 generic_closure_test: Crash
1281 generic_constructor_mixin2_test: Crash
1282 generic_constructor_mixin3_test: Crash
1283 generic_constructor_mixin_test: Crash
1284 generic_field_mixin2_test: Crash
1285 generic_field_mixin3_test: Crash
1286 generic_field_mixin4_test: Crash # Issue 18651
1287 generic_field_mixin5_test: Crash # Issue 18651
1288 generic_field_mixin6_test/01: Crash
1289 generic_field_mixin_test: Crash
1290 generic_function_typedef2_test/04: Crash
1291 generic_function_typedef_test: Crash
1292 generic_functions_test: Crash
1293 generic_instanceof5_test: Crash
1294 generic_instanceof_test: Crash
1295 generic_list_checked_test: Crash
1296 generic_local_functions_test: Crash
1297 generic_method_types_test/01: Crash
1298 generic_method_types_test/02: Crash
1299 generic_methods_function_type_test: RuntimeError
1300 generic_methods_generic_function_parameter_test: Crash
1301 generic_methods_test: Crash
1302 generic_methods_type_expression_test/01: Crash
1303 generic_methods_type_expression_test/03: Crash
1304 generic_methods_type_expression_test/none: Crash
1305 generic_native_test: Crash
1306 generic_syntax_test: RuntimeError
1307 generic_test: Crash
1308 getter_closure_execution_order_test: Crash
1309 getter_no_setter2_test/00: Crash
1310 getter_no_setter2_test/01: Crash
1311 getter_no_setter2_test/03: Crash
1312 getter_no_setter2_test/none: Crash
1313 getter_no_setter_test/00: Crash
1314 getter_no_setter_test/01: Crash
1315 getter_no_setter_test/none: Crash
1316 getter_override2_test/02: MissingCompileTimeError
1317 getter_override_test/00: MissingCompileTimeError
1318 getter_override_test/01: MissingCompileTimeError
1319 getter_override_test/02: MissingCompileTimeError
1320 hash_map_null_key_foreach_test: RuntimeError
1321 identical_closure2_test: RuntimeError
1322 if_null_assignment_behavior_test/01: RuntimeError
1323 if_null_assignment_behavior_test/02: RuntimeError
1324 if_null_assignment_behavior_test/03: RuntimeError
1325 if_null_assignment_behavior_test/04: Crash
1326 if_null_assignment_behavior_test/05: RuntimeError
1327 if_null_assignment_behavior_test/06: RuntimeError
1328 if_null_assignment_behavior_test/07: RuntimeError
1329 if_null_assignment_behavior_test/08: RuntimeError
1330 if_null_assignment_behavior_test/09: RuntimeError
1331 if_null_assignment_behavior_test/10: RuntimeError
1332 if_null_assignment_behavior_test/11: RuntimeError
1333 if_null_assignment_behavior_test/12: RuntimeError
1334 if_null_assignment_behavior_test/13: RuntimeError
1335 if_null_assignment_behavior_test/14: Crash
1336 if_null_assignment_behavior_test/15: RuntimeError
1337 if_null_assignment_behavior_test/16: RuntimeError
1338 if_null_assignment_behavior_test/17: RuntimeError
1339 if_null_assignment_behavior_test/18: RuntimeError
1340 if_null_assignment_behavior_test/19: RuntimeError
1341 if_null_assignment_behavior_test/20: RuntimeError
1342 if_null_assignment_behavior_test/21: RuntimeError
1343 if_null_assignment_behavior_test/22: RuntimeError
1344 if_null_assignment_behavior_test/23: RuntimeError
1345 if_null_assignment_behavior_test/24: RuntimeError
1346 if_null_assignment_behavior_test/25: RuntimeError
1347 if_null_assignment_behavior_test/26: RuntimeError
1348 if_null_assignment_behavior_test/27: RuntimeError
1349 if_null_assignment_behavior_test/28: RuntimeError
1350 if_null_assignment_behavior_test/31: RuntimeError
1351 if_null_assignment_behavior_test/32: RuntimeError
1352 if_null_assignment_static_test/01: Crash
1353 if_null_assignment_static_test/02: Crash
1354 if_null_assignment_static_test/03: Crash
1355 if_null_assignment_static_test/04: Crash
1356 if_null_assignment_static_test/05: Crash
1357 if_null_assignment_static_test/06: Crash
1358 if_null_assignment_static_test/07: Crash
1359 if_null_assignment_static_test/08: Crash
1360 if_null_assignment_static_test/09: Crash
1361 if_null_assignment_static_test/10: Crash
1362 if_null_assignment_static_test/11: Crash
1363 if_null_assignment_static_test/12: Crash
1364 if_null_assignment_static_test/13: Crash
1365 if_null_assignment_static_test/14: Crash
1366 if_null_assignment_static_test/15: Crash
1367 if_null_assignment_static_test/16: Crash
1368 if_null_assignment_static_test/17: Crash
1369 if_null_assignment_static_test/18: Crash
1370 if_null_assignment_static_test/19: Crash
1371 if_null_assignment_static_test/20: Crash
1372 if_null_assignment_static_test/21: Crash
1373 if_null_assignment_static_test/22: Crash
1374 if_null_assignment_static_test/23: Crash
1375 if_null_assignment_static_test/24: Crash
1376 if_null_assignment_static_test/25: Crash
1377 if_null_assignment_static_test/26: Crash
1378 if_null_assignment_static_test/27: Crash
1379 if_null_assignment_static_test/28: Crash
1380 if_null_assignment_static_test/29: Crash
1381 if_null_assignment_static_test/30: Crash
1382 if_null_assignment_static_test/31: Crash
1383 if_null_assignment_static_test/32: Crash
1384 if_null_assignment_static_test/33: Crash
1385 if_null_assignment_static_test/34: Crash
1386 if_null_assignment_static_test/35: Crash
1387 if_null_assignment_static_test/36: Crash
1388 if_null_assignment_static_test/37: Crash
1389 if_null_assignment_static_test/38: Crash
1390 if_null_assignment_static_test/39: Crash
1391 if_null_assignment_static_test/40: Crash
1392 if_null_assignment_static_test/41: Crash
1393 if_null_assignment_static_test/42: Crash
1394 if_null_assignment_static_test/none: Crash
1395 if_null_behavior_test/07: Crash
1396 if_null_behavior_test/10: Crash
1397 if_null_behavior_test/12: Crash
1398 if_null_behavior_test/14: Crash
1399 if_null_behavior_test/15: Crash
1400 if_null_behavior_test/16: Crash
1401 if_null_precedence_test/01: Crash
1402 if_null_precedence_test/02: Crash
1403 if_null_precedence_test/03: Crash
1404 if_null_precedence_test/04: Crash
1405 if_null_precedence_test/05: Crash
1406 if_null_precedence_test/06: Crash
1407 if_null_precedence_test/07: Crash
1408 if_null_precedence_test/08: Crash
1409 if_null_precedence_test/none: Crash
1410 implicit_closure1_test: Crash
1411 implicit_closure2_test: Crash
1412 implicit_closure_test: Crash
1413 implicit_this_test/01: Crash
1414 implicit_this_test/04: Crash
1415 implicit_this_test/none: Crash
1416 implied_interface_test: Crash
1417 import_collection_no_prefix_test: Crash
1418 import_self_test/01: Crash
1419 inference_captured_variable2_test: Crash
1420 inference_captured_variable_test: Crash
1421 inference_list_or_null_test: Crash
1422 inference_mixin_field_test: Crash
1423 inference_super_constructor_call_test: Crash
1424 inferrer_closure_test: RuntimeError
1425 inferrer_constructor2_test: Crash
1426 inferrer_constructor3_test: Crash
1427 inferrer_constructor4_test: Crash
1428 inferrer_constructor5_test/01: Crash
1429 inferrer_constructor_test: Crash
1430 inferrer_synthesized_constructor_test: Crash
1431 inferrer_this_access_test: Crash
1432 infinite_switch_label_test: Crash
1433 infinity_test: RuntimeError
1434 initializing_formal_capture_test: Crash
1435 initializing_formal_final_test: Crash
1436 inline_closure_with_constant_arguments_test: Crash
1437 inline_super_field_test: Crash
1438 inlined_conditional_test: Crash
1439 inlined_throw_test: Crash
1440 instance_creation_in_function_annotation_test: Crash
1441 instanceof3_test: Crash
1442 instanceof4_test/01: Crash
1443 instanceof4_test/none: Crash
1444 integer_division_by_zero_test: Crash
1445 interceptor2_test: RuntimeError
1446 interceptor3_test: Crash
1447 interceptor5_test: RuntimeError
1448 interceptor6_test: Crash
1449 interceptor9_test: Crash
1450 interceptor_test: Crash
1451 internal_library_test/02: Crash
1452 invocation_mirror2_test: Crash
1453 invocation_mirror_empty_arguments_test: Crash
1454 invocation_mirror_invoke_on2_test: Crash
1455 invocation_mirror_invoke_on_test: Crash
1456 invocation_mirror_test: Crash
1457 is_function_test: Crash
1458 is_malformed_type_test/94: Crash
1459 is_malformed_type_test/95: Crash
1460 is_malformed_type_test/96: Crash
1461 is_malformed_type_test/97: Crash
1462 is_malformed_type_test/98: Crash
1463 is_malformed_type_test/99: Crash
1464 is_nan_test: Crash
1465 is_not_class2_test: Crash
1466 is_object_test: Crash
1467 isnot_malformed_type_test: Crash
1468 issue10721_test: Crash
1469 issue10747_test: Crash
1470 issue10783_test: Crash
1471 issue11724_test: Crash
1472 issue12284_test: Crash
1473 issue13474_test: Crash
1474 issue1363_test: Crash
1475 issue14014_3_test: Crash
1476 issue14242_test: Crash
1477 issue15720_test: Crash
1478 issue20476_test: Crash
1479 issue21079_test: Crash
1480 issue21159_test: Crash
1481 issue22800_test: Crash
1482 issue23244_test: Crash
1483 issue4295001_test: Crash
1484 issue9602_test: Crash
1485 issue9664_test: Crash
1486 issue9939_test: Crash
1487 issue_1751477_test: CompileTimeError
1488 issue_22780_test/01: Crash
1489 issue_23914_test: Crash
1490 issue_25671a_test/01: Crash
1491 issue_25671b_test/01: Crash
1492 issue_25671b_test/none: Crash
1493 label_test: Crash
1494 lazy_static2_test: RuntimeError
1495 lazy_static3_test: Crash
1496 lazy_static5_test: RuntimeError
1497 lazy_static6_test: RuntimeError
1498 lazy_static8_test: Crash
1499 lazy_static_test: RuntimeError
1500 least_upper_bound_test/01: Crash
1501 least_upper_bound_test/02: Crash
1502 least_upper_bound_test/03: Crash
1503 least_upper_bound_test/04: Crash
1504 least_upper_bound_test/05: Crash
1505 least_upper_bound_test/06: Crash
1506 least_upper_bound_test/07: Crash
1507 least_upper_bound_test/08: Crash
1508 least_upper_bound_test/09: Crash
1509 least_upper_bound_test/10: Crash
1510 least_upper_bound_test/11: Crash
1511 least_upper_bound_test/12: Crash
1512 least_upper_bound_test/13: Crash
1513 least_upper_bound_test/14: Crash
1514 least_upper_bound_test/15: Crash
1515 least_upper_bound_test/16: Crash
1516 least_upper_bound_test/17: Crash
1517 least_upper_bound_test/18: Crash
1518 least_upper_bound_test/19: Crash
1519 least_upper_bound_test/20: Crash
1520 least_upper_bound_test/21: Crash
1521 least_upper_bound_test/22: Crash
1522 least_upper_bound_test/23: Crash
1523 least_upper_bound_test/24: Crash
1524 least_upper_bound_test/25: Crash
1525 least_upper_bound_test/26: Crash
1526 least_upper_bound_test/27: Crash
1527 least_upper_bound_test/28: Crash
1528 least_upper_bound_test/29: Crash
1529 least_upper_bound_test/30: Crash
1530 least_upper_bound_test/31: Crash
1531 least_upper_bound_test/32: Crash
1532 least_upper_bound_test/none: Crash
1533 left_shift_test: RuntimeError
1534 library5_test: RuntimeError
1535 library_env_test/has_no_html_support: RuntimeError
1536 library_env_test/has_no_io_support: RuntimeError
1537 library_env_test/has_no_mirror_support: RuntimeError
1538 library_prefixes_test: Crash
1539 licm2_test: Crash
1540 licm3_test: Crash
1541 list_double_index_in_loop2_test: Crash
1542 list_double_index_in_loop_test: Crash
1543 list_in_closure_test: RuntimeError
1544 list_is_test: Crash
1545 list_length_tracer_test: Crash
1546 list_literal3_test: Crash
1547 list_literal4_test: Crash
1548 list_test: Crash
1549 list_tracer_call_last_test: RuntimeError
1550 list_tracer_closure_test: Crash
1551 local_function2_test: RuntimeError
1552 local_function3_test: Crash
1553 local_function_non_equal_test: Crash
1554 local_function_test: Crash
1555 logical_expression_test: Crash
1556 loop_hoist_test: Crash
1557 main_not_a_function_test/01: CompileTimeError
1558 main_test/01: Crash
1559 main_test/02: Crash
1560 main_test/03: Crash
1561 main_test/04: Crash
1562 main_test/05: Crash
1563 main_test/20: Crash
1564 main_test/21: Crash
1565 main_test/22: Crash
1566 main_test/41: Crash
1567 main_test/42: Crash
1568 main_test/43: Crash
1569 main_test/44: Crash
1570 main_test/45: Crash
1571 malbounded_type_cast2_test: Crash
1572 malbounded_type_cast_test: Crash
1573 malbounded_type_test2_test: Crash
1574 malformed2_test/00: Crash
1575 malformed_inheritance_test/04: Crash
1576 malformed_test/06: CompileTimeError
1577 malformed_test/none: Crash
1578 many_generic_instanceof_test: Crash
1579 many_named_arguments_test: Crash
1580 many_overridden_no_such_method_test: Crash
1581 map_literal10_test: Crash
1582 map_literal3_test: Crash
1583 map_literal4_test: Crash
1584 map_literal7_test: Crash
1585 map_literal8_test: Crash
1586 map_literal_syntax_test: Crash
1587 map_test: Crash
1588 megamorphic_no_such_method_test: Crash
1589 memory_swap_test: RuntimeError
1590 metadata_test: Crash
1591 method_binding_test: Crash
1592 method_invocation_test: Crash
1593 method_name_test: CompileTimeError
1594 method_override4_test: Crash
1595 method_override5_test: Crash
1596 method_override7_test/00: MissingCompileTimeError
1597 method_override7_test/01: MissingCompileTimeError
1598 method_override7_test/02: MissingCompileTimeError
1599 method_override8_test/00: MissingCompileTimeError
1600 method_override8_test/01: MissingCompileTimeError
1601 method_override_test: Crash
1602 minify_closure_variable_collision_test: RuntimeError
1603 mint_arithmetic_test: RuntimeError
1604 missing_const_constructor_test/01: Crash
1605 missing_const_constructor_test/none: Crash
1606 mixin_black_listed_test/02: Crash
1607 mixin_black_listed_test/none: Crash
1608 mixin_bound_test: Crash
1609 mixin_class_from_core_library_test: Crash
1610 mixin_extends_field_test: Crash
1611 mixin_extends_is_test: Crash
1612 mixin_extends_method_test: Crash
1613 mixin_field_initializer_test: Crash
1614 mixin_field_test: Crash
1615 mixin_forwarding_constructor1_test: Crash
1616 mixin_forwarding_constructor2_test: Crash
1617 mixin_forwarding_constructor3_test: Crash
1618 mixin_forwarding_constructor4_test/01: Crash
1619 mixin_forwarding_constructor4_test/02: Crash
1620 mixin_forwarding_constructor4_test/03: Crash
1621 mixin_forwarding_constructor4_test/none: Crash
1622 mixin_generic_test: Crash
1623 mixin_getter_regression_test: Crash
1624 mixin_illegal_constructor_test/13: Crash
1625 mixin_illegal_constructor_test/14: Crash
1626 mixin_illegal_constructor_test/15: Crash
1627 mixin_illegal_constructor_test/16: Crash
1628 mixin_illegal_constructor_test/none: Crash
1629 mixin_illegal_static_access_test: Crash
1630 mixin_illegal_super_use_test/01: Crash
1631 mixin_illegal_super_use_test/02: Crash
1632 mixin_illegal_super_use_test/03: Crash
1633 mixin_illegal_super_use_test/04: Crash
1634 mixin_illegal_super_use_test/05: Crash
1635 mixin_illegal_super_use_test/06: Crash
1636 mixin_illegal_super_use_test/07: Crash
1637 mixin_illegal_super_use_test/08: Crash
1638 mixin_illegal_super_use_test/09: Crash
1639 mixin_illegal_super_use_test/10: Crash
1640 mixin_illegal_super_use_test/11: Crash
1641 mixin_illegal_super_use_test/none: Crash
1642 mixin_illegal_superclass_test/01: Crash
1643 mixin_illegal_superclass_test/02: Crash
1644 mixin_illegal_superclass_test/03: Crash
1645 mixin_illegal_superclass_test/04: Crash
1646 mixin_illegal_superclass_test/05: Crash
1647 mixin_illegal_superclass_test/06: Crash
1648 mixin_illegal_superclass_test/07: Crash
1649 mixin_illegal_superclass_test/08: Crash
1650 mixin_illegal_superclass_test/09: Crash
1651 mixin_illegal_superclass_test/10: Crash
1652 mixin_illegal_superclass_test/11: Crash
1653 mixin_illegal_superclass_test/12: Crash
1654 mixin_illegal_superclass_test/13: Crash
1655 mixin_illegal_superclass_test/14: Crash
1656 mixin_illegal_superclass_test/15: Crash
1657 mixin_illegal_superclass_test/16: Crash
1658 mixin_illegal_superclass_test/17: Crash
1659 mixin_illegal_superclass_test/18: Crash
1660 mixin_illegal_superclass_test/19: Crash
1661 mixin_illegal_superclass_test/20: Crash
1662 mixin_illegal_superclass_test/21: Crash
1663 mixin_illegal_superclass_test/22: Crash
1664 mixin_illegal_superclass_test/23: Crash
1665 mixin_illegal_superclass_test/24: Crash
1666 mixin_illegal_superclass_test/25: Crash
1667 mixin_illegal_superclass_test/26: Crash
1668 mixin_illegal_superclass_test/27: Crash
1669 mixin_illegal_superclass_test/28: Crash
1670 mixin_illegal_superclass_test/29: Crash
1671 mixin_illegal_superclass_test/30: Crash
1672 mixin_illegal_superclass_test/none: Crash
1673 mixin_illegal_syntax_test/none: Crash
1674 mixin_implements_test: Crash
1675 mixin_invalid_bound2_test/01: Crash
1676 mixin_invalid_bound2_test/02: Crash
1677 mixin_invalid_bound2_test/03: Crash
1678 mixin_invalid_bound2_test/04: Crash
1679 mixin_invalid_bound2_test/05: Crash
1680 mixin_invalid_bound2_test/06: Crash
1681 mixin_invalid_bound2_test/07: Crash
1682 mixin_invalid_bound2_test/08: Crash
1683 mixin_invalid_bound2_test/09: Crash
1684 mixin_invalid_bound2_test/10: Crash
1685 mixin_invalid_bound2_test/11: Crash
1686 mixin_invalid_bound2_test/12: Crash
1687 mixin_invalid_bound2_test/13: Crash
1688 mixin_invalid_bound2_test/14: Crash
1689 mixin_invalid_bound_test/01: Crash
1690 mixin_invalid_bound_test/02: Crash
1691 mixin_invalid_bound_test/03: Crash
1692 mixin_invalid_bound_test/04: Crash
1693 mixin_invalid_bound_test/05: Crash
1694 mixin_invalid_bound_test/06: Crash
1695 mixin_invalid_bound_test/07: Crash
1696 mixin_invalid_bound_test/08: Crash
1697 mixin_invalid_bound_test/09: Crash
1698 mixin_invalid_bound_test/10: Crash
1699 mixin_is_test: Crash
1700 mixin_issue10216_2_test: Crash
1701 mixin_issue10216_test: Crash
1702 mixin_lib_extends_field_test: Crash
1703 mixin_lib_extends_method_test: Crash
1704 mixin_method_test: Crash
1705 mixin_mixin2_test: Crash
1706 mixin_mixin3_test: Crash
1707 mixin_mixin4_test: Crash
1708 mixin_mixin5_test: Crash
1709 mixin_mixin6_test: Crash
1710 mixin_mixin7_test: Crash
1711 mixin_mixin_bound2_test: Crash
1712 mixin_mixin_bound_test: Crash
1713 mixin_mixin_test: Crash
1714 mixin_mixin_type_arguments_test: Crash
1715 mixin_naming_test: Crash
1716 mixin_of_mixin_test/01: CompileTimeError
1717 mixin_of_mixin_test/02: CompileTimeError
1718 mixin_of_mixin_test/03: CompileTimeError
1719 mixin_of_mixin_test/04: CompileTimeError
1720 mixin_of_mixin_test/05: CompileTimeError
1721 mixin_of_mixin_test/06: CompileTimeError
1722 mixin_of_mixin_test/07: CompileTimeError
1723 mixin_of_mixin_test/08: CompileTimeError
1724 mixin_of_mixin_test/09: CompileTimeError
1725 mixin_of_mixin_test/10: CompileTimeError
1726 mixin_of_mixin_test/11: CompileTimeError
1727 mixin_of_mixin_test/12: CompileTimeError
1728 mixin_of_mixin_test/13: CompileTimeError
1729 mixin_of_mixin_test/14: CompileTimeError
1730 mixin_of_mixin_test/15: CompileTimeError
1731 mixin_of_mixin_test/16: CompileTimeError
1732 mixin_of_mixin_test/17: CompileTimeError
1733 mixin_of_mixin_test/18: CompileTimeError
1734 mixin_of_mixin_test/19: CompileTimeError
1735 mixin_of_mixin_test/20: CompileTimeError
1736 mixin_of_mixin_test/21: CompileTimeError
1737 mixin_of_mixin_test/22: CompileTimeError
1738 mixin_of_mixin_test/none: CompileTimeError
1739 mixin_only_for_rti_test: Crash
1740 mixin_override_regression_test: Crash
1741 mixin_prefix_test: Crash
1742 mixin_proto_test: Crash
1743 mixin_regress_11398_test: Crash
1744 mixin_regress_13688_test: Crash
1745 mixin_super_2_test: CompileTimeError
1746 mixin_super_bound2_test/01: CompileTimeError
1747 mixin_super_bound2_test/none: CompileTimeError
1748 mixin_super_bound_test: Crash
1749 mixin_super_constructor2_test: Crash
1750 mixin_super_constructor_default_test: Crash
1751 mixin_super_constructor_multiple_test: Crash
1752 mixin_super_constructor_named_test/01: Crash
1753 mixin_super_constructor_named_test/none: Crash
1754 mixin_super_constructor_positionals_test/01: Crash
1755 mixin_super_constructor_positionals_test/none: Crash
1756 mixin_super_constructor_test: Crash
1757 mixin_super_test: CompileTimeError
1758 mixin_super_use_test: CompileTimeError
1759 mixin_superclass_test: CompileTimeError
1760 mixin_supertype_subclass2_test/01: CompileTimeError
1761 mixin_supertype_subclass2_test/02: CompileTimeError
1762 mixin_supertype_subclass2_test/03: CompileTimeError
1763 mixin_supertype_subclass2_test/04: CompileTimeError
1764 mixin_supertype_subclass2_test/05: CompileTimeError
1765 mixin_supertype_subclass2_test/none: CompileTimeError
1766 mixin_supertype_subclass3_test/01: CompileTimeError
1767 mixin_supertype_subclass3_test/02: CompileTimeError
1768 mixin_supertype_subclass3_test/03: CompileTimeError
1769 mixin_supertype_subclass3_test/04: CompileTimeError
1770 mixin_supertype_subclass3_test/05: CompileTimeError
1771 mixin_supertype_subclass3_test/none: CompileTimeError
1772 mixin_supertype_subclass4_test/01: CompileTimeError
1773 mixin_supertype_subclass4_test/02: CompileTimeError
1774 mixin_supertype_subclass4_test/03: CompileTimeError
1775 mixin_supertype_subclass4_test/04: CompileTimeError
1776 mixin_supertype_subclass4_test/05: CompileTimeError
1777 mixin_supertype_subclass4_test/none: CompileTimeError
1778 mixin_supertype_subclass_test/01: CompileTimeError
1779 mixin_supertype_subclass_test/02: CompileTimeError
1780 mixin_supertype_subclass_test/03: CompileTimeError
1781 mixin_supertype_subclass_test/04: CompileTimeError
1782 mixin_supertype_subclass_test/05: CompileTimeError
1783 mixin_supertype_subclass_test/none: CompileTimeError
1784 mixin_this_use_test: Crash
1785 mixin_type_parameter1_test: Crash
1786 mixin_type_parameter2_test: Crash
1787 mixin_type_parameter3_test: Crash
1788 mixin_type_parameter4_test: Crash
1789 mixin_type_parameter5_test: Crash
1790 mixin_type_parameter6_test: Crash
1791 mixin_type_parameters_errors_test/01: Crash
1792 mixin_type_parameters_errors_test/02: Crash
1793 mixin_type_parameters_errors_test/03: Crash
1794 mixin_type_parameters_errors_test/04: Crash
1795 mixin_type_parameters_errors_test/05: Crash
1796 mixin_type_parameters_errors_test/none: Crash
1797 mixin_type_parameters_mixin_extends_test: Crash
1798 mixin_type_parameters_mixin_test: Crash
1799 mixin_type_parameters_simple_test: Crash
1800 mixin_type_parameters_super_extends_test: Crash
1801 mixin_type_parameters_super_test: Crash
1802 mixin_type_variable_test/02: Crash
1803 mixin_type_variable_test/03: Crash
1804 mixin_type_variable_test/04: Crash
1805 mixin_type_variable_test/05: Crash
1806 mixin_type_variable_test/06: Crash
1807 mixin_type_variable_test/07: Crash
1808 mixin_type_variable_test/08: Crash
1809 mixin_typedef_constructor_test: Crash
1810 mixin_with_two_implicit_constructors_test: Crash
1811 modulo_test: Crash
1812 multiline_newline_test/04: MissingCompileTimeError
1813 multiline_newline_test/04r: MissingCompileTimeError
1814 multiline_newline_test/05: MissingCompileTimeError
1815 multiline_newline_test/05r: MissingCompileTimeError
1816 multiline_newline_test/06: MissingCompileTimeError
1817 multiline_newline_test/06r: MissingCompileTimeError
1818 multiple_field_assignment_constructor_test: Crash
1819 named_argument_test: RuntimeError
1820 named_constructor_test/01: MissingRuntimeError
1821 named_parameter_clash_test: Crash
1822 named_parameters2_test: Crash
1823 named_parameters3_test: Crash
1824 named_parameters4_test: Crash
1825 named_parameters_aggregated_test/05: Crash
1826 named_parameters_default_eq_test/02: Crash
1827 named_parameters_default_eq_test/none: Crash
1828 named_parameters_passing_falsy_test: Crash
1829 named_parameters_passing_null_test: RuntimeError
1830 named_parameters_passing_zero_test: RuntimeError
1831 named_parameters_test/none: RuntimeError
1832 named_parameters_type_test/01: Crash
1833 named_parameters_type_test/02: Crash
1834 named_parameters_type_test/03: Crash
1835 named_parameters_type_test/none: Crash
1836 named_parameters_with_conversions_test: Crash
1837 named_parameters_with_dollars_test: RuntimeError
1838 naming_test: Crash
1839 nan_identical_test: Crash
1840 nested_switch_label_test: Crash
1841 no_main_test/01: CompileTimeError
1842 no_such_constructor2_test: Crash
1843 no_such_method2_test: Crash
1844 no_such_method3_test: Crash
1845 no_such_method_dispatcher_test: Crash
1846 no_such_method_empty_selector_test: Crash
1847 no_such_method_subtype_test: Crash
1848 no_such_method_test: Crash
1849 not_enough_positional_arguments_test/01: MissingRuntimeError
1850 not_enough_positional_arguments_test/02: MissingRuntimeError
1851 not_enough_positional_arguments_test/05: MissingRuntimeError
1852 null_access_error_test: Crash
1853 null_bottom_test/03: Crash
1854 null_bottom_test/none: Crash
1855 null_inline_test: Crash
1856 null_is_bottom_test/16: Crash
1857 null_no_such_method_test: Crash
1858 null_test/02: Crash
1859 null_test/03: Crash
1860 null_test/none: Crash
1861 null_to_string2_test: Crash
1862 null_to_string_test: Crash
1863 number_identifier_test/05: Crash
1864 number_identifier_test/08: Crash
1865 number_identifier_test/09: Crash
1866 number_identity2_test: Crash
1867 numbers_test: RuntimeError
1868 on_catch_malformed_type_test: Crash
1869 operator4_test: Crash
1870 operator5_test: Crash
1871 operator_equals_test: Crash
1872 optimized_constant_array_string_access_test: Crash
1873 optimized_setter_test: Crash
1874 optimized_string_charat_test: Crash
1875 optimized_string_charcodeat_test: Crash
1876 ordered_maps_test: Crash
1877 osr_test: Crash
1878 overridden_no_such_method_test: Crash
1879 override_field_method1_negative_test: Fail
1880 override_field_method2_negative_test: Fail
1881 override_field_method4_negative_test: Fail
1882 override_field_method5_negative_test: Fail
1883 override_field_test/01: MissingCompileTimeError
1884 override_inheritance_mixed_test/01: MissingCompileTimeError
1885 override_inheritance_mixed_test/02: MissingCompileTimeError
1886 override_inheritance_mixed_test/03: MissingCompileTimeError
1887 override_inheritance_mixed_test/04: MissingCompileTimeError
1888 override_inheritance_no_such_method_test/03: Crash
1889 override_inheritance_no_such_method_test/04: Crash
1890 override_inheritance_no_such_method_test/05: Crash
1891 override_inheritance_no_such_method_test/08: Crash
1892 override_inheritance_no_such_method_test/11: Crash
1893 override_inheritance_no_such_method_test/13: Crash
1894 override_method_with_field_test/01: MissingCompileTimeError
1895 override_method_with_field_test/02: Crash
1896 override_method_with_field_test/none: Crash
1897 param2_test: Crash
1898 parameter_default_test/none: Crash
1899 parameter_initializer_test: Crash
1900 parameter_types_specialization_test: RuntimeError
1901 parse_closures_in_initializers_test: Crash
1902 positional_parameters_type_test/01: Crash
1903 positional_parameters_type_test/02: Crash
1904 positional_parameters_type_test/none: Crash
1905 prefix15_test: Crash
1906 prefix16_test: Crash
1907 private3_test: Crash
1908 private4_test: Crash
1909 private_access_test/01: Crash
1910 private_access_test/02: Crash
1911 private_access_test/03: Crash
1912 private_access_test/04: Crash
1913 private_access_test/05: Crash
1914 private_access_test/06: Crash
1915 private_clash_test: Crash
1916 private_mixin2_test: Crash
1917 private_mixin_exception_throw_test: Crash
1918 private_super_constructor_test/01: MissingCompileTimeError
1919 private_test: Crash
1920 proxy2_test/01: Crash
1921 proxy2_test/02: Crash
1922 proxy2_test/03: Crash
1923 proxy2_test/04: Crash
1924 proxy3_test/01: Crash
1925 proxy3_test/02: Crash
1926 proxy3_test/03: Crash
1927 proxy3_test/04: Crash
1928 proxy4_test: Crash
1929 proxy5_test: Crash
1930 proxy_test/01: Crash
1931 proxy_test/02: Crash
1932 proxy_test/03: Crash
1933 proxy_test/04: Crash
1934 proxy_test/05: Crash
1935 proxy_test/06: Crash
1936 range_analysis2_test: Crash
1937 range_analysis_test: Crash
1938 redirecting_constructor_initializer_test: RuntimeError
1939 redirecting_factory_default_values_test/01: MissingCompileTimeError
1940 redirecting_factory_default_values_test/02: MissingCompileTimeError
1941 redirecting_factory_incompatible_signature_test: Crash
1942 redirecting_factory_long_test: Crash
1943 redirecting_factory_reflection_test: Crash
1944 ref_before_declaration_test/none: Crash
1945 refine_receiver_null_test: Crash
1946 reg_exp3_test: Crash
1947 reg_exp_test: Crash
1948 regress_11010_test: Crash
1949 regress_12561_test: Crash
1950 regress_12615_test: Crash
1951 regress_13494_test: Crash
1952 regress_17382_test: Crash
1953 regress_18435_test: Crash
1954 regress_18535_test: Crash
1955 regress_18713_test: Crash
1956 regress_20074_test: Crash
1957 regress_20394_test/01: Crash
1958 regress_20394_test/none: Crash
1959 regress_20840_test: RuntimeError
1960 regress_21016_test: Crash
1961 regress_21795_test: Crash
1962 regress_22438_test: Crash
1963 regress_22443_test: CompileTimeError
1964 regress_22445_test: Crash
1965 regress_22579_test: Crash
1966 regress_22666_test: Crash
1967 regress_22719_test: Crash
1968 regress_22728_test: Crash
1969 regress_22777_test: Crash
1970 regress_22822_test: RuntimeError
1971 regress_22858_test: Crash
1972 regress_22936_test/01: Crash
1973 regress_22936_test/none: Crash
1974 regress_22976_test/01: CompileTimeError
1975 regress_22976_test/02: CompileTimeError
1976 regress_22976_test/none: CompileTimeError
1977 regress_23408_test: CompileTimeError
1978 regress_23498_test: Crash
1979 regress_23500_test/01: Crash
1980 regress_23500_test/02: Crash
1981 regress_23500_test/none: Crash
1982 regress_23537_test: Crash
1983 regress_23996_test: Crash
1984 regress_24283_test: RuntimeError
1985 regress_24567_test: Crash
1986 regress_24935_test/01: Crash
1987 regress_24935_test/none: Crash
1988 regress_25246_1_test: Crash
1989 regress_25550_test: Crash
1990 regress_26133_test: Crash
1991 regress_26175_test: Crash
1992 regress_26230_test: Crash
1993 regress_26453_test: Crash
1994 regress_26530_test: Crash
1995 regress_26668_test: Crash
1996 regress_26948_test: Crash
1997 regress_27572_test: Crash
1998 regress_27617_test/1: Crash
1999 regress_27659_test: Crash
2000 regress_28217_test/01: MissingCompileTimeError
2001 regress_28217_test/none: MissingCompileTimeError
2002 regress_28255_test: Crash
2003 regress_28278_test: CompileTimeError
2004 regress_29243_test: RuntimeError
2005 regress_29349_test: CompileTimeError
2006 regress_29481_test: RuntimeError
2007 regress_29949_test: Crash
2008 regress_30092_test: Crash
2009 regress_30121_test: Crash
2010 rethrow_test: Crash
2011 return_type_test: Crash
2012 rewrite_implicit_this_test/01: Crash
2013 runtime_type_function_test: Crash
2014 scoped_variables_try_catch_test: Crash
2015 setter_declaration2_negative_test: Crash
2016 setter_declaration_negative_test: Fail
2017 setter_no_getter_call_test/none: RuntimeError
2018 setter_override_test/00: MissingCompileTimeError
2019 setter_override_test/03: MissingCompileTimeError
2020 side_effect_throw_test: Crash
2021 smaller_4_Interface_Types_A11_t02_test: Crash
2022 stack_overflow_stacktrace_test: Crash
2023 stack_overflow_test: Crash
2024 stack_trace_test: Crash
2025 stacktrace_demangle_ctors_test: Crash
2026 stacktrace_rethrow_error_test/none: Crash
2027 stacktrace_rethrow_error_test/withtraceparameter: Crash
2028 stacktrace_rethrow_nonerror_test: Crash
2029 stacktrace_test: Crash
2030 statement_test: Crash
2031 static_field_test/01: Crash
2032 static_field_test/02: Crash
2033 static_field_test/03: Crash
2034 static_field_test/04: Crash
2035 static_field_test/none: Crash
2036 static_getter_no_setter1_test/01: Crash
2037 static_getter_no_setter1_test/none: Crash
2038 static_getter_no_setter2_test/01: Crash
2039 static_getter_no_setter2_test/none: Crash
2040 static_getter_no_setter3_test/01: Crash
2041 static_getter_no_setter3_test/none: Crash
2042 static_implicit_closure_test: RuntimeError
2043 static_initializer_type_error_test: Crash
2044 static_setter_get_test/01: Crash
2045 string_charcode_test: Crash
2046 string_interpolate2_test: Crash
2047 string_interpolate_null_test: Crash
2048 string_interpolation_and_buffer_test: Crash
2049 string_interpolation_newline_test: RuntimeError
2050 string_join_test: RuntimeError
2051 string_literals_test: Crash
2052 string_no_operator_test: Crash
2053 string_optimizations_test: Crash
2054 string_split_test: Crash
2055 string_test: Crash
2056 substring_test/01: Crash
2057 substring_test/none: Crash
2058 super_bound_closure_test/01: Crash
2059 super_bound_closure_test/none: Crash
2060 super_call4_test: Crash
2061 super_closure_test: RuntimeError
2062 super_field_2_test: RuntimeError
2063 super_field_access_test: Crash
2064 super_getter_setter_test: Crash
2065 super_implicit_closure_test: Crash
2066 super_inferrer_test: Crash
2067 super_mixin_test: Crash
2068 super_no_such_method1_test/01: Crash
2069 super_no_such_method2_test/01: Crash
2070 super_no_such_method3_test/01: Crash
2071 super_no_such_method4_test/01: Crash
2072 super_no_such_method5_test/01: Crash
2073 super_operator_index5_test: Crash
2074 super_operator_index6_test: Crash
2075 super_operator_index7_test: Crash
2076 super_operator_index8_test: Crash
2077 super_operator_index_test/01: Crash
2078 super_operator_index_test/02: Crash
2079 super_operator_index_test/03: Crash
2080 super_operator_index_test/04: Crash
2081 super_operator_index_test/05: Crash
2082 super_operator_index_test/06: Crash
2083 super_operator_index_test/07: Crash
2084 super_operator_test: Crash
2085 super_setter_interceptor_test: RuntimeError
2086 super_test: Crash
2087 switch_bad_case_test/01: MissingCompileTimeError
2088 switch_bad_case_test/02: MissingCompileTimeError
2089 switch_case_test/00: MissingCompileTimeError
2090 switch_case_test/01: MissingCompileTimeError
2091 switch_case_test/02: MissingCompileTimeError
2092 switch_fallthru_test: Crash
2093 switch_label2_test: Crash
2094 switch_label_test: Crash
2095 switch_test: RuntimeError
2096 switch_try_catch_test: Crash
2097 symbol_conflict_test: Crash
2098 symbol_literal_test/01: Crash
2099 sync_generator1_test/01: Crash
2100 sync_generator1_test/none: Crash
2101 sync_generator2_test/none: Crash
2102 sync_generator3_test/test1: Crash
2103 sync_generator3_test/test2: Crash
2104 syncstar_less_than_test: Crash
2105 syncstar_yield_test/copyParameters: Crash
2106 syncstar_yield_test/none: Crash
2107 syncstar_yieldstar_test: Crash
2108 syntax_test/none: Crash
2109 temp_mangling_test: Crash
2110 third_test: Crash
2111 throw1_test: Crash
2112 throw2_test: Crash
2113 throw3_test: Crash
2114 throw4_test: Crash
2115 throw5_test: Crash
2116 throw6_test: Crash
2117 throw8_test: Crash
2118 throw_expr_test: Crash
2119 throw_test: Crash
2120 throwing_lazy_variable_test: Crash
2121 top_level_func_test: RuntimeError
2122 top_level_getter_no_setter1_test/01: Crash
2123 top_level_getter_no_setter1_test/none: Crash
2124 top_level_getter_no_setter2_test/01: Crash
2125 top_level_getter_no_setter2_test/none: Crash
2126 transitive_private_library_access_test: Crash
2127 truncdiv_test: Crash
2128 try_catch2_test: Crash
2129 try_catch3_test: Crash
2130 try_catch4_test: Crash
2131 try_catch_on_syntax_test/07: Crash
2132 try_catch_on_syntax_test/10: Crash
2133 try_catch_on_syntax_test/11: Crash
2134 try_catch_on_syntax_test/none: Crash
2135 try_catch_optimized1_test: Crash
2136 try_catch_optimized3_test: Crash
2137 try_catch_optimized4_test: Crash
2138 try_catch_optimized5_test: Crash
2139 try_catch_osr_test: Crash
2140 try_catch_regress_27483_test: Crash
2141 try_catch_syntax_test/08: Crash
2142 try_catch_test/01: Crash
2143 try_catch_test/none: Crash
2144 try_finally_regress_25333_test: Crash
2145 try_finally_regress_25654_test: Crash
2146 type_argument_in_super_type_test: Crash
2147 type_argument_substitution_test: Crash
2148 type_check_test: Crash
2149 type_checks_in_factory_method_test: Crash
2150 type_error_test: Crash
2151 type_literal_prefix_call_test/00: Crash
2152 type_parameter_test/01: RuntimeError
2153 type_parameter_test/02: RuntimeError
2154 type_parameter_test/03: RuntimeError
2155 type_parameter_test/04: RuntimeError
2156 type_parameter_test/05: RuntimeError
2157 type_parameter_test/06: RuntimeError
2158 type_parameter_test/none: RuntimeError
2159 type_propagation2_test: Crash
2160 type_propagation_assert_assignable_test: Crash
2161 type_propagation_in_for_update_test: Crash
2162 type_variable_bounds3_test/00: Crash
2163 type_variable_bounds4_test/01: Crash
2164 type_variable_bounds4_test/none: Crash
2165 type_variable_closure2_test: RuntimeError
2166 type_variable_closure3_test: RuntimeError
2167 type_variable_closure4_test: RuntimeError
2168 type_variable_closure_test: Crash
2169 type_variable_conflict2_test/01: Crash
2170 type_variable_conflict2_test/03: Crash
2171 type_variable_conflict2_test/04: Crash
2172 type_variable_conflict2_test/05: Crash
2173 type_variable_conflict2_test/07: Crash
2174 type_variable_conflict2_test/09: Crash
2175 type_variable_field_initializer_closure2_test: RuntimeError
2176 type_variable_field_initializer_closure_test: RuntimeError
2177 type_variable_function_type_test: Crash
2178 type_variable_identifier_expression_test: Crash
2179 type_variable_nested_test: Crash
2180 type_variable_scope2_test: Crash
2181 typecheck_multifield_declaration_test: Crash
2182 typed_selector2_test: RuntimeError
2183 typedef_is_test: Crash
2184 typevariable_substitution2_test/01: Crash
2185 typevariable_substitution2_test/02: Crash
2186 typevariable_substitution2_test/none: Crash
2187 unnamed_closure_test: RuntimeError
2188 unresolved_default_constructor_test/01: Crash
2189 value_range2_test: Crash
2190 value_range3_test: Crash
2191 value_range_test: Crash
2192 variable_declaration_metadata_test/none: Crash
2193 void_type_test: Crash
2194 yieldstar_pause_test: Crash
2195
2196 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
2197 assertion_initializer_const_function_test/01: Crash
2198 assign_instance_method_negative_test: Crash
2199 async_await_syntax_test/d04a: Crash
2200 async_await_syntax_test/d07a: Crash
2201 async_await_syntax_test/d08a: Crash
2202 async_await_syntax_test/d08b: Crash
2203 async_await_syntax_test/d08c: Crash
2204 bad_override_test/04: Crash
2205 bailout3_test: Crash
2206 bailout5_test: Crash
2207 bailout6_test: Crash
2208 bailout7_test: Crash
2209 call_property_test: Crash
2210 cascade_in_expression_function_test: Crash
2211 class_literal_test/none: Crash
2212 class_syntax2_test: Crash
2213 class_test: Crash
2214 closure2_test: Crash
2215 closure_in_constructor_test: Crash
2216 closure_in_field_initializer_test: Crash
2217 closure_shared_state_test: Crash
2218 closure_side_effect_test: Crash
2219 closure_with_super_field_test: Crash
2220 closure_with_super_send_test: Crash
2221 closures_with_complex_params_test: Crash
2222 compile_time_constant10_test/none: Crash
2223 compile_time_constant_k_test/01: Crash
2224 compile_time_constant_k_test/02: Crash
2225 compile_time_constant_k_test/03: Crash
2226 compile_time_constant_k_test/none: Crash
2227 compile_time_constant_o_test/01: Crash
2228 compile_time_constant_o_test/02: Crash
2229 compile_time_constant_o_test/none: Crash
2230 compile_time_constant_r_test/none: Crash
2231 conditional_method_invocation_test/02: Crash
2232 conditional_method_invocation_test/04: Crash
2233 conditional_method_invocation_test/06: Crash
2234 conditional_method_invocation_test/07: Crash
2235 conditional_method_invocation_test/14: Crash
2236 conditional_method_invocation_test/15: Crash
2237 conditional_method_invocation_test/16: Crash
2238 conditional_method_invocation_test/17: Crash
2239 conditional_method_invocation_test/18: Crash
2240 conditional_method_invocation_test/19: Crash
2241 conditional_rewrite_test: Crash
2242 config_import_corelib_test: Crash
2243 const_map2_test/00: Crash
2244 const_map2_test/none: Crash
2245 const_map3_test/00: Crash
2246 const_map3_test/none: Crash
2247 const_map4_test: Crash
2248 constructor_call_as_function_test/01: Crash
2249 constructor_named_arguments_test/01: Crash
2250 context_args_with_defaults_test: Crash
2251 div_with_power_of_two_test: Crash
2252 emit_const_fields_test: Crash
2253 enum_duplicate_test/02: Crash
2254 enum_duplicate_test/none: Crash
2255 enum_index_test: Crash
2256 enum_private_test/01: Crash
2257 enum_private_test/none: Crash
2258 enum_test: Crash
2259 f_bounded_equality_test: Crash
2260 fauxverride_test/05: Crash
2261 field_initialization_order_test: Crash
2262 field_method4_negative_test: Crash
2263 field_method_test: Crash
2264 field_override2_test: Crash
2265 final_field_initialization_order_test: Crash
2266 first_class_types_libraries_test: Crash
2267 first_class_types_test: Crash
2268 fixed_type_variable_test/01: Crash
2269 fixed_type_variable_test/02: Crash
2270 fixed_type_variable_test/03: Crash
2271 fixed_type_variable_test/04: Crash
2272 fixed_type_variable_test/05: Crash
2273 fixed_type_variable_test/06: Crash
2274 for2_test: Crash
2275 function_argument_test: Crash
2276 function_field_test: Crash
2277 function_propagation_test: Crash
2278 function_subtype0_test: Crash
2279 function_subtype_call0_test: Crash
2280 function_subtype_factory0_test: Crash
2281 function_subtype_inline0_test: Crash
2282 function_subtype_named1_test: Crash
2283 function_subtype_not0_test: Crash
2284 function_subtype_not2_test: Crash
2285 function_subtype_optional1_test: Crash
2286 function_subtype_simple0_test: Crash
2287 function_subtype_simple1_test: Crash
2288 function_subtype_simple2_test: Crash
2289 function_subtype_top_level0_test: Crash
2290 function_subtype_top_level1_test: Crash
2291 function_type_alias8_test: Crash
2292 function_type_call_getter_test: Crash
2293 function_type_parameter2_test: Crash
2294 function_type_parameter_test: Crash
2295 function_type_this_parameter_test: Crash
2296 generic_creation_test: Crash
2297 generic_function_typedef2_test/none: Crash
2298 generic_method_types_test/03: Crash
2299 generic_methods_function_type_test: Crash
2300 generic_methods_new_test: Crash
2301 generic_syntax_test: Crash
2302 generics_test: Crash
2303 hash_map_null_key_foreach_test: Crash
2304 identical_closure2_test: Crash
2305 identical_closure_test: Crash
2306 identical_const_test/05: Crash
2307 identical_const_test/06: Crash
2308 identical_const_test/07: Crash
2309 identical_const_test/08: Crash
2310 if_null_assignment_behavior_test/01: Crash
2311 if_null_assignment_behavior_test/02: Crash
2312 if_null_assignment_behavior_test/03: Crash
2313 if_null_assignment_behavior_test/05: Crash
2314 if_null_assignment_behavior_test/06: Crash
2315 if_null_assignment_behavior_test/07: Crash
2316 if_null_assignment_behavior_test/08: Crash
2317 if_null_assignment_behavior_test/09: Crash
2318 if_null_assignment_behavior_test/10: Crash
2319 if_null_assignment_behavior_test/11: Crash
2320 if_null_assignment_behavior_test/12: Crash
2321 if_null_assignment_behavior_test/13: Crash
2322 if_null_assignment_behavior_test/15: Crash
2323 if_null_assignment_behavior_test/16: Crash
2324 if_null_assignment_behavior_test/17: Crash
2325 if_null_assignment_behavior_test/18: Crash
2326 if_null_assignment_behavior_test/19: Crash
2327 if_null_assignment_behavior_test/20: Crash
2328 if_null_assignment_behavior_test/21: Crash
2329 if_null_assignment_behavior_test/22: Crash
2330 if_null_assignment_behavior_test/23: Crash
2331 if_null_assignment_behavior_test/24: Crash
2332 if_null_assignment_behavior_test/25: Crash
2333 if_null_assignment_behavior_test/26: Crash
2334 if_null_assignment_behavior_test/27: Crash
2335 if_null_assignment_behavior_test/28: Crash
2336 if_null_assignment_behavior_test/31: Crash
2337 if_null_assignment_behavior_test/32: Crash
2338 import_core_prefix_test: Crash
2339 inferrer_closure_test: Crash
2340 interceptor2_test: Crash
2341 interceptor5_test: Crash
2342 issue10204_test: Crash
2343 issue13179_test: Crash
2344 issue13673_test: Crash
2345 issue14014_2_test: Crash
2346 issue14014_test: Crash
2347 issue18628_1_test/01: Crash
2348 lazy_map_test: Crash
2349 lazy_static2_test: Crash
2350 lazy_static5_test: Crash
2351 lazy_static6_test: Crash
2352 lazy_static7_test: Crash
2353 lazy_static_test: Crash
2354 library5_test: Crash
2355 list_in_closure_test: Crash
2356 list_tracer_call_last_test: Crash
2357 list_tracer_in_map_test: Crash
2358 list_tracer_return_from_tearoff_closure_test: Crash
2359 local_function2_test: Crash
2360 malbounded_type_literal_test: Crash
2361 malformed_test/01: Crash
2362 malformed_test/02: Crash
2363 malformed_test/03: Crash
2364 malformed_test/04: Crash
2365 malformed_test/06: Crash
2366 map_literal2_test: Crash
2367 map_literal5_test: Crash
2368 map_literal6_test: Crash
2369 map_literal9_test: Crash
2370 map_literal_test: Crash
2371 memory_swap_test: Crash
2372 method_override8_test/00: Crash
2373 methods_as_constants2_test: Crash
2374 methods_as_constants_test: Crash
2375 minify_closure_variable_collision_test: Crash
2376 mint_compares_test: Crash
2377 named_argument_test: Crash
2378 not_enough_positional_arguments_test/01: Crash
2379 not_enough_positional_arguments_test/02: Crash
2380 not_enough_positional_arguments_test/05: Crash
2381 null2_test: Crash
2382 null_is_bottom_test/17: Crash
2383 null_is_bottom_test/18: Crash
2384 null_is_bottom_test/19: Crash
2385 null_is_bottom_test/20: Crash
2386 null_is_bottom_test/21: Crash
2387 null_is_bottom_test/22: Crash
2388 null_is_bottom_test/23: Crash
2389 null_is_bottom_test/24: Crash
2390 null_is_bottom_test/25: Crash
2391 null_is_bottom_test/26: Crash
2392 null_is_bottom_test/27: Crash
2393 null_is_bottom_test/28: Crash
2394 null_is_bottom_test/29: Crash
2395 null_is_bottom_test/30: Crash
2396 null_is_bottom_test/31: Crash
2397 null_is_bottom_test/32: Crash
2398 null_is_bottom_test/33: Crash
2399 null_is_bottom_test/34: Crash
2400 null_is_bottom_test/35: Crash
2401 null_is_bottom_test/36: Crash
2402 null_is_bottom_test/37: Crash
2403 null_is_bottom_test/38: Crash
2404 null_is_bottom_test/39: Crash
2405 null_is_bottom_test/40: Crash
2406 override_field_method1_negative_test: Crash
2407 override_inheritance_mixed_test/01: Crash
2408 prefix14_test: Crash
2409 prefix21_test: Crash
2410 private_super_constructor_test/01: Crash
2411 pure_function2_test: Crash
2412 regress_14105_test: Crash
2413 regress_20840_test: Crash
2414 regress_22700_test: Crash
2415 regress_22822_test: Crash
2416 regress_26543_1_test: Crash
2417 regress_26543_2_test: Crash
2418 regress_26543_3_test: Crash
2419 regress_27164_test: Crash
2420 regress_28217_test/01: Crash
2421 regress_28217_test/none: Crash
2422 regress_29243_test: Crash
2423 regress_29481_test: Crash
2424 reify_typevar_test: Crash
2425 runtime_type_test: Crash
2426 savannah_test: Crash
2427 setter_no_getter_call_test/01: Crash
2428 setter_no_getter_call_test/none: Crash
2429 static_closure_identical_test: Crash
2430 static_const_field_test: Crash
2431 static_implicit_closure_test: Crash
2432 string_interpolation_newline_test: Crash
2433 string_interpolation_test/01: Crash
2434 string_interpolation_test/none: Crash
2435 super_closure_test: Crash
2436 super_field_2_test: Crash
2437 super_operator_index2_test: Crash
2438 symbol_literal_test/none: Crash
2439 syntax_test/59: Crash
2440 top_level_func_test: Crash
2441 top_level_in_initializer_test: Crash
2442 type_check_const_function_typedef2_test/00: Crash
2443 type_check_const_function_typedef2_test/none: Crash
2444 type_check_const_function_typedef_test: Crash
2445 type_parameter_literal_test: Crash
2446 type_parameter_test/01: Crash
2447 type_parameter_test/02: Crash
2448 type_parameter_test/03: Crash
2449 type_parameter_test/04: Crash
2450 type_parameter_test/05: Crash
2451 type_parameter_test/06: Crash
2452 type_parameter_test/none: Crash
2453 type_promotion_closure_test/01: Crash
2454 type_promotion_closure_test/02: Crash
2455 type_promotion_closure_test/03: Crash
2456 type_promotion_closure_test/04: Crash
2457 type_promotion_closure_test/05: Crash
2458 type_promotion_closure_test/06: Crash
2459 type_promotion_closure_test/07: Crash
2460 type_promotion_closure_test/08: Crash
2461 type_promotion_closure_test/09: Crash
2462 type_promotion_closure_test/10: Crash
2463 type_promotion_closure_test/11: Crash
2464 type_promotion_closure_test/12: Crash
2465 type_promotion_closure_test/13: Crash
2466 type_promotion_closure_test/14: Crash
2467 type_promotion_closure_test/15: Crash
2468 type_promotion_closure_test/16: Crash
2469 type_promotion_closure_test/none: Crash
2470 type_promotion_functions_test/01: Crash
2471 type_promotion_functions_test/02: Crash
2472 type_promotion_functions_test/03: Crash
2473 type_promotion_functions_test/04: Crash
2474 type_promotion_functions_test/05: Crash
2475 type_promotion_functions_test/06: Crash
2476 type_promotion_functions_test/07: Crash
2477 type_promotion_functions_test/08: Crash
2478 type_promotion_functions_test/09: Crash
2479 type_promotion_functions_test/10: Crash
2480 type_promotion_functions_test/11: Crash
2481 type_promotion_functions_test/12: Crash
2482 type_promotion_functions_test/13: Crash
2483 type_promotion_functions_test/14: Crash
2484 type_promotion_functions_test/none: Crash
2485 type_variable_bounds_test/10: Crash
2486 type_variable_closure2_test: Crash
2487 type_variable_closure3_test: Crash
2488 type_variable_closure4_test: Crash
2489 type_variable_field_initializer_closure2_test: Crash
2490 type_variable_field_initializer_closure_test: Crash
2491 type_variable_initializer_test: Crash
2492 type_variable_typedef_test: Crash
2493 typed_selector2_test: Crash
2494 unnamed_closure_test: Crash
2495 wrong_number_type_arguments_test/00: Crash
2496 wrong_number_type_arguments_test/02: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698