. 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_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_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_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_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 /workspace/rpython/translator/platform/arch/test/test_s390x.py:7: Skipped: s390x tests only s translator/platform/test/test_darwin.py /workspace/rpython/translator/platform/test/test_darwin.py:7: Skipped: Darwin only s translator/platform/test/test_windows.py /workspace/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/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 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_limited_memory_linux . 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 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_increase_root_stack_depth . 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 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_limited_memory_linux . 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 . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_increase_root_stack_depth . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_tagged . translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_erased . 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 . translator/sandbox/test/test_sandlib.py::test_socketio . 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 . 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_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_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_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_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 . translator/c/test/test_standalone.py::TestStandalone::()::test_gcc_precompiled_header . 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 . translator/c/test/test_standalone.py::TestShared::()::test_entrypoint . 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