shell@ASUS_Z00E_2:/data/local/tmp $ python3.6 -m test.test_functools -v test_bad_cmp (__main__.TestCmpToKeyC) ... ok test_cmp_to_key (__main__.TestCmpToKeyC) ... ok test_cmp_to_key_arguments (__main__.TestCmpToKeyC) ... ok test_hash (__main__.TestCmpToKeyC) ... ok test_obj_field (__main__.TestCmpToKeyC) ... ok test_sort_int (__main__.TestCmpToKeyC) ... ok test_sort_int_str (__main__.TestCmpToKeyC) ... ok test_bad_cmp (__main__.TestCmpToKeyPy) ... ok test_cmp_to_key (__main__.TestCmpToKeyPy) ... ok test_cmp_to_key_arguments (__main__.TestCmpToKeyPy) ... ok test_hash (__main__.TestCmpToKeyPy) ... ok test_obj_field (__main__.TestCmpToKeyPy) ... ok test_sort_int (__main__.TestCmpToKeyPy) ... ok test_sort_int_str (__main__.TestCmpToKeyPy) ... ok test_copy (__main__.TestLRUC) ... ok test_deepcopy (__main__.TestLRUC) ... ok test_early_detection_of_bad_call (__main__.TestLRUC) ... ok test_lru (__main__.TestLRUC) ... ok test_lru_cache_decoration (__main__.TestLRUC) ... ok test_lru_cache_threaded (__main__.TestLRUC) ... ok test_lru_cache_threaded2 (__main__.TestLRUC) ... ok test_lru_method (__main__.TestLRUC) ... ok test_lru_with_exceptions (__main__.TestLRUC) ... ok test_lru_with_keyword_args (__main__.TestLRUC) ... ok test_lru_with_keyword_args_maxsize_none (__main__.TestLRUC) ... ok test_lru_with_maxsize_negative (__main__.TestLRUC) ... ok test_lru_with_maxsize_none (__main__.TestLRUC) ... ok test_lru_with_types (__main__.TestLRUC) ... ok test_need_for_rlock (__main__.TestLRUC) ... ok test_pickle (__main__.TestLRUC) ... ok test_copy (__main__.TestLRUPy) ... ok test_deepcopy (__main__.TestLRUPy) ... ok test_early_detection_of_bad_call (__main__.TestLRUPy) ... ok test_lru (__main__.TestLRUPy) ... ok test_lru_cache_decoration (__main__.TestLRUPy) ... ok test_lru_cache_threaded (__main__.TestLRUPy) ... ok test_lru_cache_threaded2 (__main__.TestLRUPy) ... ok test_lru_method (__main__.TestLRUPy) ... ok test_lru_with_exceptions (__main__.TestLRUPy) ... ok test_lru_with_keyword_args (__main__.TestLRUPy) ... ok test_lru_with_keyword_args_maxsize_none (__main__.TestLRUPy) ... ok test_lru_with_maxsize_negative (__main__.TestLRUPy) ... ok test_lru_with_maxsize_none (__main__.TestLRUPy) ... ok test_lru_with_types (__main__.TestLRUPy) ... ok test_need_for_rlock (__main__.TestLRUPy) ... ok test_pickle (__main__.TestLRUPy) ... ok test_arg_combinations (__main__.TestPartialC) ... ok test_argument_checking (__main__.TestPartialC) ... ok test_attributes (__main__.TestPartialC) ... ok test_attributes_unwritable (__main__.TestPartialC) ... ok test_basic_examples (__main__.TestPartialC) ... ok test_copy (__main__.TestPartialC) ... ok test_deepcopy (__main__.TestPartialC) ... ok test_error_propagation (__main__.TestPartialC) ... ok test_keyword (__main__.TestPartialC) ... ok test_kw_combinations (__main__.TestPartialC) ... ok test_nested_optimization (__main__.TestPartialC) ... ok test_nested_partial_with_attribute (__main__.TestPartialC) ... ok test_no_side_effects (__main__.TestPartialC) ... ok test_pickle (__main__.TestPartialC) ... ok test_positional (__main__.TestPartialC) ... ok test_protection_of_callers_dict_argument (__main__.TestPartialC) ... ok test_repr (__main__.TestPartialC) ... ok test_setstate (__main__.TestPartialC) ... ok test_setstate_errors (__main__.TestPartialC) ... ok test_setstate_refcount (__main__.TestPartialC) ... ok test_setstate_subclasses (__main__.TestPartialC) ... ok test_weakref (__main__.TestPartialC) ... ok test_with_bound_and_unbound_methods (__main__.TestPartialC) ... ok test_arg_combinations (__main__.TestPartialCSubclass) ... ok test_argument_checking (__main__.TestPartialCSubclass) ... ok test_attributes (__main__.TestPartialCSubclass) ... ok test_attributes_unwritable (__main__.TestPartialCSubclass) ... ok test_basic_examples (__main__.TestPartialCSubclass) ... ok test_copy (__main__.TestPartialCSubclass) ... ok test_deepcopy (__main__.TestPartialCSubclass) ... ok test_error_propagation (__main__.TestPartialCSubclass) ... ok test_keyword (__main__.TestPartialCSubclass) ... ok test_kw_combinations (__main__.TestPartialCSubclass) ... ok test_nested_partial_with_attribute (__main__.TestPartialCSubclass) ... ok test_no_side_effects (__main__.TestPartialCSubclass) ... ok test_pickle (__main__.TestPartialCSubclass) ... ok test_positional (__main__.TestPartialCSubclass) ... ok test_protection_of_callers_dict_argument (__main__.TestPartialCSubclass) ... ok test_repr (__main__.TestPartialCSubclass) ... ok test_setstate (__main__.TestPartialCSubclass) ... ok test_setstate_errors (__main__.TestPartialCSubclass) ... ok test_setstate_refcount (__main__.TestPartialCSubclass) ... ok test_setstate_subclasses (__main__.TestPartialCSubclass) ... ok test_weakref (__main__.TestPartialCSubclass) ... ok test_with_bound_and_unbound_methods (__main__.TestPartialCSubclass) ... ok test_abstract (__main__.TestPartialMethod) ... ok test_arg_combinations (__main__.TestPartialMethod) ... ok test_bound_method_introspection (__main__.TestPartialMethod) ... ok test_descriptors (__main__.TestPartialMethod) ... ok test_invalid_args (__main__.TestPartialMethod) ... ok test_nested (__main__.TestPartialMethod) ... ok test_over_partial (__main__.TestPartialMethod) ... ok test_overriding_keywords (__main__.TestPartialMethod) ... ok test_repr (__main__.TestPartialMethod) ... ok test_unbound_method_retrieval (__main__.TestPartialMethod) ... ok test_arg_combinations (__main__.TestPartialPy) ... ok test_argument_checking (__main__.TestPartialPy) ... ok test_attributes (__main__.TestPartialPy) ... ok test_basic_examples (__main__.TestPartialPy) ... ok test_error_propagation (__main__.TestPartialPy) ... ok test_keyword (__main__.TestPartialPy) ... ok test_kw_combinations (__main__.TestPartialPy) ... ok test_nested_optimization (__main__.TestPartialPy) ... ok test_nested_partial_with_attribute (__main__.TestPartialPy) ... ok test_no_side_effects (__main__.TestPartialPy) ... ok test_positional (__main__.TestPartialPy) ... ok test_protection_of_callers_dict_argument (__main__.TestPartialPy) ... ok test_weakref (__main__.TestPartialPy) ... ok test_with_bound_and_unbound_methods (__main__.TestPartialPy) ... ok test_iterator_usage (__main__.TestReduce) ... ok test_reduce (__main__.TestReduce) ... ok test_c3_abc (__main__.TestSingleDispatch) ... ok test_c_classes (__main__.TestSingleDispatch) ... skipped 'requires _decimal' test_cache_invalidation (__main__.TestSingleDispatch) ... ok test_compose_mro (__main__.TestSingleDispatch) ... ok test_false_meta (__main__.TestSingleDispatch) ... ok test_mro (__main__.TestSingleDispatch) ... ok test_mro_conflicts (__main__.TestSingleDispatch) ... ok test_register_abc (__main__.TestSingleDispatch) ... ok test_register_decorator (__main__.TestSingleDispatch) ... ok test_simple_overloads (__main__.TestSingleDispatch) ... ok test_wrapping_attributes (__main__.TestSingleDispatch) ... ok test_no_operations_defined (__main__.TestTotalOrdering) ... ok test_pickle (__main__.TestTotalOrdering) ... ok test_total_ordering_ge (__main__.TestTotalOrdering) ... ok test_total_ordering_gt (__main__.TestTotalOrdering) ... ok test_total_ordering_le (__main__.TestTotalOrdering) ... ok test_total_ordering_lt (__main__.TestTotalOrdering) ... ok test_total_ordering_no_overwrite (__main__.TestTotalOrdering) ... ok test_type_error_when_not_implemented (__main__.TestTotalOrdering) ... ok test_builtin_update (__main__.TestUpdateWrapper) ... ok test_default_update (__main__.TestUpdateWrapper) ... ok test_default_update_doc (__main__.TestUpdateWrapper) ... ok test_missing_attributes (__main__.TestUpdateWrapper) ... ok test_no_update (__main__.TestUpdateWrapper) ... ok test_selective_update (__main__.TestUpdateWrapper) ... ok test_builtin_update (__main__.TestWraps) ... ok test_default_update (__main__.TestWraps) ... ok test_default_update_doc (__main__.TestWraps) ... ok test_missing_attributes (__main__.TestWraps) ... ok test_no_update (__main__.TestWraps) ... ok test_selective_update (__main__.TestWraps) ... ok ---------------------------------------------------------------------- Ran 148 tests in 1.094s OK (skipped=1) shell@ASUS_Z00E_2:/data/local/tmp $ python3.6 -m test.test_importlib -v test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.extension.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.extension.test_finder.Source_FinderTests) ... ok test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test SystemError is raised for misbehaving extensions ... ok test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test basic functionality of stuff defined in an extension module ... ok test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading module with a one-character name ... ok test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading a simulated submodule ... ok test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that 2 loads result in 2 module objects ... ok test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading an extension module ... ok test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that modules with non-ASCII names can be loaded ... ok test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test returning a non-module object from create works ... ok test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that NULL slots aren't a problem ... ok test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that reload didn't re-set the module's attributes ... ok test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Assert that the PyState_{Find,Add,Remove}Module C API doesn't work ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test nonexistent module ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test behavior with nonexistent module with non-ASCII name ... ok test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test SystemError is raised for misbehaving extensions ... ok test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test basic functionality of stuff defined in an extension module ... ok test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading module with a one-character name ... ok test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading a simulated submodule ... ok test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that 2 loads result in 2 module objects ... ok test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading an extension module ... ok test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that modules with non-ASCII names can be loaded ... ok test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test returning a non-module object from create works ... ok test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that NULL slots aren't a problem ... ok test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that reload didn't re-set the module's attributes ... ok test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Assert that the PyState_{Find,Add,Remove}Module C API doesn't work ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test nonexistent module ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test behavior with nonexistent module with non-ASCII name ... ok test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests) ... ok test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_package (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_module_from_package_triggers_ImportError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_module_from_package_triggers_ImportError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FinderTests) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_failure (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_path (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FinderTests) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... skipped 'cannot set modification time to large integer' test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... skipped 'cannot set modification time to large integer' test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader) ... ok test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) ... ok test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) ... ok test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) ... ok test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) ... ok test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) ... ok test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) ... ok test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) ... ok test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader) ... ok test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) ... ok test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests) ... ok test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader) ... ok test_subclasses (test.test_importlib.test_abc.Source_FileLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_FileLoader) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_InspectLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_InspectLoader) ... ok test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) ... ok test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) ... ok test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder) ... ok test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder) ... ok test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder) ... ok test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder) ... ok test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader) ... ok test_subclasses (test.test_importlib.test_abc.Source_SourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_SourceLoader) ... ok test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderTests) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests) ... ok test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests) ... ok test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderTests) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_module_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests) ... ok test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests) ... ok test_module_replaced (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_modules (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests) ... ok test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests) ... ok test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_e2e (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) ... ok test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) ... ok test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests) ... ok test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests) ... ok test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) ... ok test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) ... ok test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests) ... ok test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests) ... ok test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages) ... ok test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) ... ok test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPatheNamespacePackage) ... ok test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport) ... ok test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages) ... ok test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) ... ok test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... expected failure test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_package (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_success (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests) ... ok test_length (test.test_importlib.test_util.Frozen_MagicNumberTests) ... ok test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_aboslute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_package (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_nothing (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_success (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests) ... ok test_length (test.test_importlib.test_util.Source_MagicNumberTests) ... ok test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_aboslute_within_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_absolute (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_escape (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_in_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_no_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_other_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_package (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_submodule (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_top_level (test.test_importlib.test_util.Source_SetPackageTests) ... ok test.test_importlib.test_windows (unittest.loader.ModuleSkipped) ... skipped "No module named 'winreg'" ---------------------------------------------------------------------- Ran 1025 tests in 4.678s OK (skipped=17, expected failures=1) shell@ASUS_Z00E_2:/data/local/tmp $ python3.6 -m test.test_threading -v test_abort (__main__.BarrierTests) ... ok test_abort_and_reset (__main__.BarrierTests) ... ok test_action (__main__.BarrierTests) ... ok test_barrier (__main__.BarrierTests) ... ok test_barrier_10 (__main__.BarrierTests) ... ok test_default_timeout (__main__.BarrierTests) ... ok test_reset (__main__.BarrierTests) ... ok test_single_thread (__main__.BarrierTests) ... ok test_timeout (__main__.BarrierTests) ... ok test_wait_return (__main__.BarrierTests) ... ok test_acquire (__main__.BoundedSemaphoreTests) ... ok test_acquire_contended (__main__.BoundedSemaphoreTests) ... ok test_acquire_destroy (__main__.BoundedSemaphoreTests) ... ok test_acquire_timeout (__main__.BoundedSemaphoreTests) ... ok test_constructor (__main__.BoundedSemaphoreTests) ... ok test_default_value (__main__.BoundedSemaphoreTests) ... ok test_release_unacquired (__main__.BoundedSemaphoreTests) ... ok test_try_acquire (__main__.BoundedSemaphoreTests) ... ok test_try_acquire_contended (__main__.BoundedSemaphoreTests) ... ok test_with (__main__.BoundedSemaphoreTests) ... ok test__is_owned (__main__.CRLockTests) ... ok test_acquire_contended (__main__.CRLockTests) ... ok test_acquire_destroy (__main__.CRLockTests) ... ok test_acquire_release (__main__.CRLockTests) ... ok test_constructor (__main__.CRLockTests) ... ok test_different_thread (__main__.CRLockTests) ... ok test_locked_repr (__main__.CRLockTests) ... ok test_reacquire (__main__.CRLockTests) ... ok test_release_save_unacquired (__main__.CRLockTests) ... ok test_release_unacquired (__main__.CRLockTests) ... ok test_repr (__main__.CRLockTests) ... ok test_thread_leak (__main__.CRLockTests) ... ok test_timeout (__main__.CRLockTests) ... ok test_try_acquire (__main__.CRLockTests) ... ok test_try_acquire_contended (__main__.CRLockTests) ... ok test_weakref_deleted (__main__.CRLockTests) ... ok test_weakref_exists (__main__.CRLockTests) ... ok test_with (__main__.CRLockTests) ... ok test__is_owned (__main__.ConditionAsRLockTests) ... ok test_acquire_contended (__main__.ConditionAsRLockTests) ... ok test_acquire_destroy (__main__.ConditionAsRLockTests) ... ok test_acquire_release (__main__.ConditionAsRLockTests) ... ok test_constructor (__main__.ConditionAsRLockTests) ... ok test_different_thread (__main__.ConditionAsRLockTests) ... ok test_locked_repr (__main__.ConditionAsRLockTests) ... ok test_reacquire (__main__.ConditionAsRLockTests) ... ok test_release_save_unacquired (__main__.ConditionAsRLockTests) ... ok test_release_unacquired (__main__.ConditionAsRLockTests) ... ok test_repr (__main__.ConditionAsRLockTests) ... ok test_thread_leak (__main__.ConditionAsRLockTests) ... ok test_timeout (__main__.ConditionAsRLockTests) ... ok test_try_acquire (__main__.ConditionAsRLockTests) ... ok test_try_acquire_contended (__main__.ConditionAsRLockTests) ... ok test_weakref_deleted (__main__.ConditionAsRLockTests) ... ok test_weakref_exists (__main__.ConditionAsRLockTests) ... ok test_with (__main__.ConditionAsRLockTests) ... ok test_acquire (__main__.ConditionTests) ... ok test_notify (__main__.ConditionTests) ... ok test_timeout (__main__.ConditionTests) ... ok test_unacquired_notify (__main__.ConditionTests) ... ok test_unacquired_wait (__main__.ConditionTests) ... ok test_waitfor (__main__.ConditionTests) ... ok test_waitfor_timeout (__main__.ConditionTests) ... ok test_is_set (__main__.EventTests) ... ok test_notify (__main__.EventTests) ... ok test_reset_internal_locks (__main__.EventTests) ... ok test_set_and_clear (__main__.EventTests) ... ok test_timeout (__main__.EventTests) ... ok test_acquire_contended (__main__.LockTests) ... ok test_acquire_destroy (__main__.LockTests) ... ok test_acquire_release (__main__.LockTests) ... ok test_constructor (__main__.LockTests) ... ok test_different_thread (__main__.LockTests) ... ok test_locked_repr (__main__.LockTests) ... ok test_reacquire (__main__.LockTests) ... ok test_repr (__main__.LockTests) ... ok test_state_after_timeout (__main__.LockTests) ... ok test_thread_leak (__main__.LockTests) ... ok test_timeout (__main__.LockTests) ... ok test_try_acquire (__main__.LockTests) ... ok test_try_acquire_contended (__main__.LockTests) ... ok test_weakref_deleted (__main__.LockTests) ... ok test_weakref_exists (__main__.LockTests) ... ok test_with (__main__.LockTests) ... ok test__all__ (__main__.MiscTestCase) ... ok test__is_owned (__main__.PyRLockTests) ... ok test_acquire_contended (__main__.PyRLockTests) ... ok test_acquire_destroy (__main__.PyRLockTests) ... ok test_acquire_release (__main__.PyRLockTests) ... ok test_constructor (__main__.PyRLockTests) ... ok test_different_thread (__main__.PyRLockTests) ... ok test_locked_repr (__main__.PyRLockTests) ... ok test_reacquire (__main__.PyRLockTests) ... ok test_release_save_unacquired (__main__.PyRLockTests) ... ok test_release_unacquired (__main__.PyRLockTests) ... ok test_repr (__main__.PyRLockTests) ... ok test_thread_leak (__main__.PyRLockTests) ... ok test_timeout (__main__.PyRLockTests) ... ok test_try_acquire (__main__.PyRLockTests) ... ok test_try_acquire_contended (__main__.PyRLockTests) ... ok test_weakref_deleted (__main__.PyRLockTests) ... ok test_weakref_exists (__main__.PyRLockTests) ... ok test_with (__main__.PyRLockTests) ... ok test_acquire (__main__.SemaphoreTests) ... ok test_acquire_contended (__main__.SemaphoreTests) ... ok test_acquire_destroy (__main__.SemaphoreTests) ... ok test_acquire_timeout (__main__.SemaphoreTests) ... ok test_constructor (__main__.SemaphoreTests) ... ok test_default_value (__main__.SemaphoreTests) ... ok test_release_unacquired (__main__.SemaphoreTests) ... ok test_try_acquire (__main__.SemaphoreTests) ... ok test_try_acquire_contended (__main__.SemaphoreTests) ... ok test_with (__main__.SemaphoreTests) ... ok test_daemon_threads_fatal_error (__main__.SubinterpThreadingTests) ... ok test_threads_join (__main__.SubinterpThreadingTests) ... ok test_threads_join_2 (__main__.SubinterpThreadingTests) ... ok test_1_join_on_shutdown (__main__.ThreadJoinOnShutdown) ... ok test_2_join_in_forked_process (__main__.ThreadJoinOnShutdown) ... ok test_3_join_in_forked_from_thread (__main__.ThreadJoinOnShutdown) ... ok test_4_daemon_threads (__main__.ThreadJoinOnShutdown) ... ok test_clear_threads_states_after_fork (__main__.ThreadJoinOnShutdown) ... ok test_reinit_tls_after_fork (__main__.ThreadJoinOnShutdown) ... ok test_BoundedSemaphore_limit (__main__.ThreadTests) ... ok test_PyThreadState_SetAsyncExc (__main__.ThreadTests) ... started worker thread trying nonsensical thread id waiting for worker thread to get started verifying worker hasn't exited attempting to raise asynch exception in worker waiting for worker to say it caught the exception all OK -- joining worker ok test_deamon_param (__main__.ThreadTests) ... ok test_dummy_thread_after_fork (__main__.ThreadTests) ... ok test_enumerate_after_join (__main__.ThreadTests) ... ok test_finalize_runnning_thread (__main__.ThreadTests) ... ok test_finalize_with_trace (__main__.ThreadTests) ... ok test_foreign_thread (__main__.ThreadTests) ... ok test_frame_tstate_tracing (__main__.ThreadTests) ... ok test_ident_of_no_threading_threads (__main__.ThreadTests) ... ok test_is_alive_after_fork (__main__.ThreadTests) ... ok test_join_nondaemon_on_shutdown (__main__.ThreadTests) ... ok test_limbo_cleanup (__main__.ThreadTests) ... ok test_main_thread (__main__.ThreadTests) ... ok test_main_thread_after_fork (__main__.ThreadTests) ... ok test_main_thread_after_fork_from_nonmain_thread (__main__.ThreadTests) ... ok test_no_refcycle_through_target (__main__.ThreadTests) ... ok test_old_threading_api (__main__.ThreadTests) ... ok test_repr_daemon (__main__.ThreadTests) ... ok test_repr_stopped (__main__.ThreadTests) ... ok test_tstate_lock (__main__.ThreadTests) ... ok test_various_ops (__main__.ThreadTests) ... task will run for 70.6 usec 1 tasks are running task will run for 11.4 usec task done 2 tasks are running is finished. 1 tasks are running task will run for 78.9 usec task done 2 tasks are running task will run for 20.2 usec task done is finished. 1 tasks are running task will run for 46.3 usec 2 tasks are running is finished. 1 tasks are running 2 tasks are running task will run for 38.1 usec task done task done 3 tasks are running task will run for 38.7 usec task will run for 58.0 usec task will run for 87.8 usec waiting for all tasks to complete task done is finished. 2 tasks are running task will run for 4.2 usec is finished. 1 tasks are running is finished. 0 tasks are running 1 tasks are running 2 tasks are running task done is finished. 1 tasks are running 2 tasks are running task done 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running is finished. 0 tasks are running all tasks done ok test_various_ops_large_stack (__main__.ThreadTests) ... with 1MB thread stack size... skipped 'platform does not support changing thread stack size' test_various_ops_small_stack (__main__.ThreadTests) ... with 256kB thread stack size... skipped 'platform does not support changing thread stack size' test_daemonize_active_thread (__main__.ThreadingExceptionTests) ... ok test_joining_current_thread (__main__.ThreadingExceptionTests) ... ok test_joining_inactive_thread (__main__.ThreadingExceptionTests) ... ok test_print_exception (__main__.ThreadingExceptionTests) ... ok test_print_exception_stderr_is_none_1 (__main__.ThreadingExceptionTests) ... ok test_print_exception_stderr_is_none_2 (__main__.ThreadingExceptionTests) ... ok test_recursion_limit (__main__.ThreadingExceptionTests) ... skipped 'test macosx problem' test_releasing_unacquired_lock (__main__.ThreadingExceptionTests) ... ok test_start_thread_again (__main__.ThreadingExceptionTests) ... ok test_init_immutable_default_args (__main__.TimerTests) ... ok ---------------------------------------------------------------------- Ran 156 tests in 24.502s OK (skipped=3) shell@ASUS_Z00E_2:/data/local/tmp $ python3.6 -m test.test_concurrent_futures > test_cancel (__main__.FutureTests) ... ok test_cancelled (__main__.FutureTests) ... ok test_done (__main__.FutureTests) ... ok test_done_callback_already_cancelled (__main__.FutureTests) ... ok test_done_callback_already_failed (__main__.FutureTests) ... ok test_done_callback_already_successful (__main__.FutureTests) ... ok test_done_callback_raises (__main__.FutureTests) ... ok test_done_callback_with_cancel (__main__.FutureTests) ... ok test_done_callback_with_exception (__main__.FutureTests) ... ok test_done_callback_with_result (__main__.FutureTests) ... ok test_exception_with_success (__main__.FutureTests) ... ok test_exception_with_timeout (__main__.FutureTests) ... ok test_repr (__main__.FutureTests) ... ok test_result_with_cancel (__main__.FutureTests) ... ok test_result_with_success (__main__.FutureTests) ... ok test_result_with_timeout (__main__.FutureTests) ... ok test_running (__main__.FutureTests) ... ok test_duplicate_futures (__main__.ProcessPoolAsCompletedTests) ... ERROR test_no_timeout (__main__.ProcessPoolAsCompletedTests) ... ERROR test_zero_timeout (__main__.ProcessPoolAsCompletedTests) ... ERROR test_killed_child (__main__.ProcessPoolExecutorTest) ... ERROR test_map (__main__.ProcessPoolExecutorTest) ... ERROR test_map_chunksize (__main__.ProcessPoolExecutorTest) ... ERROR test_map_exception (__main__.ProcessPoolExecutorTest) ... ERROR test_map_timeout (__main__.ProcessPoolExecutorTest) ... ERROR test_max_workers_negative (__main__.ProcessPoolExecutorTest) ... ERROR test_no_stale_references (__main__.ProcessPoolExecutorTest) ... ERROR test_shutdown_race_issue12456 (__main__.ProcessPoolExecutorTest) ... ERROR test_submit (__main__.ProcessPoolExecutorTest) ... ERROR test_submit_keyword (__main__.ProcessPoolExecutorTest) ... ERROR test_traceback (__main__.ProcessPoolExecutorTest) ... ERROR test_context_manager_shutdown (__main__.ProcessPoolShutdownTest) ... ERROR test_del_shutdown (__main__.ProcessPoolShutdownTest) ... ERROR test_hang_issue12364 (__main__.ProcessPoolShutdownTest) ... ERROR test_interpreter_shutdown (__main__.ProcessPoolShutdownTest) ... ERROR test_processes_terminate (__main__.ProcessPoolShutdownTest) ... ERROR test_run_after_shutdown (__main__.ProcessPoolShutdownTest) ... ERROR test_all_completed (__main__.ProcessPoolWaitTests) ... ERROR test_first_completed (__main__.ProcessPoolWaitTests) ... ERROR test_first_completed_some_already_completed (__main__.ProcessPoolWaitTests) ... ERROR test_first_exception (__main__.ProcessPoolWaitTests) ... ERROR test_first_exception_one_already_failed (__main__.ProcessPoolWaitTests) ... ERROR test_first_exception_some_already_complete (__main__.ProcessPoolWaitTests) ... ERROR test_timeout (__main__.ProcessPoolWaitTests) ... ERROR test_duplicate_futures (__main__.ThreadPoolAsCompletedTests) ... 2.11s ok test_no_timeout (__main__.ThreadPoolAsCompletedTests) ... 0.11s ok test_zero_timeout (__main__.ThreadPoolAsCompletedTests) ... 2.11s ok test_default_workers (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_map (__main__.ThreadPoolExecutorTest) ... 0.12s ok test_map_exception (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_map_submits_without_iteration (__main__.ThreadPoolExecutorTest) Tests verifying issue 11777. ... 0.12s ok test_map_timeout (__main__.ThreadPoolExecutorTest) ... 6.12s ok test_max_workers_negative (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_no_stale_references (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_shutdown_race_issue12456 (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_submit (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_submit_keyword (__main__.ThreadPoolExecutorTest) ... 0.11s ok test_context_manager_shutdown (__main__.ThreadPoolShutdownTest) ... 0.02s ok test_del_shutdown (__main__.ThreadPoolShutdownTest) ... 0.02s ok test_hang_issue12364 (__main__.ThreadPoolShutdownTest) ... 1.03s ok test_interpreter_shutdown (__main__.ThreadPoolShutdownTest) ... 2.23s ok test_run_after_shutdown (__main__.ThreadPoolShutdownTest) ... 0.00s ok test_threads_terminate (__main__.ThreadPoolShutdownTest) ... 0.01s ok test_all_completed (__main__.ThreadPoolWaitTests) ... 0.11s ok test_first_completed (__main__.ThreadPoolWaitTests) ... 1.61s ok test_first_completed_some_already_completed (__main__.ThreadPoolWaitTests) ... 1.61s ok test_first_exception (__main__.ThreadPoolWaitTests) ... 3.11s ok test_first_exception_one_already_failed (__main__.ThreadPoolWaitTests) ... 2.11s ok test_first_exception_some_already_complete (__main__.ThreadPoolWaitTests) ... 1.61s ok test_pending_calls_race (__main__.ThreadPoolWaitTests) ... 0.32s ok test_timeout (__main__.ThreadPoolWaitTests) ... 6.12s ok ====================================================================== ERROR: test_duplicate_futures (__main__.ProcessPoolAsCompletedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_no_timeout (__main__.ProcessPoolAsCompletedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_zero_timeout (__main__.ProcessPoolAsCompletedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_killed_child (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_map (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_map_chunksize (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_map_exception (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_map_timeout (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_max_workers_negative (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_no_stale_references (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_shutdown_race_issue12456 (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_submit (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_submit_keyword (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_traceback (__main__.ProcessPoolExecutorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_context_manager_shutdown (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_del_shutdown (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_hang_issue12364 (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_interpreter_shutdown (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_processes_terminate (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_run_after_shutdown (__main__.ProcessPoolShutdownTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_all_completed (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_first_completed (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_first_completed_some_already_completed (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_first_exception (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_first_exception_one_already_failed (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_first_exception_some_already_complete (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_timeout (__main__.ProcessPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 68, in setUp self.executor = self.executor_type(max_workers=self.worker_count) File "/data/local/tmp/python3/lib/python3.6/concurrent/futures/process.py", line 390, in __init__ EXTRA_QUEUED_CALLS) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 101, in Queue return Queue(maxsize, ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/queues.py", line 42, in __init__ self._rlock = ctx.Lock() File "/data/local/tmp/python3/lib/python3.6/multiprocessing/context.py", line 66, in Lock return Lock(ctx=self.get_context()) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/data/local/tmp/python3/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__ unlink_now) OSError: [Errno 38] Function not implemented ---------------------------------------------------------------------- Ran 71 tests in 34.615s FAILED (errors=27) Traceback (most recent call last): File "/data/local/tmp/python3/lib/python3.6/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/data/local/tmp/python3/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 740, in test_main() File "/data/local/tmp/python3/lib/python3.6/test/support/__init__.py", line 1948, in decorator return func(*args) File "/data/local/tmp/python3/lib/python3.6/test/test_concurrent_futures.py", line 735, in test_main test.support.run_unittest(__name__) File "/data/local/tmp/python3/lib/python3.6/test/support/__init__.py", line 1836, in run_unittest _run_suite(suite) File "/data/local/tmp/python3/lib/python3.6/test/support/__init__.py", line 1811, in _run_suite raise TestFailed(err) test.support.TestFailed: multiple errors occurred