. 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 . translator/c/test/test_lladdresses.py::test_gcref . 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 . translator/c/test/test_extfunc.py::test_largefile . 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 s translator/c/test/test_extfunc.py::test_os_getlogin Skipped: the underlying os.getlogin() failed: [Errno 6] No such device or address . 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_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 s translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int128 Skipped: no '__int128_t' s translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_uint128 Skipped: no '__uint128_t' s translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_uint128_constant Skipped: no '__uint128_t' s translator/c/test/test_backendoptimized.py::TestTypedOptimizedTestCase::()::test_int128_constant Skipped: no '__int128_t' . 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_standalone_print_function.py::TestStandalonePrintFunction::()::test_print_function . 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 . translator/c/test/test_lltyped.py::TestLowLevelType::()::test_llgroup_size_limit::[0] . 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_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/timeout cancelled (ran 15m21s): ==================== 17 passed, 3 skipped in 34.67 seconds =====================