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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 3012683002: Don't try to add abstract methods to the codegen work queue to generate bodies (Closed)
Patch Set: reran status files. Created 3 years, 3 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 class_test: Fail 6 class_test: Fail
7 statements_test: Fail 7 statements_test: Fail
8 typed_locals_test: Fail 8 typed_locals_test: Fail
9 no_such_method_test: Fail # Wrong Invocation.memberName. 9 no_such_method_test: Fail # Wrong Invocation.memberName.
10 constant_javascript_semantics4_test: Fail, OK 10 constant_javascript_semantics4_test: Fail, OK
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 mirrors_used_native_test: Crash # Issue 27394 162 mirrors_used_native_test: Crash # Issue 27394
163 recursive_import_test: Crash # Issue 27394 163 recursive_import_test: Crash # Issue 27394
164 reflect_native_types_test: Crash # Issue 27394 164 reflect_native_types_test: Crash # Issue 27394
165 165
166 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ] 166 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ]
167 js_dispatch_property_test: Crash # Issue 27394 167 js_dispatch_property_test: Crash # Issue 27394
168 regress/4562_test/01: Crash # Issue 27394 168 regress/4562_test/01: Crash # Issue 27394
169 169
170 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 170 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
171 16400_test: Crash 171 16400_test: Crash
172 17856_test: Crash
173 19191_test: Crash 172 19191_test: Crash
174 21666_test: Crash 173 21666_test: Crash
175 22868_test: Crash 174 22868_test: Crash
176 22917_test: Crash 175 22917_test: Crash
177 23404_test: RuntimeError 176 23404_test: RuntimeError
178 23432_test: Crash 177 23432_test: Crash
179 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where 178 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
180 23828_test: Crash
181 assert_with_message_test: Crash
182 async_stacktrace_test: Crash 179 async_stacktrace_test: Crash
183 bound_closure_interceptor_methods_test: Crash 180 bound_closure_interceptor_methods_test: Crash
184 bound_closure_interceptor_type_test: Crash 181 bound_closure_interceptor_type_test: Crash
185 break_test: Crash 182 break_test: Crash
186 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1 183 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1
187 closure4_test: RuntimeError 184 closure4_test: RuntimeError
188 closure_capture2_test: RuntimeError 185 closure_capture2_test: RuntimeError
189 closure_capture4_test: RuntimeError 186 closure_capture4_test: RuntimeError
190 closure_type_reflection2_test: Crash 187 closure_type_reflection2_test: Crash
191 closure_type_reflection_test: Crash 188 closure_type_reflection_test: Crash
(...skipping 21 matching lines...) Expand all
213 deferred/uninstantiated_type_variable_test: CompileTimeError 210 deferred/uninstantiated_type_variable_test: CompileTimeError
214 deferred_custom_loader_test: CompileTimeError 211 deferred_custom_loader_test: CompileTimeError
215 deferred_fail_and_retry_test: CompileTimeError 212 deferred_fail_and_retry_test: CompileTimeError
216 deferred_fail_and_retry_worker_test: CompileTimeError 213 deferred_fail_and_retry_worker_test: CompileTimeError
217 deferred_inheritance_test: CompileTimeError 214 deferred_inheritance_test: CompileTimeError
218 deferred_split_test: CompileTimeError 215 deferred_split_test: CompileTimeError
219 dummy_compiler_test: CompileTimeError 216 dummy_compiler_test: CompileTimeError
220 for_in_test: Crash 217 for_in_test: Crash
221 hash_code_test: Crash 218 hash_code_test: Crash
222 if_null_test: Crash 219 if_null_test: Crash
223 inference_nsm_mirrors_test: Crash
224 inference_super_set_call_test: RuntimeError 220 inference_super_set_call_test: RuntimeError
225 interceptor_named_arguments_test: Crash 221 interceptor_named_arguments_test: Crash
226 invalid_annotation2_test/none: Crash 222 invalid_annotation2_test/none: Crash
227 is_check_instanceof_test: Crash 223 is_check_instanceof_test: Crash
228 js_dispatch_property_test: RuntimeError 224 js_dispatch_property_test: RuntimeError
229 label_test/06: Crash 225 label_test/06: Crash
230 lookup_map/dead_entry_single_nested_pairs_test: Crash 226 lookup_map/dead_entry_single_nested_pairs_test: Crash
231 lookup_map/dead_entry_test: Crash 227 lookup_map/dead_entry_test: Crash
232 lookup_map/dead_entry_through_mirrors_test: Crash 228 lookup_map/dead_entry_through_mirrors_test: Crash
233 lookup_map/discovered_code_test: Crash 229 lookup_map/discovered_code_test: Crash
(...skipping 23 matching lines...) Expand all
257 mirror_type_inference_function_test: Crash 253 mirror_type_inference_function_test: Crash
258 mirrors_declarations_filtering_test: Crash 254 mirrors_declarations_filtering_test: Crash
259 mirrors_used_closure_test: Crash 255 mirrors_used_closure_test: Crash
260 mirrors_used_metatargets_test: Crash 256 mirrors_used_metatargets_test: Crash
261 mirrors_used_native_test: Crash 257 mirrors_used_native_test: Crash
262 mirrors_used_warning2_test: Crash 258 mirrors_used_warning2_test: Crash
263 mirrors_used_warning_test/minif: Crash 259 mirrors_used_warning_test/minif: Crash
264 mirrors_used_warning_test/none: Crash 260 mirrors_used_warning_test/none: Crash
265 no_such_method_mirrors_test: Crash 261 no_such_method_mirrors_test: Crash
266 no_such_method_test: Crash 262 no_such_method_test: Crash
267 optional_parameter_test: Crash
268 private_symbol_literal_test/01: MissingCompileTimeError 263 private_symbol_literal_test/01: MissingCompileTimeError
269 private_symbol_literal_test/02: MissingCompileTimeError 264 private_symbol_literal_test/02: MissingCompileTimeError
270 private_symbol_literal_test/03: MissingCompileTimeError 265 private_symbol_literal_test/03: MissingCompileTimeError
271 private_symbol_literal_test/04: MissingCompileTimeError 266 private_symbol_literal_test/04: MissingCompileTimeError
272 private_symbol_literal_test/05: MissingCompileTimeError 267 private_symbol_literal_test/05: MissingCompileTimeError
273 private_symbol_literal_test/06: MissingCompileTimeError 268 private_symbol_literal_test/06: MissingCompileTimeError
274 recursive_import_test: CompileTimeError 269 recursive_import_test: CompileTimeError
275 reflect_native_types_test: Crash 270 reflect_native_types_test: Crash
276 regress/4562_test/none: CompileTimeError 271 regress/4562_test/none: CompileTimeError
277 regress/4639_test: Crash 272 regress/4639_test: Crash
278 string_interpolation_dynamic_test: RuntimeError 273 string_interpolation_dynamic_test: RuntimeError
279 string_interpolation_test: RuntimeError 274 string_interpolation_test: RuntimeError
280 switch_test/none: Crash 275 switch_test/none: Crash
281 timer_test: Crash 276 timer_test: Crash
282 truncation_errors_test: Crash 277 truncation_errors_test: Crash
283 type_argument_factory_crash_test: Crash 278 type_argument_factory_crash_test: Crash
284 type_argument_factory_nocrash_test: Crash 279 type_argument_factory_nocrash_test: Crash
285 type_constant_switch_test/01: MissingCompileTimeError 280 type_constant_switch_test/01: MissingCompileTimeError
286 type_error_message_test: Crash 281 23432_test: RuntimeError
282 code_motion_exception_test: RuntimeError
283 no_such_method_mirrors_test: RuntimeError
284 regress/4639_test: RuntimeError
285 truncation_errors_test: RuntimeError
287 unconditional_dartio_import_test: CompileTimeError 286 unconditional_dartio_import_test: CompileTimeError
288 useful_error_message_1_test: Crash 287 useful_error_message_1_test: RuntimeError
289 288
290 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 289 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
291 16400_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 290 16400_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
292 17856_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_ closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapTo String_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToS tring_closure.call).
293 19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 291 19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
294 21666_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin 292 21666_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
295 22868_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 293 22868_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
296 22917_test: Crash # Assertion failure: Cannot find value local(unwrapException_c losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call). 294 22917_test: Crash # Assertion failure: Cannot find value local(unwrapException_c losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
297 23404_test: RuntimeError 295 23404_test: RuntimeError
298 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 296 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
299 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'. 297 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'.
300 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
301 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
302 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 298 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
303 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e nclosingClass' was called on null. 299 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e nclosingClass' was called on null.
304 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas sIndex' was called on null. 300 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas sIndex' was called on null.
305 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 301 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
306 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1 302 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1
307 closure4_test: RuntimeError 303 closure4_test: RuntimeError
308 closure_capture4_test: RuntimeError 304 closure_capture4_test: RuntimeError
309 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi n.getAppliedMixin 305 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi n.getAppliedMixin
310 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin .getAppliedMixin 306 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin .getAppliedMixin
311 code_motion_exception_test: Crash 307 code_motion_exception_test: Crash
(...skipping 21 matching lines...) Expand all
333 deferred/uninstantiated_type_variable_test: CompileTimeError 329 deferred/uninstantiated_type_variable_test: CompileTimeError
334 deferred_custom_loader_test: CompileTimeError 330 deferred_custom_loader_test: CompileTimeError
335 deferred_fail_and_retry_test: CompileTimeError 331 deferred_fail_and_retry_test: CompileTimeError
336 deferred_fail_and_retry_worker_test: CompileTimeError 332 deferred_fail_and_retry_worker_test: CompileTimeError
337 deferred_inheritance_test: CompileTimeError 333 deferred_inheritance_test: CompileTimeError
338 deferred_split_test: CompileTimeError 334 deferred_split_test: CompileTimeError
339 dummy_compiler_test: CompileTimeError 335 dummy_compiler_test: CompileTimeError
340 for_in_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called o n null. 336 for_in_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called o n null.
341 hash_code_test: Crash # UnimplementedError: Unexpected constant expression new # lib1::Hasher::•().hash (KernelPropertyGet) 337 hash_code_test: Crash # UnimplementedError: Unexpected constant expression new # lib1::Hasher::•().hash (KernelPropertyGet)
342 if_null_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 338 if_null_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
343 inference_nsm_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no in stance getter 'memberContext'.
344 inference_super_set_call_test: RuntimeError 339 inference_super_set_call_test: RuntimeError
345 interceptor_named_arguments_test: Crash # NoSuchMethodError: The getter 'memberI ndex' was called on null. 340 interceptor_named_arguments_test: Crash # NoSuchMethodError: The getter 'memberI ndex' was called on null.
346 invalid_annotation2_test/none: Crash # NoSuchMethodError: Class 'DynamicType' ha s no instance getter 'element'. 341 invalid_annotation2_test/none: Crash # NoSuchMethodError: Class 'DynamicType' ha s no instance getter 'element'.
347 is_check_instanceof_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 342 is_check_instanceof_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
348 js_dispatch_property_test: RuntimeError 343 js_dispatch_property_test: RuntimeError
349 label_test/06: Crash # RangeError (index): Invalid value: Valid value range is e mpty: 0 344 label_test/06: Crash # RangeError (index): Invalid value: Valid value range is e mpty: 0
350 lookup_map/dead_entry_single_nested_pairs_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'. 345 lookup_map/dead_entry_single_nested_pairs_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'.
351 lookup_map/dead_entry_test: Crash # NoSuchMethodError: Class 'KField' has no ins tance getter 'constant'. 346 lookup_map/dead_entry_test: Crash # NoSuchMethodError: Class 'KField' has no ins tance getter 'constant'.
352 lookup_map/dead_entry_through_mirrors_test: Crash # NoSuchMethodError: Class 'KF ield' has no instance getter 'constant'. 347 lookup_map/dead_entry_through_mirrors_test: Crash # NoSuchMethodError: Class 'KF ield' has no instance getter 'constant'.
353 lookup_map/discovered_code_test: Crash # NoSuchMethodError: Class 'KField' has n o instance getter 'constant'. 348 lookup_map/discovered_code_test: Crash # NoSuchMethodError: Class 'KField' has n o instance getter 'constant'.
(...skipping 23 matching lines...) Expand all
377 mirror_type_inference_function_test: Crash # Assertion failure: Cannot find valu e local(initHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call #tag), local(initHooks#)) for j:closure_call(initHooks_closure.call). 372 mirror_type_inference_function_test: Crash # Assertion failure: Cannot find valu e local(initHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call #tag), local(initHooks#)) for j:closure_call(initHooks_closure.call).
378 mirrors_declarations_filtering_test: Crash # Assertion failure: Cannot find valu e local(main_closure.call#a) in (local(main#)) for j:closure_call(main_closure.c all). 373 mirrors_declarations_filtering_test: Crash # Assertion failure: Cannot find valu e local(main_closure.call#a) in (local(main#)) for j:closure_call(main_closure.c all).
379 mirrors_used_closure_test: Crash # Assertion failure: Cannot find value local(ma in_closure.call#f) in (local(main#)) for j:closure_call(main_closure.call). 374 mirrors_used_closure_test: Crash # Assertion failure: Cannot find value local(ma in_closure.call#f) in (local(main#)) for j:closure_call(main_closure.call).
380 mirrors_used_metatargets_test: Crash # Assertion failure: Cannot find value loca l(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error) , local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thro wnStackTrace)) for j:closure_call(unwrapException_closure.call). 375 mirrors_used_metatargets_test: Crash # Assertion failure: Cannot find value loca l(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error) , local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thro wnStackTrace)) for j:closure_call(unwrapException_closure.call).
381 mirrors_used_native_test: Crash # Assertion failure: Cannot find value local(Map s_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), lo cal(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_ca ll(Maps_mapToString_closure.call). 376 mirrors_used_native_test: Crash # Assertion failure: Cannot find value local(Map s_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), lo cal(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_ca ll(Maps_mapToString_closure.call).
382 mirrors_used_warning2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 377 mirrors_used_warning2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
383 mirrors_used_warning_test/minif: Crash # NoSuchMethodError: The getter 'memberIn dex' was called on null. 378 mirrors_used_warning_test/minif: Crash # NoSuchMethodError: The getter 'memberIn dex' was called on null.
384 mirrors_used_warning_test/none: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 379 mirrors_used_warning_test/none: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null.
385 no_such_method_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no i nstance getter 'memberContext'. 380 no_such_method_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no i nstance getter 'memberContext'.
386 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'. 381 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
387 optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no insta nce getter 'memberContext'.
388 private_symbol_literal_test/01: MissingCompileTimeError 382 private_symbol_literal_test/01: MissingCompileTimeError
389 private_symbol_literal_test/02: MissingCompileTimeError 383 private_symbol_literal_test/02: MissingCompileTimeError
390 private_symbol_literal_test/03: MissingCompileTimeError 384 private_symbol_literal_test/03: MissingCompileTimeError
391 private_symbol_literal_test/04: MissingCompileTimeError 385 private_symbol_literal_test/04: MissingCompileTimeError
392 private_symbol_literal_test/05: MissingCompileTimeError 386 private_symbol_literal_test/05: MissingCompileTimeError
393 private_symbol_literal_test/06: MissingCompileTimeError 387 private_symbol_literal_test/06: MissingCompileTimeError
394 recursive_import_test: CompileTimeError 388 recursive_import_test: CompileTimeError
395 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge tAppliedMixin 389 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge tAppliedMixin
396 regress/4562_test/none: CompileTimeError 390 regress/4562_test/none: CompileTimeError
397 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca lled on null. 391 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca lled on null.
398 runtime_type_test: Crash 392 runtime_type_test: Crash
399 string_interpolation_dynamic_test: RuntimeError 393 string_interpolation_dynamic_test: RuntimeError
400 string_interpolation_test: RuntimeError 394 string_interpolation_test: RuntimeError
401 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge tForSwitchCase 395 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge tForSwitchCase
402 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 396 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
403 to_string_test: Crash 397 to_string_test: Crash
404 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). 398 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call).
405 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl osure_call(Maps_mapToString_closure.call). 399 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl osure_call(Maps_mapToString_closure.call).
406 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call). 400 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call).
407 type_constant_switch_test/01: MissingCompileTimeError 401 type_constant_switch_test/01: MissingCompileTimeError
408 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 402 23432_test: RuntimeError
403 no_such_method_mirrors_test: RuntimeError
404 regress/4639_test: RuntimeError
405 truncation_errors_test: RuntimeError
409 unconditional_dartio_import_test: CompileTimeError 406 unconditional_dartio_import_test: CompileTimeError
410 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null. 407 useful_error_message_1_test: RuntimeError
411 408
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart ('k') | tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698