@@ -187,11 +187,17 @@ analyzer/test/src/summary/resynthesize_test: Pass, Slow # Times out due to inlin
187
187
analyzer/test/src/task/strong_mode_test: Pass, Slow # Times out due to inlining, but see issue 24485
188
188
189
189
[ $compiler == dart2js && $cps_ir && $host_checked ]
190
+ analyzer/test/dart/ast/ast_test: Crash # Issue 24485
191
+ analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
192
+ analyzer/test/dart/element/element_test: Crash # Issue 24485
190
193
analyzer/test/enum_test: Crash # Issue 24485
191
194
analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
192
195
analyzer/test/generated/ast_test: Crash # Issue 24485
193
196
analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
197
+ analyzer/test/generated/constant_test: Crash # Issue 24485
198
+ analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
194
199
analyzer/test/generated/element_test: Crash # Issue 24485
200
+ analyzer/test/generated/error_suppression_test: Crash # Issue 24485
195
201
analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
196
202
analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
197
203
analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
@@ -204,6 +210,15 @@ analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
204
210
analyzer/test/generated/utilities_test: Crash # Issue 24485
205
211
analyzer/test/src/context/cache_test: Crash # Issue 24485
206
212
analyzer/test/src/context/context_test: Crash # Issue 24485
213
+ analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
214
+ analyzer/test/src/dart/element/element_test: Crash # Issue 24485
215
+ analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
216
+ analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
217
+ analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
218
+ analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
219
+ analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
220
+ analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
221
+ analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
207
222
analyzer/test/src/task/dart_test: Crash # Issue 24485
208
223
analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
209
224
analyzer/test/src/task/driver_test: Crash # Issue 24485
@@ -214,9 +229,12 @@ analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
214
229
analyzer/test/src/task/inputs_test: Crash # Issue 24485
215
230
analyzer/test/src/task/manager_test: Crash # Issue 24485
216
231
analyzer/test/src/task/model_test: Crash # Issue 24485
217
- analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
218
- analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
232
+ analyzer/test/src/task/options_test: Crash # Issue 24485
233
+ analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
234
+ analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
235
+ analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
219
236
analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
237
+ analyzer/test/src/task/yaml_test: Crash # Issue 24485
220
238
221
239
[ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
222
240
*: SkipByDesign # The pkg test framework imports dart:mirrors.
0 commit comments