. translator/c/test/test_database.py::test_primitive . translator/c/test/test_database.py::test_struct . translator/c/test/test_database.py::test_inlined_struct . translator/c/test/test_database.py::test_complete . translator/c/test/test_database.py::test_codegen . translator/c/test/test_database.py::test_codegen_2 . translator/c/test/test_database.py::test_codegen_3 . translator/c/test/test_database.py::test_func_simple . translator/c/test/test_database.py::test_function_call . translator/c/test/test_database.py::test_malloc . translator/c/test/test_database.py::test_multiple_malloc . translator/c/test/test_database.py::test_array_of_char . translator/c/test/test_database.py::test_voidp . translator/c/test/test_database.py::test_intlong_unique . translator/c/test/test_database.py::test_recursive_struct . translator/c/test/test_database.py::test_typedef . translator/c/test/test_database.py::test_const_types . translator/backendopt/test/test_all.py::TestLLType::()::test_big . translator/backendopt/test/test_all.py::TestLLType::()::test_for_loop . translator/backendopt/test/test_all.py::TestLLType::()::test_premature_death . translator/backendopt/test/test_all.py::TestLLType::()::test_idempotent . translator/backendopt/test/test_all.py::TestLLType::()::test_bug_inlined_if . translator/backendopt/test/test_all.py::TestLLType::()::test_range_iter . translator/backendopt/test/test_all.py::TestLLType::()::test_constant_diffuse . translator/backendopt/test/test_all.py::TestLLType::()::test_isinstance . translator/backendopt/test/test_all.py::TestLLType::()::test_list_comp . translator/backendopt/test/test_all.py::TestLLType::()::test_secondary_backendopt . translator/backendopt/test/test_all.py::TestLLType::()::test_replace_we_are_jitted . translator/backendopt/test/test_all.py::TestLLType::()::test_getfield_vtable . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_can_raise_simple . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_can_raise_recursive . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_bug_graphanalyze_recursive . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_recursive_cannot_raise . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_can_raise_exception . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_indirect_call . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_method . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_method_recursive . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_instantiate . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_llexternal . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_ll_arraycopy . translator/backendopt/test/test_canraise.py::TestCanRaise::()::test_memoryerror . translator/backendopt/test/test_constfold.py::test_simple . translator/backendopt/test/test_constfold.py::test_immutable_fields . translator/backendopt/test/test_constfold.py::test_along_link . translator/backendopt/test/test_constfold.py::test_multiple_incoming_links . translator/backendopt/test/test_constfold.py::test_fold_exitswitch . translator/backendopt/test/test_constfold.py::test_exception . translator/backendopt/test/test_constfold.py::test_malloc . translator/backendopt/test/test_constfold.py::test_keepalive_const_fieldptr . translator/backendopt/test/test_constfold.py::test_keepalive_const_arrayitems . translator/backendopt/test/test_constfold.py::test_dont_constfold_debug_print . translator/backendopt/test/test_constfold.py::test_fold_exitswitch_along_one_path . translator/backendopt/test/test_constfold.py::test_knownswitch_after_exitswitch . translator/backendopt/test/test_constfold.py::test_coalesce_exitswitchs . translator/backendopt/test/test_constfold.py::test_merge_if_blocks_bug . translator/backendopt/test/test_constfold.py::test_merge_if_blocks_bug_2 . translator/backendopt/test/test_constfold.py::test_replace_we_are_jitted . translator/backendopt/test/test_constfold.py::test_int_ovf . translator/backendopt/test/test_constfold.py::test_int_ovf_bug . translator/backendopt/test/test_constfold.py::test_constant_diffuse_bug . translator/backendopt/test/test_constfold.py::test_float_zero_sign . translator/backendopt/test/test_constfold.py::test_same_constant . translator/backendopt/test/test_constfold.py::test_ptr_eq_x_x . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_nothing . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_malloc . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_raw_free_getfield . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_c_call . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_c_call_without_release_gil . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_chain . translator/backendopt/test/test_finalizer.py::TestFinalizerAnalyzer::()::test_must_be_light_finalizer_decorator . translator/backendopt/test/test_finalizer.py::test_various_ops . translator/backendopt/test/test_gilanalysis.py::test_canrelease_external . translator/backendopt/test/test_gilanalysis.py::test_canrelease_instantiate . translator/backendopt/test/test_gilanalysis.py::test_no_release_gil . translator/backendopt/test/test_gilanalysis.py::test_no_release_gil_detect . translator/backendopt/test/test_graphanalyze.py::test_random_graphs . translator/backendopt/test/test_graphanalyze.py::test_delayed_fnptr . translator/backendopt/test/test_graphanalyze.py::test_null_fnptr . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_simple . translator/backendopt/test/test_inline.py::TestInline::()::test_nothing_to_inline . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_big . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_raising . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_several_times . translator/backendopt/test/test_inline.py::TestInline::()::test_always_inline . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_exceptions . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_const_exceptions . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_exception_guarded . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_with_raising_non_call_op . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_var_exception . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_nonraising_into_catching . translator/backendopt/test/test_inline.py::TestInline::()::test_for_loop . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_constructor . translator/backendopt/test/test_inline.py::TestInline::()::test_cannot_inline_recursive_function . translator/backendopt/test/test_inline.py::TestInline::()::test_auto_inlining_small_call_big . translator/backendopt/test/test_inline.py::TestInline::()::test_auto_inlining_small_call_big_call_count . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_exception_catching . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_catching_different_exception . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_raiseonly . translator/backendopt/test/test_inline.py::TestInline::()::test_measure_median_execution_cost . translator/backendopt/test/test_inline.py::TestInline::()::test_indirect_call_with_exception . translator/backendopt/test/test_inline.py::TestInline::()::test_list_iteration . translator/backendopt/test/test_inline.py::TestInline::()::test_bug_in_find_exception_type . translator/backendopt/test/test_inline.py::TestInline::()::test_correct_keepalive_placement . translator/backendopt/test/test_inline.py::TestInline::()::test_keepalive_hard_case . translator/backendopt/test/test_inline.py::TestInline::()::test_auto_inline_graphs_from_anywhere . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_all . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_preserves_source_attribution . translator/backendopt/test/test_inline.py::TestInline::()::test_copy_block_source_attribution . translator/backendopt/test/test_inline.py::TestInline::()::test_inline_all_exc . translator/backendopt/test/test_innerloop.py::test_simple_loop . translator/backendopt/test/test_innerloop.py::test_two_loops . translator/backendopt/test/test_innerloop.py::test_nested_loops . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_fn1 . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_fn2 . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_fn3 . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_fn4 . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_fn5 . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_aliasing . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_aliasing_identity_op . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_merge . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_bogus_cast_pointer . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_dont_remove_with__del__ . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_wrapper_cannot_be_removed . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_direct_fieldptr . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_direct_fieldptr_2 s translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_getarraysubstruct Skipped: fails because of the interior structure changes . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_ptr_nonzero . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_substruct_not_accessed s translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_union Skipped: fails because of the interior structure changes . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_keep_all_keepalives . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_nested_struct s translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_interior_ptr Skipped: fails . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_interior_ptr_with_index . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_interior_ptr_with_field_and_index . translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_interior_ptr_with_index_and_field s translator/backendopt/test/test_malloc.py::TestMallocRemoval::()::test_two_paths_one_with_constant Skipped: XXX implement me? . translator/backendopt/test/test_merge_if_blocks.py::test_merge1 . translator/backendopt/test/test_merge_if_blocks.py::test_merge_passonvars . translator/backendopt/test/test_merge_if_blocks.py::test_merge_several . translator/backendopt/test/test_merge_if_blocks.py::test_merge_with_or . translator/backendopt/test/test_merge_if_blocks.py::test_dont_merge . translator/backendopt/test/test_merge_if_blocks.py::test_two_constants . translator/backendopt/test/test_merge_if_blocks.py::test_same_cases . translator/backendopt/test/test_merge_if_blocks.py::test_replace_exitswitch_by_constant_bug . translator/backendopt/test/test_merge_if_blocks.py::test_switch_on_symbolic . translator/backendopt/test/test_removeassert.py::test_simple . translator/backendopt/test/test_removeassert.py::test_simple_melting_away . translator/backendopt/test/test_removeassert.py::test_and . translator/backendopt/test/test_removeassert.py::test_or . translator/backendopt/test/test_removeassert.py::test_isinstance . translator/backendopt/test/test_removeassert.py::test_with_exception . translator/backendopt/test/test_removenoops.py::test_remove_same_as . translator/backendopt/test/test_removenoops.py::test_remove_same_as_nonconst . translator/backendopt/test/test_removenoops.py::test_remove_unaryops . translator/backendopt/test/test_removenoops.py::test_remove_duplicate_casts . translator/backendopt/test/test_ssa.py::test_data_flow_families . translator/backendopt/test/test_ssa.py::test_SSI_to_SSA . translator/backendopt/test/test_ssa.py::test_SSA_to_SSI . translator/backendopt/test/test_ssa.py::test_SSA_to_SSI_2 . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_infrastructure . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_simple . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_irrelevant_setfield . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_relevant_setfield . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_different_concretetype . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_subclass . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_bug_1 . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_cfg_splits . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_malloc_does_not_invalidate . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_debug_assert_not_none . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_read_none_field_bug . translator/backendopt/test/test_storesink.py::TestStoreSink::()::test_cast_pointer_bug . translator/backendopt/test/test_support.py::test_simple_compute_reachability . translator/backendopt/test/test_support.py::test_find_backedges . translator/backendopt/test/test_support.py::test_find_loop_blocks . translator/backendopt/test/test_support.py::test_find_loop_blocks_simple . translator/backendopt/test/test_support.py::test_find_loop_blocks2 . translator/backendopt/test/test_support.py::test_find_loop_blocks3 . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_writes_simple . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_writes_recursive . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_write_to_new_struct . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_write_to_new_struct_2 . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_write_to_new_struct_3 . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_write_to_new_struct_4 . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_write_to_new_struct_5 . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_method . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_instantiate . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_llexternal . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_contains . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_list . translator/backendopt/test/test_writeanalyze.py::TestWriteAnalyze::()::test_llexternal_with_callback . translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_read_simple . translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_read_really s translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_cutoff Skipped: cutoff: disabled . translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_contains . translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_adt_method . translator/backendopt/test/test_writeanalyze.py::TestLLtypeReadWriteAnalyze::()::test_interiorfield . translator/backendopt/test/test_writeanalyze.py::TestGcLoadStoreIndexed::()::test_gc_load_indexed_str . translator/backendopt/test/test_writeanalyze.py::TestGcLoadStoreIndexed::()::test_gc_load_indexed_list_of_chars . translator/backendopt/test/test_writeanalyze.py::TestGcLoadStoreIndexed::()::test_gc_store_indexed_str . translator/backendopt/test/test_writeanalyze.py::TestGcLoadStoreIndexed::()::test_gc_store_indexed_list_of_chars . translator/backendopt/test/test_writeanalyze.py::TestGcLoadStoreIndexed::()::test_explanation . translator/c/test/test_exception.py::test_simple1 . translator/c/test/test_exception.py::test_implicit_index_error_lists . translator/c/test/test_exception.py::test_myexception . translator/c/test/test_exception.py::test_raise_outside_testfn . translator/c/test/test_exception.py::test_memoryerror . translator/c/test/test_exception.py::test_assert . translator/c/test/test_exception.py::test_reraise_exception . translator/c/test/test_exception.py::test_dict_keyerror_inside_try_finally . translator/c/test/test_exception.py::test_getitem_custom_exception . translator/c/test/test_exception.py::test_ovf_propagation . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_malloc_a_lot . translator/c/test/test_boehm.py::TestUsingBoehm::()::test__del__ . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_id_is_weak . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_del_raises . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_memory_error_varsize . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_zero_malloc . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_gc_set_max_heap_size . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_weakref . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_prebuilt_weakref . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_weakref_to_prebuilt . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_nested_finalizers . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_can_move . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_heap_stats . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_shrink_array . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_write_barrier_nop . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_hash_preservation . translator/c/test/test_boehm.py::TestUsingBoehm::()::test_finalizer_queue . translator/c/test/test_lladdresses.py::test_null . translator/c/test/test_lladdresses.py::test_convert_to_bool . translator/c/test/test_lladdresses.py::test_memory_access . translator/c/test/test_lladdresses.py::test_memory_access_zero . translator/c/test/test_lladdresses.py::test_memory_float . translator/c/test/test_lladdresses.py::test_offset_inside_fixed_array . translator/c/test/test_lladdresses.py::test_pointer_arithmetic . translator/c/test/test_lladdresses.py::test_pointer_arithmetic_inplace . translator/c/test/test_lladdresses.py::test_raw_memcopy . translator/c/test/test_lladdresses.py::test_raw_memmove . translator/c/test/test_lladdresses.py::test_pointer_comparison . translator/c/test/test_lladdresses.py::test_flavored_malloc_raw s translator/c/test/test_lladdresses.py::test_gcref Skipped: 'boehm' may crash . translator/c/test/test_lladdresses.py::test_cast_adr_to_int . translator/c/test/test_lladdresses.py::test_cast_int_to_adr . translator/c/test/test_lladdresses.py::test_dict_of_addresses . translator/c/test/test_lladdresses.py::test_gcarray_length . translator/c/test/test_genc.py::test_simple . translator/c/test/test_genc.py::test_int_becomes_float . translator/c/test/test_genc.py::test_string_arg . translator/c/test/test_genc.py::test_dont_write_source_files . translator/c/test/test_genc.py::test_rlist . translator/c/test/test_genc.py::test_rptr . translator/c/test/test_genc.py::test_empty_string . translator/c/test/test_genc.py::test_rstr . translator/c/test/test_genc.py::test_recursive_struct . translator/c/test/test_genc.py::test_recursive_struct_2 . translator/c/test/test_genc.py::test_infinite_float . translator/c/test/test_genc.py::test_infinite_float_in_array . translator/c/test/test_genc.py::test_nan_and_special_values . translator/c/test/test_genc.py::test_prebuilt_instance_with_dict . translator/c/test/test_genc.py::test_long_strings . translator/c/test/test_genc.py::test_keepalive . translator/c/test/test_genc.py::test_print . translator/c/test/test_genc.py::test_name . translator/c/test/test_genc.py::test_entrypoints . translator/c/test/test_genc.py::test_exportstruct . translator/c/test/test_genc.py::test_recursive_llhelper . translator/c/test/test_genc.py::test_ordered_dict . translator/c/test/test_genc.py::test_inhibit_tail_call . translator/c/test/test_genc.py::test_generated_c_source . translator/c/test/test_genc.py::test_generated_c_source_no_gotos . translator/c/test/test_genc.py::test_computed_goto_large_switch . translator/c/test/test_genc.py::test_computed_goto_correctness . translator/c/test/test_genc.py::test_computed_goto_negative_cases . translator/c/test/test_genc.py::test_computed_goto_negative_cases_correctness . translator/c/test/test_genc.py::test_generated_switch . translator/c/test/test_genc.py::test_inlining_c_source . translator/c/test/test_genc.py::test_escape_c_comments_unit . translator/c/test/test_genc.py::test_escaping_c_comments . translator/c/test/test_llop.py::TestLLOp::()::test_gc_load_indexed . translator/c/test/test_llop.py::TestLLOp::()::test_gc_store_indexed_int . translator/c/test/test_llop.py::TestLLOp::()::test_gc_store_indexed_double . translator/c/test/test_llop.py::TestLLOp::()::test_gc_store_indexed_float . translator/c/test/test_math.py::TestMath::()::test_math . translator/c/test/test_math.py::TestMath::()::test_math_nodebug . translator/c/test/test_extfunc.py::test_time_clock . translator/c/test/test_extfunc.py::test_time_sleep . translator/c/test/test_extfunc.py::test_os_open . translator/c/test/test_extfunc.py::test_failing_os_open . translator/c/test/test_extfunc.py::test_open_read_write_seek_close . translator/c/test/test_extfunc.py::test_big_read . translator/c/test/test_extfunc.py::test_ftruncate s translator/c/test/test_extfunc.py::test_largefile Skipped: no sparse files on default Mac OS X file system . translator/c/test/test_extfunc.py::test_os_access . translator/c/test/test_extfunc.py::test_os_stat s translator/c/test/test_extfunc.py::test_os_stat_raises_winerror Skipped: no WindowsError on this platform . translator/c/test/test_extfunc.py::test_os_fstat . translator/c/test/test_extfunc.py::test_os_isatty . translator/c/test/test_extfunc.py::test_getcwd . translator/c/test/test_extfunc.py::test_system . translator/c/test/test_extfunc.py::test_os_path_exists . translator/c/test/test_extfunc.py::test_os_path_isdir . translator/c/test/test_extfunc.py::test_time_time . translator/c/test/test_extfunc.py::test_formatd . translator/c/test/test_extfunc.py::test_float_to_str . translator/c/test/test_extfunc.py::test_os_unlink . translator/c/test/test_extfunc.py::test_chdir . translator/c/test/test_extfunc.py::test_mkdir_rmdir . translator/c/test/test_extfunc.py::test_strerror . translator/c/test/test_extfunc.py::test_pipe_dup_dup2 . translator/c/test/test_extfunc.py::test_os_chmod . translator/c/test/test_extfunc.py::test_os_fchmod . translator/c/test/test_extfunc.py::test_os_rename . translator/c/test/test_extfunc.py::test_os_mkfifo . translator/c/test/test_extfunc.py::test_os_mknod . translator/c/test/test_extfunc.py::test_os_umask . translator/c/test/test_extfunc.py::test_os_getpid . translator/c/test/test_extfunc.py::test_os_getpgrp . translator/c/test/test_extfunc.py::test_os_setpgrp . translator/c/test/test_extfunc.py::test_links . translator/c/test/test_extfunc.py::test_fork . translator/c/test/test_extfunc.py::test_kill . translator/c/test/test_extfunc.py::test_kill_to_send_sigusr1 . translator/c/test/test_extfunc.py::test_killpg . translator/c/test/test_extfunc.py::test_os_chown_lchown . translator/c/test/test_extfunc.py::test_os_fchown . translator/c/test/test_extfunc.py::test_os_getlogin . translator/c/test/test_extfunc.py::test_dictlike_environ_getitem . translator/c/test/test_extfunc.py::test_dictlike_environ_get . translator/c/test/test_extfunc.py::test_dictlike_environ_setitem . translator/c/test/test_extfunc.py::test_dictlike_environ_delitem . translator/c/test/test_extfunc.py::test_dictlike_environ_keys . translator/c/test/test_extfunc.py::test_dictlike_environ_items . translator/c/test/test_extfunc.py::test_listdir . translator/c/test/test_extfunc.py::test_execv . translator/c/test/test_extfunc.py::test_execv_raising . translator/c/test/test_extfunc.py::test_execve . translator/c/test/test_extfunc.py::test_utime . translator/c/test/test_extfunc.py::test_os_uname . translator/c/test/test_extfunc.py::test_os_getloadavg . translator/c/test/test_extfunc.py::test_os_major_minor . translator/c/test/test_extfunc.py::test_os_fchdir . translator/c/test/test_extfunc.py::TestExtFuncStandalone::()::test_os_nice . translator/c/test/test_refcount.py::TestRefcount::()::test_something . translator/c/test/test_refcount.py::TestRefcount::()::test_something_more . translator/c/test/test_refcount.py::TestRefcount::()::test_call_function . translator/c/test/test_refcount.py::TestRefcount::()::test_multiple_exits . translator/c/test/test_refcount.py::TestRefcount::()::test_cleanup_vars_on_call . translator/c/test/test_refcount.py::TestRefcount::()::test_multiply_passed_var . translator/c/test/test_refcount.py::TestRefcount::()::test_write_barrier . translator/c/test/test_refcount.py::TestRefcount::()::test_del_catches . translator/c/test/test_refcount.py::TestRefcount::()::test_del_raises . translator/c/test/test_refcount.py::TestRefcount::()::test_wrong_order_setitem . translator/c/test/test_rtagged.py::test_tagged_boehm . translator/c/test/test_rtagged.py::test_name_gcref . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_simple . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_simple2 . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_fixedsizearray . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_recursivearray . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_call_with_fixedsizearray . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_more_prebuilt_arrays . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_fnptr_with_fixedsizearray . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_direct_arrayitems . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_structarray_add . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_direct_fieldptr . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_subarrays . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_union . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_sizeof_void_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_primitive . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_integers . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_force_cast . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_array_nolength s translator/c/test/test_lltyped.py::TestLowLevelType::()::test_gcarray_nolength Skipped: GcArrays should never be 'nolength' . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_structarray_nolength . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_zero_raw_malloc . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_zero_raw_malloc_varsize . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_arithmetic_cornercases . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_direct_ptradd_barebone . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_r_singlefloat . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_array_of_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_array_of_array_write . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_nolength_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_nolength_char_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_raw_arrays . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_prebuilt_ll2ctypes_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_ll2ctypes_array_from_c . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_to_void_array . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_llgroup s translator/c/test/test_lltyped.py::TestLowLevelType::()::test_llgroup_size_limit::[0] Skipped: not easy to test groups too big on 64-bit platforms . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_llgroup_size_limit::[1] . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_round_up_for_allocation . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_llarena . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_padding_in_prebuilt_struct . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_render_immortal . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_rstring_to_float . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_raw_array_field . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_raw_array_field_prebuilt . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_const_char_star . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_call_null_funcptr . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_likely_unlikely . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_to_bool_1 . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_to_bool_1_longlong . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_to_bool_2 . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_cast_to_bool_2_longlong . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_extra_item_after_alloc . translator/c/test/test_standalone_print_function.py::TestStandalonePrintFunction::()::test_print_function . translator/c/test/test_support.py::test_gen_simple_assignments::[0] . translator/c/test/test_support.py::test_gen_simple_assignments::[1] . translator/c/test/test_support.py::test_gen_simple_assignments::[2] . translator/c/test/test_support.py::test_gen_simple_assignments::[3] . translator/c/test/test_support.py::test_gen_simple_assignments::[4] . translator/c/test/test_support.py::test_gen_simple_assignments::[5] . translator/c/test/test_support.py::test_gen_simple_assignments::[6] . translator/c/test/test_support.py::test_gen_check::[0] . translator/c/test/test_support.py::test_gen_check::[1] . translator/c/test/test_support.py::test_gen_check::[2] . translator/c/test/test_support.py::test_gen_check::[3] . translator/c/test/test_support.py::test_gen_check::[4] . translator/c/test/test_support.py::test_gen_check::[5] . translator/c/test/test_support.py::test_gen_check::[6] . translator/c/test/test_support.py::test_gen_check::[7] . translator/c/test/test_support.py::test_gen_check::[8] . translator/c/test/test_support.py::test_gen_check::[9] . translator/c/test/test_support.py::test_gen_check::[10] . translator/c/test/test_support.py::test_gen_check::[11] . translator/c/test/test_support.py::test_gen_check::[12] . translator/c/test/test_support.py::test_gen_check::[13] . translator/c/test/test_support.py::test_gen_check::[14] . translator/c/test/test_support.py::test_gen_check::[15] . translator/c/test/test_support.py::test_gen_check::[16] . translator/c/test/test_support.py::test_gen_check::[17] . translator/c/test/test_support.py::test_gen_check::[18] . translator/c/test/test_support.py::test_gen_check::[19] . translator/c/test/test_support.py::test_gen_check::[20] . translator/c/test/test_support.py::test_gen_check::[21] . translator/c/test/test_support.py::test_gen_check::[22] . translator/c/test/test_support.py::test_gen_check::[23] . translator/c/test/test_support.py::test_gen_check::[24] . translator/c/test/test_support.py::test_gen_check::[25] . translator/c/test/test_support.py::test_gen_check::[26] . translator/c/test/test_support.py::test_gen_check::[27] . translator/c/test/test_support.py::test_gen_check::[28] . translator/c/test/test_support.py::test_gen_check::[29] . translator/c/test/test_support.py::test_gen_check::[30] . translator/c/test/test_support.py::test_gen_check::[31] . translator/c/test/test_support.py::test_gen_check::[32] . translator/c/test/test_support.py::test_gen_check::[33] . translator/c/test/test_support.py::test_gen_check::[34] . translator/c/test/test_support.py::test_gen_check::[35] . translator/c/test/test_support.py::test_gen_check::[36] . translator/c/test/test_support.py::test_gen_check::[37] . translator/c/test/test_support.py::test_gen_check::[38] . translator/c/test/test_support.py::test_gen_check::[39] . translator/c/test/test_support.py::test_gen_check::[40] . translator/c/test/test_support.py::test_gen_check::[41] . translator/c/test/test_support.py::test_gen_check::[42] . translator/c/test/test_support.py::test_gen_check::[43] . translator/c/test/test_support.py::test_gen_check::[44] . translator/c/test/test_support.py::test_gen_check::[45] . translator/c/test/test_support.py::test_gen_check::[46] . translator/c/test/test_support.py::test_gen_check::[47] . translator/c/test/test_support.py::test_gen_check::[48] . translator/c/test/test_support.py::test_gen_check::[49] . translator/c/test/test_support.py::test_gen_check::[50] . translator/c/test/test_support.py::test_gen_check::[51] . translator/c/test/test_support.py::test_gen_check::[52] . translator/c/test/test_support.py::test_gen_check::[53] . translator/c/test/test_support.py::test_gen_check::[54] . translator/c/test/test_support.py::test_gen_check::[55] . translator/c/test/test_support.py::test_gen_check::[56] . translator/c/test/test_support.py::test_gen_check::[57] . translator/c/test/test_support.py::test_gen_check::[58] . translator/c/test/test_support.py::test_gen_check::[59] . translator/c/test/test_support.py::test_gen_check::[60] . translator/c/test/test_support.py::test_gen_check::[61] . translator/c/test/test_support.py::test_gen_check::[62] . translator/c/test/test_support.py::test_gen_check::[63] . translator/c/test/test_support.py::test_gen_check::[64] . translator/c/test/test_support.py::test_gen_check::[65] . translator/c/test/test_support.py::test_gen_check::[66] . translator/c/test/test_support.py::test_gen_check::[67] . translator/c/test/test_support.py::test_gen_check::[68] . translator/c/test/test_support.py::test_gen_check::[69] . translator/c/test/test_support.py::test_gen_check::[70] . translator/c/test/test_support.py::test_gen_check::[71] . translator/c/test/test_support.py::test_gen_check::[72] . translator/c/test/test_support.py::test_gen_check::[73] . translator/c/test/test_support.py::test_gen_check::[74] . translator/c/test/test_support.py::test_gen_check::[75] . translator/c/test/test_support.py::test_gen_check::[76] . translator/c/test/test_support.py::test_gen_check::[77] . translator/c/test/test_support.py::test_gen_check::[78] . translator/c/test/test_support.py::test_gen_check::[79] . translator/c/test/test_support.py::test_gen_check::[80] . translator/c/test/test_support.py::test_gen_check::[81] . translator/c/test/test_support.py::test_gen_check::[82] . translator/c/test/test_support.py::test_gen_check::[83] . translator/c/test/test_support.py::test_gen_check::[84] . translator/c/test/test_support.py::test_gen_check::[85] . translator/c/test/test_support.py::test_gen_check::[86] . translator/c/test/test_support.py::test_gen_check::[87] . translator/c/test/test_support.py::test_gen_check::[88] . translator/c/test/test_support.py::test_gen_check::[89] . translator/c/test/test_support.py::test_gen_check::[90] . translator/c/test/test_support.py::test_gen_check::[91] . translator/c/test/test_support.py::test_gen_check::[92] . translator/c/test/test_support.py::test_gen_check::[93] . translator/c/test/test_support.py::test_gen_check::[94] . translator/c/test/test_support.py::test_gen_check::[95] . translator/c/test/test_support.py::test_gen_check::[96] . translator/c/test/test_support.py::test_gen_check::[97] . translator/c/test/test_support.py::test_gen_check::[98] . translator/c/test/test_support.py::test_gen_check::[99] . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_remove_same_as . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test__del__ . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_del_inheritance . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_set_attr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_inheritance2 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_factorial2 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_factorial . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_simple_method . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_sieve_of_eratosthenes . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_nested_whiles . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_call_unpack_56 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_class_defaultattr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_tuple_repr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_classattribute . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_type_conversion . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_do_try_raise_choose . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_is_perfect_number . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_prime . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_mutate_global . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_float_ops . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_memoryerror . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_chr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_unichr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_UNICHR . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_list_indexerror . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_long_long . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_specializing_int_functions . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_downcast_int . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_upcast_int . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_function_ptr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_call_five . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_get_set_del_slice . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_is . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_str_compare . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_str_methods . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_str_join . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_unichr_eq . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_unichr_ne . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_unichr_ord . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_unichr_unichr . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_overflow . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_floordiv_ovf_zer . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_mul_ovf . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_mod_ovf_zer . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_lshift_ovf . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int_unary_ovf . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_float_operations . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_rpbc_bound_method_static_call . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_constant_return_disagreement . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_stringformatting . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int2str . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_float2str . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_uint_arith . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_ord_returns_a_positive . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_hash_preservation . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_hash_string_fnv . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_hash_string_siphash24 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_iterkeys_with_hash_on_prebuilt_dict . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_list_basic_ops . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_range2list . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_range_idx . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_range_step . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_range_iter . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_list_len_is_true . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_recursion_detection . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_infinite_recursion . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_r_dict_exceptions . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_float . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_swap . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_ovfcheck_float_to_int . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_context_manager . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_longlongmask . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int128 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_uint128 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_uint128_constant . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int128_constant . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_bool_2 . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_mulmod . translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_long_float . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_int_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_int_switch_nonsparse . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_int_switch_nonsparse_neg . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_uint_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_longlong_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_ulonglong_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_chr_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_char_may_be_signed . translator/c/test/test_backendoptimized.py::TestTypedOptimizedSwitchTestCase::()::test_unichr_switch . translator/c/test/test_backendoptimized.py::TestTypedOptimizedRaisingOps::()::test_int_floordiv_zer . translator/c/test/test_backendoptimized.py::TestTypedOptimizedRaisingOps::()::test_ovf_op_in_loop . translator/c/test/test_symbolic.py::test_offsetof . translator/c/test/test_symbolic.py::test_offsetof_nogc . translator/c/test/test_symbolic.py::test_sizeof_array_with_no_length . translator/c/test/test_symbolic.py::test_itemoffsetof . translator/c/test/test_symbolic.py::test_itemoffsetof_fixedsizearray . translator/c/test/test_symbolic.py::test_sizeof_constsize_struct . translator/c/test/test_symbolic.py::test_computed_int_symbolic s translator/platform/arch/test/test_s390x.py /Users/runner/work/pypy/pypy/rpython/translator/platform/arch/test/test_s390x.py:7: Skipped: s390x tests only . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_finalizer_order . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_from_objwithfinalizer_to_youngobj . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_empty_collect . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_simple . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_safe_pushpop . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_protect_getfield . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_varsized . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_using_lists . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_static_roots . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_nongc_static_root . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_void_array . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_malloc_failure . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_array_of_void . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_opaque . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_finalizer . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_del_catches . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_del_raises . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_custom_trace . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_custom_light_finalizer . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_weakref . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_prebuilt_weakref . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_prebuilt_dicts_of_all_sizes . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_malloc_raw . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_del_seeing_new_types . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_framework_late_filling_pointers . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_zero_raw_malloc . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_object_alignment . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_void_list . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_open_read_write_seek_close . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_callback_with_collect . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_can_move . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_resizable_buffer . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_hash_preservation . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_hash_overflow . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_hash_varsized . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_arraycopy_writebarrier_int . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_arraycopy_writebarrier_ptr . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_get_rpy_roots . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_get_rpy_referents . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_is_rpy_instance . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_try_cast_gcref_to_instance . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_get_rpy_memory_usage . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_get_rpy_type_index . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_dump_rpy_heap . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_write_typeids_z . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_gcflag_extra . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_check_zero_works . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_long_chain_of_instances . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_many_ids . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_gc_set_max_heap_size . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_string_builder . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_string_builder_over_allocation . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_string_builder_multiple_builds . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_string_builder_multiple_builds_2 . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_nursery_hash_base . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_extra_item_after_alloc . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_rerased s translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_gc_heap_stats Skipped: not implemented . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_nongc_attached_to_gc . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_nongc_opaque_attached_to_gc . translator/c/test/test_newgc.py::TestMiniMarkGC::()::test_limited_memory . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_finalizer_order . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_from_objwithfinalizer_to_youngobj . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_empty_collect . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_simple . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_safe_pushpop . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_protect_getfield . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_varsized . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_using_lists . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_static_roots . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_nongc_static_root . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_void_array . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_malloc_failure . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_array_of_void . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_opaque . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_del_catches . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_del_raises . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_custom_trace . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_custom_light_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_weakref . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_prebuilt_weakref . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_prebuilt_dicts_of_all_sizes . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_malloc_raw . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_del_seeing_new_types . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_framework_late_filling_pointers . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_zero_raw_malloc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_object_alignment . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_void_list . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_open_read_write_seek_close . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_callback_with_collect . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_can_move . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_resizable_buffer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_hash_preservation . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_hash_overflow . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_hash_varsized . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_arraycopy_writebarrier_int . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_arraycopy_writebarrier_ptr . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_get_rpy_roots . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_get_rpy_referents . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_is_rpy_instance . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_try_cast_gcref_to_instance . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_get_rpy_memory_usage . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_get_rpy_type_index . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_dump_rpy_heap . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_write_typeids_z . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_gcflag_extra . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_check_zero_works . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_long_chain_of_instances . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_many_ids . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_string_builder . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_string_builder_over_allocation . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_string_builder_multiple_builds . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_string_builder_multiple_builds_2 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_nursery_hash_base . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_extra_item_after_alloc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_rerased s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_gc_heap_stats Skipped: not implemented . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_nongc_attached_to_gc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_nongc_opaque_attached_to_gc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_limited_memory s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_gc_set_max_heap_size Skipped: incminimark only enforces max_heap_size at major GC completion; on platforms with large nursery the incremental A2 early-exit fires first . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_total_memory_pressure . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_random_pin s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_limited_memory_linux Skipped: linux only . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_ignore_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_enable_disable . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_collect_step . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_total_gc_time s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_increase_root_stack_depth Skipped: linux only . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_finalizer_order . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_from_objwithfinalizer_to_youngobj . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_empty_collect . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_simple . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_safe_pushpop . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_protect_getfield . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_varsized . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_using_lists . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_static_roots . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_nongc_static_root . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_void_array . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_malloc_failure . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_array_of_void . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_opaque . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_finalizer . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_del_catches . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_del_raises . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_custom_trace . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_custom_light_finalizer . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_weakref . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_prebuilt_weakref . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_prebuilt_dicts_of_all_sizes . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_malloc_raw . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_del_seeing_new_types . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_framework_late_filling_pointers . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_zero_raw_malloc . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_object_alignment . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_void_list . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_open_read_write_seek_close . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_callback_with_collect . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_can_move . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_resizable_buffer . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_hash_preservation . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_hash_overflow . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_hash_varsized . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_arraycopy_writebarrier_int . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_arraycopy_writebarrier_ptr . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_get_rpy_roots . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_get_rpy_referents . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_is_rpy_instance . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_try_cast_gcref_to_instance . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_get_rpy_memory_usage . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_get_rpy_type_index . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_dump_rpy_heap . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_write_typeids_z . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_gcflag_extra . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_check_zero_works . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_long_chain_of_instances . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_many_ids . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_gc_set_max_heap_size . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_string_builder . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_string_builder_over_allocation . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_string_builder_multiple_builds . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_string_builder_multiple_builds_2 . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_nursery_hash_base . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_extra_item_after_alloc . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_rerased s translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_gc_heap_stats Skipped: not implemented . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_nongc_attached_to_gc . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_nongc_opaque_attached_to_gc . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_limited_memory . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_tagged . translator/c/test/test_newgc.py::TestMiniMarkGCMostCompact::()::test_erased . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_finalizer_order . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_from_objwithfinalizer_to_youngobj . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_empty_collect . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_simple . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_safe_pushpop . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_protect_getfield . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_varsized . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_using_lists . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_static_roots . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_nongc_static_root . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_void_array . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_malloc_failure . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_array_of_void . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_opaque . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_del_catches . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_del_raises . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_custom_trace . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_custom_light_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_weakref . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_prebuilt_weakref . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_prebuilt_dicts_of_all_sizes . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_malloc_raw . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_del_seeing_new_types . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_framework_late_filling_pointers . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_zero_raw_malloc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_object_alignment . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_void_list . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_open_read_write_seek_close . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_callback_with_collect . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_can_move . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_resizable_buffer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_hash_preservation . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_hash_overflow . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_hash_varsized . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_arraycopy_writebarrier_int . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_arraycopy_writebarrier_ptr . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_get_rpy_roots . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_get_rpy_referents . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_is_rpy_instance . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_try_cast_gcref_to_instance . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_get_rpy_memory_usage . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_get_rpy_type_index . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_dump_rpy_heap . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_write_typeids_z . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_gcflag_extra . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_check_zero_works . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_long_chain_of_instances . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_many_ids . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_string_builder . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_string_builder_over_allocation . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_string_builder_multiple_builds . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_string_builder_multiple_builds_2 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_nursery_hash_base . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_extra_item_after_alloc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_rerased s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_gc_heap_stats Skipped: not implemented . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_nongc_attached_to_gc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_nongc_opaque_attached_to_gc . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_limited_memory s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_gc_set_max_heap_size Skipped: incminimark only enforces max_heap_size at major GC completion; on platforms with large nursery the incremental A2 early-exit fires first . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_total_memory_pressure . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_random_pin s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_limited_memory_linux Skipped: linux only . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_ignore_finalizer . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_enable_disable . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_collect_step . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_total_gc_time s translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_increase_root_stack_depth Skipped: linux only . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_tagged . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_erased s translator/platform/test/test_darwin.py /Users/runner/work/pypy/pypy/rpython/translator/platform/test/test_darwin.py:88: Skipped: i386 not supported any more s translator/platform/test/test_windows.py /Users/runner/work/pypy/pypy/rpython/translator/platform/test/test_windows.py:11: Skipped: Windows only . translator/platform/test/test_makefile.py::test_simple_makefile . translator/platform/test/test_makefile.py::test_redefinition . translator/platform/test/test_makefile.py::TestMakefile::()::test_900_files s translator/platform/test/test_makefile.py::TestMakefile::()::test_precompiled_headers Skipped: Only MSVC profits from precompiled headers . translator/platform/test/test_platform.py::test_compilationerror_repr . translator/platform/test/test_platform.py::TestPlatform::()::test_simple_enough . translator/platform/test/test_platform.py::TestPlatform::()::test_two_files . translator/platform/test/test_platform.py::TestPlatform::()::test_nice_errors . translator/platform/test/test_platform.py::TestPlatform::()::test_use_eci . translator/platform/test/test_platform.py::TestPlatform::()::test_standalone_library . translator/platform/test/test_platform.py::TestPlatform::()::test_environment_inheritance . translator/platform/test/test_platform.py::TestPlatform::()::test_key . translator/platform/test/test_platform.py::test_equality . translator/platform/test/test_platform.py::test_is_host_build . translator/platform/test/test_posix.py::test_echo . translator/platform/test/test_posix.py::TestMakefile::()::test_simple_makefile . translator/platform/test/test_posix.py::TestMakefile::()::test_link_files . translator/platform/test/test_posix.py::TestMakefile::()::test_preprocess_localbase . translator/test/test_driver.py::test_ctr . translator/test/test_driver.py::test_compile_c[windows] . translator/test/test_driver.py::test_compile_c[macOS] . translator/test/test_driver.py::test_compile_c[linux] . translator/test/test_driver.py::test_shutil_copy . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_simple . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_passthrough . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_catches . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_type_checking_catching_does_no_calls . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_bare_except . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_raises . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_no_multiple_transform . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_preserve_can_raise . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_reraise_is_not_raise s translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_needs_keepalive Skipped: test needs a debug build of Python . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_inserting_zeroing_op . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_llexternal . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_get_exception_addr . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_default_error_value . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_llhelper_error_value . translator/test/test_exceptiontransform.py::TestExceptionTransform::()::test_enforce_llhelper_error_value_in_case_of_nested_exception . translator/test/test_interactive.py::test_simple_annotate . translator/test/test_interactive.py::test_simple_rtype . translator/test/test_interactive.py::test_simple_backendopt . translator/test/test_interactive.py::test_simple_source . translator/test/test_interactive.py::test_disable_logic . translator/test/test_interactive.py::test_simple_compile_c . translator/test/test_interactive.py::test_check_that_driver_uses_replace_we_are_jitted . translator/test/test_simplify.py::test_remove_ovfcheck_1 . translator/test/test_simplify.py::test_remove_ovfcheck_bug . translator/test/test_simplify.py::test_remove_ovfcheck_floordiv . translator/test/test_simplify.py::test_remove_ovfcheck_floordiv_2 . translator/test/test_simplify.py::test_remove_direct_call_without_side_effects . translator/test/test_simplify.py::test_dont_remove_external_calls . translator/test/test_simplify.py::test_remove_recursive_call . translator/test/test_simplify.py::test_remove_call_with_indirect_call . translator/test/test_simplify.py::test_dont_remove_if_exception_guarded . translator/test/test_simplify.py::test_remove_identical_variables . translator/test/test_simplify.py::test_get_graph . translator/test/test_simplify.py::test_huge_func . translator/test/test_simplify.py::test_join_blocks_cleans_links . translator/test/test_simplify.py::test_join_blocks_propagates_source_attribution . translator/test/test_simplify.py::test_transform_dead_op_vars_bug . translator/test/test_simplify.py::TestDetectListComprehension::()::test_simple . translator/test/test_simplify.py::TestDetectListComprehension::()::test_with_exc . translator/test/test_simplify.py::TestDetectListComprehension::()::test_canraise_before_iter . translator/test/test_simplify.py::TestDetectListComprehension::()::test_iterate_over_list . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_simple . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_str2list . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_simple_non_exact . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_mutated_after_listcomp . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_two_loops . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_dict . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_list_iterator . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_list_iterator_mutated_after_listcomp . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_dict_iterator . translator/test/test_simplify.py::TestLLSpecializeListComprehension::()::test_iterate_over_constant . translator/test/test_stackcheck.py::test_simple . translator/test/test_stackcheck.py::test_gctransformed . translator/test/test_stackcheck.py::test_fastpath_inlined . translator/test/test_timing.py::test_timing . translator/test/test_translator.py::test_example . translator/test/test_translator.py::test_annotate_blocks_sets_source_func_and_line . translator/test/test_translator.py::test_annotate_blocks_skips_graph_without_func . translator/test/test_translator.py::test_annotate_blocks_skips_function_without_code . translator/test/test_translator.py::test_annotate_blocks_skips_empty_blocks . translator/test/test_translator.py::test_annotate_blocks_skips_negative_offset . translator/test/test_uniquename.py::test_unique . translator/test/test_unsimplify.py::test_split_blocks_simple . translator/test/test_unsimplify.py::test_split_blocks_conditional . translator/test/test_unsimplify.py::test_split_block_exceptions . translator/test/test_unsimplify.py::test_split_block_preserves_source_attribution . translator/test/test_unsimplify.py::test_split_block_no_source_attribution . translator/test/test_unsimplify.py::test_call_initial_function . translator/test/test_unsimplify.py::test_call_final_function . translator/tool/test/test_cbuild.py::TestEci::()::test_merge . translator/tool/test/test_cbuild.py::TestEci::()::test_merge2 . translator/tool/test/test_cbuild.py::TestEci::()::test_convert_sources_to_c_files . translator/tool/test/test_cbuild.py::TestEci::()::test_make_shared_lib . translator/tool/test/test_cbuild.py::TestEci::()::test_from_compiler_flags . translator/tool/test/test_cbuild.py::TestEci::()::test_from_linker_flags s translator/tool/test/test_cbuild.py::TestEci::()::test_from_config_tool Skipped: sdl-config not installed . translator/tool/test/test_cbuild.py::TestEci::()::test_from_missing_config_tool . translator/tool/test/test_cbuild.py::TestEci::()::test_from_pkg_config . translator/tool/test/test_cbuild.py::TestEci::()::test_platforms . translator/tool/test/test_staticsizereport.py::TestStaticSizeReport::()::test_simple . translator/tool/test/test_staticsizereport.py::TestStaticSizeReport::()::test_large_dict . translator/tool/test/test_taskengine.py::test_simple . translator/tool/test/test_taskengine.py::test_execute . translator/tool/test/test_taskengine.py::test_driver . translator/c/test/test_standalone.py::TestStandalone::()::test_hello_world . translator/c/test/test_standalone.py::TestStandalone::()::test_print . translator/c/test/test_standalone.py::TestStandalone::()::test_counters s translator/c/test/test_standalone.py::TestStandalone::()::test_prof_inline Skipped: broken by 5b0e029514d4, but we don't use it any more . translator/c/test/test_standalone.py::TestStandalone::()::test_frexp . translator/c/test/test_standalone.py::TestStandalone::()::test_profopt . translator/c/test/test_standalone.py::TestStandalone::()::test_os_setpgrp . translator/c/test/test_standalone.py::TestStandalone::()::test_profopt_mac_osx_bug . translator/c/test/test_standalone.py::TestStandalone::()::test_standalone_large_files . translator/c/test/test_standalone.py::TestStandalone::()::test_separate_files . translator/c/test/test_standalone.py::TestStandalone::()::test_debug_print_start_stop . translator/c/test/test_standalone.py::TestStandalone::()::test_debug_start_stop_timestamp . translator/c/test/test_standalone.py::TestStandalone::()::test_debug_print_start_stop_nonconst . translator/c/test/test_standalone.py::TestStandalone::()::test_debug_print_fork . translator/c/test/test_standalone.py::TestStandalone::()::test_debug_flush_at_exit . translator/c/test/test_standalone.py::TestStandalone::()::test_fatal_error . translator/c/test/test_standalone.py::TestStandalone::()::test_fatal_error_finally_1 . translator/c/test/test_standalone.py::TestStandalone::()::test_fatal_error_finally_2 s translator/c/test/test_standalone.py::TestStandalone::()::test_fatal_error_finally_3 Skipped: not implemented: a try:finally: in which we raise the *same* exception . translator/c/test/test_standalone.py::TestStandalone::()::test_fatal_error_finally_4 . translator/c/test/test_standalone.py::TestStandalone::()::test_assertion_error_debug . translator/c/test/test_standalone.py::TestStandalone::()::test_assertion_error_nondebug . translator/c/test/test_standalone.py::TestStandalone::()::test_int_lshift_too_large . translator/c/test/test_standalone.py::TestStandalone::()::test_llong_rshift_too_large . translator/c/test/test_standalone.py::TestStandalone::()::test_ll_assert_error_debug s translator/c/test/test_standalone.py::TestStandalone::()::test_ll_assert_error_nondebug Skipped: implement later, maybe: tracebacks even with ll_assert . translator/c/test/test_standalone.py::TestStandalone::()::test_shared1 . translator/c/test/test_standalone.py::TestStandalone::()::test_shared2 . translator/c/test/test_standalone.py::TestStandalone::()::test_gcc_options . translator/c/test/test_standalone.py::TestStandalone::()::test_inhibit_tail_call . translator/c/test/test_standalone.py::TestStandalone::()::test_set_length_fraction . translator/c/test/test_standalone.py::TestStandalone::()::test_set_length_fraction_clamped_to_os_stack . translator/c/test/test_standalone.py::TestStandalone::()::test_stack_criticalcode . translator/c/test/test_standalone.py::TestStandalone::()::test_llhelper_stored_in_struct . translator/c/test/test_standalone.py::TestStandalone::()::test_unicode_builder . translator/c/test/test_standalone.py::TestStandalone::()::test_call_at_startup s translator/c/test/test_standalone.py::TestStandalone::()::test_gcc_precompiled_header Skipped: gcc only . translator/c/test/test_standalone.py::TestStandalone::()::test_field_access_stats . translator/c/test/test_standalone.py::TestThread::()::test_stack_size . translator/c/test/test_standalone.py::TestThread::()::test_thread_and_gc . translator/c/test/test_standalone.py::TestThread::()::test_gc_with_fork_without_threads . translator/c/test/test_standalone.py::TestThread::()::test_thread_and_gc_with_fork s translator/c/test/test_standalone.py::TestShared::()::test_entrypoint Skipped: crashes the interpreter with uninitialized threads . translator/sandbox/test/test_sandbox.py::test_open_dup . translator/sandbox/test/test_sandbox.py::test_open_dup_rposix . translator/sandbox/test/test_sandbox.py::test_read_write . translator/sandbox/test/test_sandbox.py::test_dup2_access . translator/sandbox/test/test_sandbox.py::test_stat_ftruncate . translator/sandbox/test/test_sandbox.py::test_time . translator/sandbox/test/test_sandbox.py::test_getcwd . translator/sandbox/test/test_sandbox.py::test_oserror . translator/sandbox/test/test_sandbox.py::test_hybrid_gc . translator/sandbox/test/test_sandbox.py::test_segfault_1 s translator/sandbox/test/test_sandbox.py::test_segfault_2 Skipped: hum, this is one example, but we need to be very careful . translator/sandbox/test/test_sandbox.py::test_safe_alloc s translator/sandbox/test/test_sandbox.py::test_unsafe_mmap Skipped: Since this stuff is unimplemented, it won't work anyway however, the day it starts working, it should pass test . translator/sandbox/test/test_sandbox.py::test_environ_items . translator/sandbox/test/test_sandbox.py::TestPrintedResults::()::test_safefuncs . translator/sandbox/test/test_sandbox.py::TestPrintedResults::()::test_safefuncs_exception . translator/sandbox/test/test_sandbox.py::TestPrintedResults::()::test_os_path_safe . translator/sandbox/test/test_sandlib.py::test_lib s translator/sandbox/test/test_sandlib.py::test_foobar Skipped: to be updated . translator/sandbox/test/test_sandlib.py::test_simpleio F translator/sandbox/test/test_sandlib.py::test_socketio def test_socketio(): class SocketProc(VirtualizedSocketProc, SimpleIOSandboxedProc): def build_virtual_root(self): pass def entry_point(argv): fd = os.open("tcp://python.org:80", os.O_RDONLY, 0777) os.write(fd, 'GET /\n') print os.read(fd, 50) return 0 exe = compile(entry_point) proc = SocketProc([exe]) > output, error = proc.communicate("") translator/sandbox/test/test_sandlib.py:116: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ translator/sandbox/sandlib.py:307: in communicate self.handle_forever() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def handle_forever(self): returncode = self.handle_until_return() if returncode != 0: raise OSError("the sandboxed subprocess exited with code %d" % ( > returncode,)) E OSError: the sandboxed subprocess exited with code -6 translator/sandbox/sandlib.py:220: OSError ---------- Captured stdout call ---------- in get_rpath_flags, rel_libdirs is not fixed up ['/usr/local/lib'] ---------- Captured stderr call ---------- [flowgraph] (rpython.translator.sandbox.test.test_sandlib:108)entry_point [translation:info] Annotating&simplifying... [translation:info] with policy: rpython.annotator.policy.AnnotatorPolicy [flowgraph] (rpython.rlib.rposix:461)open [flowgraph] (rpython.rlib.rposix:385)_as_bytes0 [flowgraph] (rpython.rlib.rposix:371)_as_bytes [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)open [flowgraph] (rpython.rtyper.lltypesystem.rffi:926)get_nonmovingbuffer_ll_final_null [flowgraph] (rpython.rtyper.lltypesystem.rffi:873)get_nonmovingbuffer_ll [flowgraph] (rpython.rlib.objectmodel:315)we_are_translated_to_c [flowgraph] (rpython.rtyper.lltypesystem.rstr:116)copy_string_to_raw [flowgraph] (rpython.rtyper.lltypesystem.rstr:63)_get_raw_buf [flowgraph] (rpython.rtyper.lltypesystem.rstr:57)_str_ofs [flowgraph] (rpython.rtyper.lltypesystem.llmemory:411)sizeof [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_open [flowgraph] (rpython.rlib.rgil:160)release [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rthread:349)getraw [flowgraph] (rpython.rlib.rthread:349)getraw [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rgil:171)acquire [flowgraph] (rpython.rlib.rthread:282)gc_thread_run [flowgraph] (rpython.rtyper.lltypesystem.rffi:937)free_nonmovingbuffer_ll [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.rlib.rarithmetic:139)widen [flowgraph] (rpython.rlib.rposix:113)get_saved_errno [flowgraph] (rpython.rlib.rposix:500)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1427)scoped_nonmovingbuffer.__init__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1431)scoped_nonmovingbuffer.__enter__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1433)scoped_nonmovingbuffer.__exit__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_write [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.rlib.rposix:490)read [flowgraph] (rpython.rtyper.lltypesystem.rffi:1469)scoped_alloc_buffer.__init__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1471)scoped_alloc_buffer.__enter__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:953)alloc_buffer [flowgraph] (?:2)mallocstr [flowgraph] (rpython.rtyper.lltypesystem.rstr:36)mallocstr [flowgraph] (rpython.rtyper.lltypesystem.rffi:1474)scoped_alloc_buffer.__exit__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1008)keep_buffer_alive_until_here [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)read [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_read [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.rtyper.lltypesystem.rffi:1476)scoped_alloc_buffer.str [flowgraph] (?:2)str_from_buffer [flowgraph] (rpython.rtyper.lltypesystem.rffi:988)str_from_buffer [flowgraph] (rpython.rtyper.lltypesystem.rstr:145)copy_raw_to_string [flowgraph] (rpython.flowspace.specialcase:76)rpython_print_item [flowgraph] (rpython.flowspace.specialcase:95)rpython_print_newline [flowgraph] (rpython.flowspace.specialcase:85)rpython_print_end [flowgraph] (?:1)memo_offsetof_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__should_widen_type_0 [flowgraph] (?:1)memo__isfunctype_0 [translation:info] RTyping... [flowgraph] (rpython.rtyper.rclass:1170)ll_runtime_type_info [flowgraph] (rpython.translator.sandbox.rsandbox:157)sandboxed_ll_os.ll_os_open [flowgraph] (rpython.translator.sandbox.rsandbox:157)sandboxed_ll_os.ll_os_write [flowgraph] (rpython.translator.sandbox.rsandbox:157)sandboxed_ll_os.ll_os_read [flowgraph] (rpython.rtyper.rstr:426)ll_str [flowgraph] (?:1)memo_ll_constant_0 [flowgraph] (rpython.rtyper.lltypesystem.rstr:350)ll_strlen [flowgraph] (?:11)ll_join_strs_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rstr:785) [flowgraph] (rpython.rlib.jit:294)loop_unrolling_heuristic [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rstr:783)ll_join_strs [flowgraph] (rpython.rtyper.lltypesystem.llmemory:1037)cast_any_ptr [flowgraph] (rpython.rtyper.lltypesystem.rstr:78)copy_string_contents [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (?:2)ll_join_strs_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rstr:783)ll_join_strs [rtyper] specializing: 100 / 330 blocks (30%) [rtyper] specializing: 200 / 330 blocks (60%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1293)ll_striter [flowgraph] (rpython.rtyper.lltypesystem.rstr:1306)ll_strnext [flowgraph] (rpython.rtyper.rlist:590)ll_append [flowgraph] (rpython.rtyper.lltypesystem.rlist:365)ll_length [flowgraph] (rpython.rtyper.lltypesystem.rlist:280)_ll_list_resize_ge [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [flowgraph] (?:11)_ll_list_resize_hint_really_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rlist:198) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (rpython.rtyper.lltypesystem.rlist:351)_ll_new_empty_item_array [flowgraph] (?:2)ll_arraycopy [flowgraph] (rpython.rlib.rgc:362)ll_arraycopy [flowgraph] (rpython.rlib.rgc:342)copy_item [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (?:2)_ll_list_resize_hint_really_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:369)ll_items [flowgraph] (?:1)memo__ll_prebuilt_empty_array_0 [flowgraph] (?:1)memo__contains_gcptr_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:11)ll_join_chars_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rstr:821) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rstr:820)ll_join_chars [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (?:2)ll_join_chars_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rstr:820)ll_join_chars [flowgraph] (?:11)ll_listdelslice_startonly_look_inside_iff [flowgraph] (rpython.rtyper.rlist:914) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:914)ll_listdelslice_startonly [flowgraph] (rpython.rtyper.rlist:541)ll_null_item [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (rpython.rtyper.lltypesystem.rlist:295)_ll_list_resize_le [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (?:2)ll_listdelslice_startonly_trampoline [flowgraph] (rpython.rtyper.rlist:914)ll_listdelslice_startonly [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [flowgraph] (rpython.translator.sandbox.rsandbox:157)sandboxed_ll_os.ll_os_write [rtyper] specializing: 300 / 482 blocks (62%) [rtyper] specializing: 400 / 482 blocks (82%) [rtyper] -=- specialized 482 blocks -=- [flowgraph] (rpython.rlib.rmarshal:223)dump_string_or_none [flowgraph] (rpython.rlib.rmarshal:129)dump_none [flowgraph] (rpython.rlib.rmarshal:119)w_long [flowgraph] (rpython.rlib.rmarshal:473)dump_tuple [flowgraph] (rpython.rlib.rmarshal:473)dump_tuple [flowgraph] (rpython.rlib.rmarshal:473)dump_tuple [flowgraph] (rpython.rlib.rmarshal:157)dump_int [flowgraph] (rpython.rlib.rmarshal:184)dump_longlong [flowgraph] (rpython.translator.sandbox.rsandbox:72)sandboxed_io [flowgraph] (rpython.rtyper.lltypesystem.lltype:2296)scoped_alloc [flowgraph] (rpython.rtyper.lltypesystem.lltype:2280)ScopedAlloc_Array of Char {'nolength': True} .__init__ [flowgraph] (rpython.rtyper.lltypesystem.lltype:2286)ScopedAlloc_Array of Char {'nolength': True} .__enter__ [flowgraph] (rpython.translator.sandbox.rsandbox:40)writeall_not_sandboxed [flowgraph] (rpython.rtyper.lltypesystem.lltype:2289)ScopedAlloc_Array of Char {'nolength': True} .__exit__ [flowgraph] (rpython.translator.sandbox.rsandbox:55)FdLoader.__init__ [flowgraph] (rpython.rlib.rmarshal:173)load_int [flowgraph] (rpython.rlib.rmarshal:312)readchr [flowgraph] (rpython.rlib.rmarshal:284)Loader.__init__ [flowgraph] (rpython.translator.sandbox.rsandbox:60)FdLoader.need_more_data [flowgraph] (rpython.rlib.rmarshal:325)readlong [flowgraph] (rpython.translator.sandbox.rsandbox:90)reraise_error [flowgraph] (rpython.rlib.rmarshal:266)load_string_or_none [flowgraph] (rpython.rlib.rmarshal:166)load_int_nonneg [flowgraph] (rpython.rlib.rmarshal:298)readstr [flowgraph] (rpython.rlib.rmarshal:288)Loader.check_finished [flowgraph] (?:1)memo__make_scoped_allocator_0 [flowgraph] (rpython.rtyper.lltypesystem.rlist:357)ll_newemptylist [flowgraph] (rpython.rtyper.rlist:794)ll_extend_with_str [flowgraph] (rpython.rtyper.rlist:797)ll_extend_with_str_slice_startonly [flowgraph] (rpython.rtyper.lltypesystem.rstr:354)ll_stritem_nonneg [flowgraph] (rpython.rtyper.rlist:549)listItemType [rtyper] specializing: 500 / 645 blocks (77%) [flowgraph] (rpython.rtyper.rlist:574)ll_len [flowgraph] (rpython.rtyper.lltypesystem.rrange:70)ll_newrange [flowgraph] (rpython.rtyper.lltypesystem.rrange:91)ll_rangeiter [flowgraph] (rpython.rtyper.rrange:172)ll_rangenext_up [flowgraph] (rpython.rtyper.rlist:690)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:719)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:372)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rstr:425)ll_strconcat [flowgraph] (rpython.rtyper.lltypesystem.rstr:416)ll_length [rtyper] specializing: 600 / 673 blocks (89%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:860)ll_stringslice_startstop [flowgraph] (rpython.rtyper.lltypesystem.rstr:840)_ll_stringslice [flowgraph] (?:1)memo_emptystrfun_0 [rtyper] -=- specialized 208 more blocks -=- [flowgraph] (rpython.rtyper.rclass:1133)ll_issubclass [flowgraph] (rpython.rtyper.rclass:1130)ll_type [rtyper] -=- specialized 4 more blocks -=- [translation:info] lltype back-end optimisations... [backendopt:removecasts] removed 1 cast_pointers in _get_raw_buf__rpy_string [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__open [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__write [backendopt:removecasts] removed 3 cast_pointers in read [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__read [backendopt:removecasts] removed 1 cast_pointers in str_from_buffer [backendopt:removecasts] removed 1 cast_pointers in copy_raw_to_string [backendopt:removecasts] removed 1 cast_pointers in ll_join_strs__v58394___simple_call__function [backendopt:removecasts] removed 1 cast_pointers in copy_string_contents__rpy_stringPtr_rpy_stringPtr_Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_join_strs__v58397___simple_call__function [backendopt:removecasts] removed 1 cast_pointers in ll_strnext__stringiterPtr [backendopt:removecasts] removed 2 cast_pointers in writeall_not_sandboxed [backendopt:removecasts] removed 1 cast_pointers in load_int [backendopt:removecasts] removed 4 cast_pointers in FdLoader.need_more_data [backendopt:removecasts] removed 12 cast_pointers in reraise_error [backendopt:removecasts] removed 1 cast_pointers in load_string_or_none [backendopt:removecasts] removed 1 cast_pointers in load_int_nonneg [backendopt:removecasts] removed 2 cast_pointers in readstr [backendopt:removecasts] removed 1 cast_pointers in Loader.check_finished [backendopt:removecasts] removed 2 cast_pointers in ll_extend_with_str_slice_startonly__listPtr_rpy_stringPtr_ll_strlenConst_ll_stritem_nonnegConst_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_rangenext_up__rangePtr_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_getitem_nonneg__dum_checkidxConst_ll_getitem_fastConst_listPtr_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_stringslice__rpy_stringPtr_Signed_Signed [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__enter__ [backendopt:inlining] 0.00 write__Signed_arrayPtr_Signed_star_3 [backendopt:inlining] 0.00 __exit____star_3 [backendopt:inlining] 0.00 copy_string_contents__rpy_stringPtr_rpy_stringPtr_Signed_Signed_Signed [backendopt:inlining] 0.00 _get_raw_buf__rpy_string [backendopt:inlining] 0.00 cast_any_ptr__Ptr_GcStruct_rpy_stringLlT_rpy_stringPtr [backendopt:inlining] 0.00 open__SomeString_Signed_Signed_star_3 [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 _as_bytes__str [backendopt:inlining] 0.00 alloc_buffer [backendopt:inlining] 0.00 read__Signed_arrayPtr_Signed_star_3 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 widen__int [backendopt:inlining] 0.00 _as_bytes0__str [backendopt:inlining] 0.00 copy_string_to_raw [backendopt:inlining] 0.00 get_nonmovingbuffer_ll [backendopt:inlining] 0.00 gc_thread_run [backendopt:inlining] 0.00 copy_raw_to_string [backendopt:inlining] 0.00 memo_ll_constant_0 [backendopt:inlining] 0.00 isconstant__v58393___simple_call__function [backendopt:inlining] 0.00 isvirtual__v58395___simple_call__function [backendopt:inlining] 0.00 isconstant__v58399___simple_call__function [backendopt:inlining] 0.00 isconstant__v58400___simple_call__function [backendopt:inlining] 0.00 conditional_call__v58401___simple_call__function_star_3 [backendopt:inlining] 0.00 isconstant__v58404___simple_call__function [backendopt:inlining] 0.00 isconstant__v58406___simple_call__function [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 isconstant__v58410___simple_call__function [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__init__ [backendopt:inlining] 0.00 isvirtual__v58412___simple_call__function [backendopt:inlining] 0.00 isconstant__v58416___simple_call__function [backendopt:inlining] 0.00 isvirtual__v58418___simple_call__function [backendopt:inlining] 0.00 isconstant__v58420___simple_call__function [backendopt:inlining] 0.00 isconstant__v58423___simple_call__function [backendopt:inlining] 0.00 conditional_call__v58424___simple_call__function_star_3 [backendopt:inlining] 0.00 ll_getitem_nonneg__dum_checkidxConst_ll_getitem_fastConst_listPtr_Signed [backendopt:inlining] 0.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 0.00 memo_emptystrfun_0 [backendopt:inlining] 2.00 ll_strlen__rpy_stringPtr [backendopt:inlining] 2.00 ll_length__listPtr [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ScopedAlloc_Array of Char {'nolength': True} .__enter__ [backendopt:inlining] 2.00 scoped_alloc_buffer.__init__ [backendopt:inlining] 2.00 ll_length__rpy_stringPtr [backendopt:inlining] 4.00 __exit____star_3 [backendopt:inlining] 4.00 ll_stritem_nonneg__rpy_stringPtr_Signed [backendopt:inlining] 4.00 copy_item__arrayPtr_arrayPtr_Signed_Signed [backendopt:inlining] 4.00 ScopedAlloc_Array of Char {'nolength': True} .__init__ [backendopt:inlining] 4.00 Loader.__init__ [backendopt:inlining] 5.00 release [backendopt:inlining] 6.00 _str_ofs__rpy_string [backendopt:inlining] 7.00 mallocstr [backendopt:inlining] 4.00 get_saved_errno [backendopt:inlining] 7.00 dump_int [backendopt:inlining] 7.00 rpython_print_newline [backendopt:inlining] 7.00 ll_listdelslice_startonly_look_inside_iff__listPtr_Signed [backendopt:inlining] 7.00 dump_none [backendopt:inlining] 2.00 ll_len__listPtr [backendopt:inlining] 7.50 mallocstr [backendopt:inlining] 8.00 ll_newemptylist__GcStruct_listLlT [backendopt:inlining] 8.00 ll_newrange__Ptr_GcStruct_rangeLlT_Signed_Signed [backendopt:inlining] 9.00 _ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool [backendopt:inlining] 9.00 ll_join_strs_look_inside_iff__Signed_arrayPtr_Ptr_GcStruct_rpy_stringLlT [backendopt:inlining] 9.00 ll_join_chars_look_inside_iff__Signed_arrayPtr_Ptr_GcStruct_rpy_stringLlT [backendopt:inlining] 4.00 ll_str__StringR_Ptr_GcStruct_rpy_strin_rpy_stringPtr [backendopt:inlining] 7.00 acquire [backendopt:inlining] 6.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 6.00 ll_setitem_fast__listPtr_Signed_Char [backendopt:inlining] 11.00 str_from_buffer [backendopt:inlining] 8.00 FdLoader.__init__ [backendopt:inlining] 11.00 ll_extend_with_str__listPtr_rpy_stringPtr_ll_strlenConst_ll_stritem_nonnegConst [backendopt:inlining] 12.00 ll_striter__rpy_stringPtr [backendopt:inlining] 12.00 ll_rangeiter__Ptr_GcStruct_rangeLlT_rangePtr [backendopt:inlining] 12.50 ll_rangenext_up__rangePtr_Signed [backendopt:inlining] 10.00 scoped_alloc__array_False [backendopt:inlining] 13.00 free_nonmovingbuffer_ll [backendopt:inlining] 13.00 keep_buffer_alive_until_here [backendopt:inlining] 9.00 ll_listdelslice_startonly__v58417___simple_call__function [backendopt:inlining] 9.00 ll_listdelslice_startonly__v58422___simple_call__function [backendopt:inlining] 14.00 load_int_nonneg [backendopt:inlining] 15.50 ll_strnext__stringiterPtr [backendopt:inlining] 4.00 loop_unrolling_heuristic__v58392___simple_call__function [backendopt:inlining] 13.00 Loader.check_finished [backendopt:inlining] 18.12 ll_stringslice_startstop__rpy_stringPtr_Signed_Signed [backendopt:inlining] 19.00 scoped_alloc_buffer.str [backendopt:inlining] 19.00 __exit____star_3 [backendopt:inlining] 23.00 dump_longlong [backendopt:inlining] 17.00 ll_append__listPtr_Char [backendopt:inlining] 19.25 _errno_after__v58386___simple_call__function [backendopt:inlining] 19.25 _errno_after__v58388___simple_call__function [backendopt:inlining] 19.25 _errno_after__v58390___simple_call__function [backendopt:inlining] 26.16 ll_join_chars__v58411___simple_call__function [backendopt:inlining] 26.16 ll_join_chars__v58414___simple_call__function [backendopt:inlining] 27.00 load_string_or_none [backendopt:inlining] 27.50 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 31.87 _errno_before__v58385___simple_call__function [backendopt:inlining] 31.87 _errno_before__v58387___simple_call__function [backendopt:inlining] 31.87 _errno_before__v58389___simple_call__function [backendopt:inlining] 31.75 handle_posix_error__open [backendopt:inlining] 31.75 handle_posix_error__write [backendopt:inlining] 31.75 handle_posix_error__read [backendopt:inlining] inlined 279 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] 10 simple mallocs removed in 'open__str' [backendopt:malloc] 10 simple mallocs removed in 'open__SomeString_Signed_Signed_star_3' [backendopt:malloc] 3 simple mallocs removed in 'write' [backendopt:malloc] 2 simple mallocs removed in 'scoped_nonmovingbuffer.__init__' [backendopt:malloc] 7 simple mallocs removed in 'write__Signed_arrayPtr_Signed_star_3' [backendopt:malloc] 2 simple mallocs removed in 'scoped_alloc_buffer.__enter__' [backendopt:malloc] 7 simple mallocs removed in 'read__Signed_arrayPtr_Signed_star_3' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_item' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_end' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_ge__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v58401___simple_call__function_star_3' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_le__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v58424___simple_call__function_star_3' [backendopt:malloc] 3 simple mallocs removed in 'sandboxed_io' [backendopt:malloc] 3 simple mallocs removed in 'FdLoader.need_more_data' [backendopt:malloc] removed 53 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [backendopt] merging blocks in sandboxed_ll_os.ll_os_read__star_2 [backendopt] merging blocks in load_int [backendopt] merging blocks in reraise_error [backendopt] merging blocks in load_string_or_none [translation:info] inserting stack checks... [flowgraph] (rpython.rlib.rstack:42)stack_check [flowgraph] (rpython.rlib.rstack:67)stack_check_slowpath [rtyper] specializing: 700 / 702 blocks (99%) [rtyper] -=- specialized 8 more blocks -=- [translation:info] inserted 0 stack checks. [translation:info] Creating database for generating c source... [flowgraph] (rpython.translator.exceptiontransform:100)rpyexc_occurred [flowgraph] (rpython.translator.exceptiontransform:104)rpyexc_fetch_type [flowgraph] (rpython.translator.exceptiontransform:107)rpyexc_fetch_value [flowgraph] (rpython.translator.exceptiontransform:110)rpyexc_clear [flowgraph] (rpython.translator.exceptiontransform:114)rpyexc_raise [flowgraph] (rpython.translator.exceptiontransform:128)rpyexc_reraise [flowgraph] (rpython.translator.exceptiontransform:133)rpyexc_fetch_exception [flowgraph] (rpython.translator.exceptiontransform:138)rpyexc_restore_exception [flowgraph] (rpython.translator.exceptiontransform:539)rpyexc_get_exception_addr [flowgraph] (rpython.translator.exceptiontransform:543)rpyexc_get_exc_value_addr [flowgraph] (rpython.rtyper.rclass:1173)ll_inst_type [rtyper] -=- specialized 25 more blocks -=- [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:454)_ll_malloc_fixedsize_zero [flowgraph] (rpython.memory.gctransform.transform:470)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.transform:493)_ll_malloc_varsize_no_length_zero [flowgraph] (rpython.memory.gctransform.refcounting:34)ll_incref [flowgraph] (rpython.memory.gctransform.refcounting:38)ll_decref [flowgraph] (rpython.memory.gctransform.refcounting:45)ll_decref_simple [flowgraph] (rpython.memory.gctransform.refcounting:53)ll_no_pointer_dealloc [flowgraph] (rpython.memory.gctransform.refcounting:58)ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.refcounting:64)ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.refcounting:78)ll_identityhash [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:461)_ll_compute_size [rtyper] -=- specialized 60 more blocks -=- [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize_zero__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_varsize_no_length_zero__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_compute_size__Signed_Signed_Signed [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] 0.00 _ll_compute_size__Signed_Signed_Signed [backendopt:inlining] 9.00 _ll_malloc_fixedsize__Signed [backendopt:inlining] 16.50 _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:inlining] 20.75 ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:inlining] inlined 6 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 0 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [flowgraph] (rpython.translator.c.genc:261)entrypoint_wrapper [flowgraph] (rpython.rtyper.lltypesystem.rffi:854)charp2str [flowgraph] (rpython.rtyper.lltypesystem.rffi:1030)charpsize2str [flowgraph] (rpython.rtyper.rlist:487)ll_alloc_and_set [flowgraph] (rpython.rlib.rarithmetic:741)int_force_ge_zero [flowgraph] (rpython.rtyper.rlist:510)_ll_alloc_and_set_jit [flowgraph] (rpython.rtyper.rlist:472)_ll_zero_or_null [flowgraph] (rpython.rtyper.rlist:494)_ll_alloc_and_set_nojit [flowgraph] (rpython.rtyper.lltypesystem.rlist:324)ll_newlist [flowgraph] (rpython.rtyper.rlist:522)_ll_alloc_and_clear [flowgraph] (rpython.rtyper.lltypesystem.rlist:369)ll_items [flowgraph] (?:11)_ll_alloc_and_set_nonnull_look_inside_iff [flowgraph] (rpython.rtyper.rlist:530) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rlib.rgc:538)ll_arrayfill [flowgraph] (rpython.rlib.rgc:508)ll_arrayclear [flowgraph] (rpython.rtyper.lltypesystem.llmemory:411)sizeof [flowgraph] (?:2)_ll_alloc_and_set_nonnull_trampoline [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (rpython.rtyper.rlist:728)ll_setitem_nonneg [rtyper] specializing: 800 / 871 blocks (91%) [rtyper] -=- specialized 84 more blocks -=- [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (rpython.memory.gctransform.refcounting:264)ll_dealloc [rtyper] -=- specialized 0 more blocks -=- [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [flowgraph] (?:1)ll_deallocator [rtyper] -=- specialized 23 more blocks -=- [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] 4.00 ll_runtime_type_info__objectPtr [backendopt:inlining] inlined 1 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 0 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [backendopt:malloc] removed 0 simple mallocs in total [c:database] GC transformer: finished helpers [c:database] GC transformer: finished tables [c:database] Inlining GC helpers and postprocessing [c] 319 nodes [ array: 29 func: 79 refcnt rtti: 18 struct: 193 ] [c:database] Completed [translation:info] database for generating C source was created [translation:info] Generating c source... [c:writing] structdef.h [c:writing] forwarddecl.h [c:writing] preimpl.h [c:writing] data_rpython_flowspace.c [c:writing] data_rpython_memory_gctransform.c [c:writing] data_rpython_rlib.c [c:writing] data_rpython_translator_c.c [c:writing] data_rpython_translator_sandbox.c [c:writing] data_rpython_translator_sandbox_test.c [c:writing] nonfuncnodes.c [c:writing] data_rpython_translator_sandbox_1.c [c:writing] implement.c [c:writing] rpython_flowspace.c [c:writing] rpython_memory_gctransform.c [c:writing] rpython_rlib.c [c:writing] rpython_rtyper.c [c:writing] rpython_rtyper_lltypesystem.c [c:writing] rpython_translator.c [c:writing] rpython_translator_c.c [c:writing] rpython_translator_sandbox.c [c:computedgoto] pypy_g_reraise_error: 8 cases [c:writing] rpython_translator_sandbox_test.c [translation:info] written: /var/folders/8j/3c4g2vh16vgc8j40cj25qfqh0000gn/T/usession-pypy-HEAD-21/testing_18/testing_18.c [translation:info] Compiling c source... [platform:execute] make in /var/folders/8j/3c4g2vh16vgc8j40cj25qfqh0000gn/T/usession-pypy-HEAD-21/testing_18 [translation:info] created: /var/folders/8j/3c4g2vh16vgc8j40cj25qfqh0000gn/T/usession-pypy-HEAD-21/testing_18/testing_18 [translation:info] usession directory: /var/folders/8j/3c4g2vh16vgc8j40cj25qfqh0000gn/T/usession-pypy-HEAD-21 RPython traceback: File "implement.c", line 501, in ll_deallocator__Address_3 File "rpython_translator_sandbox_test.c", line 44, in entry_point File "rpython_translator_sandbox.c", line 570, in sandboxed_ll_os_ll_os_open__star_3 File "rpython_translator_sandbox.c", line 2696, in sandboxed_io File "rpython_translator_sandbox.c", line 4269, in reraise_error Fatal RPython error: IOError . translator/sandbox/test/test_sandlib.py::test_oserror . translator/sandbox/test/test_sandlib.py::test_too_many_opens . translator/sandbox/test/test_sandlib.py::test_fstat . translator/sandbox/test/test_sandlib.py::test_lseek . translator/sandbox/test/test_sandlib.py::test_getuid . translator/sandbox/test/test_vfs.py::test_dir . translator/sandbox/test/test_vfs.py::test_file . translator/sandbox/test/test_vfs.py::test_realdir_realfile . translator/sandbox/test/test_vfs.py::test_realdir_exclude (somefailed=True in translator/sandbox/test) . translator/c/test/test_typed.py::TestTypedTestCase::()::test_set_attr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_inheritance2 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_factorial2 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_factorial . translator/c/test/test_typed.py::TestTypedTestCase::()::test_simple_method . translator/c/test/test_typed.py::TestTypedTestCase::()::test_sieve_of_eratosthenes . translator/c/test/test_typed.py::TestTypedTestCase::()::test_nested_whiles . translator/c/test/test_typed.py::TestTypedTestCase::()::test_call_unpack_56 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_class_defaultattr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_tuple_repr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_classattribute . translator/c/test/test_typed.py::TestTypedTestCase::()::test_type_conversion . translator/c/test/test_typed.py::TestTypedTestCase::()::test_do_try_raise_choose . translator/c/test/test_typed.py::TestTypedTestCase::()::test_is_perfect_number . translator/c/test/test_typed.py::TestTypedTestCase::()::test_prime . translator/c/test/test_typed.py::TestTypedTestCase::()::test_mutate_global . translator/c/test/test_typed.py::TestTypedTestCase::()::test_float_ops . translator/c/test/test_typed.py::TestTypedTestCase::()::test_memoryerror . translator/c/test/test_typed.py::TestTypedTestCase::()::test_chr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_unichr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_UNICHR . translator/c/test/test_typed.py::TestTypedTestCase::()::test_list_indexerror . translator/c/test/test_typed.py::TestTypedTestCase::()::test_long_long . translator/c/test/test_typed.py::TestTypedTestCase::()::test_specializing_int_functions . translator/c/test/test_typed.py::TestTypedTestCase::()::test_downcast_int . translator/c/test/test_typed.py::TestTypedTestCase::()::test_upcast_int . translator/c/test/test_typed.py::TestTypedTestCase::()::test_function_ptr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_call_five . translator/c/test/test_typed.py::TestTypedTestCase::()::test_get_set_del_slice . translator/c/test/test_typed.py::TestTypedTestCase::()::test_is . translator/c/test/test_typed.py::TestTypedTestCase::()::test_str_compare . translator/c/test/test_typed.py::TestTypedTestCase::()::test_str_methods . translator/c/test/test_typed.py::TestTypedTestCase::()::test_str_join . translator/c/test/test_typed.py::TestTypedTestCase::()::test_unichr_eq . translator/c/test/test_typed.py::TestTypedTestCase::()::test_unichr_ne . translator/c/test/test_typed.py::TestTypedTestCase::()::test_unichr_ord . translator/c/test/test_typed.py::TestTypedTestCase::()::test_unichr_unichr . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_overflow . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_floordiv_ovf_zer . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_mul_ovf . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_mod_ovf_zer . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_lshift_ovf . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int_unary_ovf . translator/c/test/test_typed.py::TestTypedTestCase::()::test_float_operations . translator/c/test/test_typed.py::TestTypedTestCase::()::test_rpbc_bound_method_static_call . translator/c/test/test_typed.py::TestTypedTestCase::()::test_constant_return_disagreement . translator/c/test/test_typed.py::TestTypedTestCase::()::test_stringformatting . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int2str . translator/c/test/test_typed.py::TestTypedTestCase::()::test_float2str . translator/c/test/test_typed.py::TestTypedTestCase::()::test_uint_arith . translator/c/test/test_typed.py::TestTypedTestCase::()::test_ord_returns_a_positive . translator/c/test/test_typed.py::TestTypedTestCase::()::test_hash_preservation . translator/c/test/test_typed.py::TestTypedTestCase::()::test_hash_string_fnv . translator/c/test/test_typed.py::TestTypedTestCase::()::test_hash_string_siphash24 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_iterkeys_with_hash_on_prebuilt_dict . translator/c/test/test_typed.py::TestTypedTestCase::()::test_list_basic_ops . translator/c/test/test_typed.py::TestTypedTestCase::()::test_range2list . translator/c/test/test_typed.py::TestTypedTestCase::()::test_range_idx . translator/c/test/test_typed.py::TestTypedTestCase::()::test_range_step . translator/c/test/test_typed.py::TestTypedTestCase::()::test_range_iter . translator/c/test/test_typed.py::TestTypedTestCase::()::test_list_len_is_true . translator/c/test/test_typed.py::TestTypedTestCase::()::test_recursion_detection . translator/c/test/test_typed.py::TestTypedTestCase::()::test_infinite_recursion . translator/c/test/test_typed.py::TestTypedTestCase::()::test_r_dict_exceptions . translator/c/test/test_typed.py::TestTypedTestCase::()::test_float . translator/c/test/test_typed.py::TestTypedTestCase::()::test_swap . translator/c/test/test_typed.py::TestTypedTestCase::()::test_ovfcheck_float_to_int . translator/c/test/test_typed.py::TestTypedTestCase::()::test_context_manager . translator/c/test/test_typed.py::TestTypedTestCase::()::test_longlongmask . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int128 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_uint128 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_uint128_constant . translator/c/test/test_typed.py::TestTypedTestCase::()::test_int128_constant . translator/c/test/test_typed.py::TestTypedTestCase::()::test_bool_2 . translator/c/test/test_typed.py::TestTypedTestCase::()::test_mulmod . translator/c/test/test_typed.py::TestTypedTestCase::()::test_long_float