== CPython 3.11.0a4+ (heads/main-dirty:7f4b69b9076, Jan 17 2022, 12:11:16) [GCC 10.3.1 20211027] == Linux-5.15.13-200.fc35.x86_64-x86_64-with little-endian == cwd: /cpython/builddep/alpine-3.15-x86_64/build/test_python_4722æ == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 3.54 Run tests sequentially 0:00:00 load avg: 3.54 [1/9] test__locale test_float_parsing (test.test__locale._LocaleTests) ... ok test_lc_numeric_basic (test.test__locale._LocaleTests) ... ok test_lc_numeric_localeconv (test.test__locale._LocaleTests) ... FAIL test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests) ... FAIL ====================================================================== FAIL: test_lc_numeric_localeconv (test.test__locale._LocaleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test__locale.py", line 137, in test_lc_numeric_localeconv if self.numeric_tester('localeconv', formatting[lc], lc, loc): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test__locale.py", line 101, in numeric_tester self.assertEqual(calc_value, known_value, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '.' != ',' - . + , : . != , (localeconv for decimal_point; set to fr_FR, using fr_FR) ====================================================================== FAIL: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test__locale.py", line 120, in test_lc_numeric_nl_langinfo if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test__locale.py", line 101, in numeric_tester self.assertEqual(calc_value, known_value, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '.' != ',' - . + , : . != , (nl_langinfo for decimal_point; set to fr_FR, using fr_FR) ---------------------------------------------------------------------- Ran 4 tests in 0.004s FAILED (failures=2) test test__locale failed 0:00:00 load avg: 3.54 [2/9/1] test_c_locale_coercion -- test__locale failed (2 failures) AVAILABLE_TARGETS = ['C.UTF-8', 'C.utf8', 'UTF-8'] EXPECTED_C_LOCALE_EQUIVALENTS = ['C', 'invalid.ascii', 'POSIX'] EXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii' EXPECTED_C_LOCALE_FS_ENCODING = 'ascii' EXPECT_COERCION_IN_DEFAULT_LOCALE = True _C_UTF8_LOCALES = ('C.UTF-8', 'C.utf8', 'UTF-8') _check_nl_langinfo_CODESET = False test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests) ... ok test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) ... test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE=None) ... FAIL test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE=None) ... FAIL test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE=None) ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) ... test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='1') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='1') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='1') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='true') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='true') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='true') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='false') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='false') ... FAIL test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='false') ... FAIL test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests) ... skipped 'coerced LC_CTYPE locale: C.UTF-8' test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) ... test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='warn') ... FAIL test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='warn') ... FAIL test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='warn') ... FAIL test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) ... test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='0') ... FAIL test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='0') ... FAIL test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='0') ... FAIL test_external_target_locale_configuration (test.test_c_locale_coercion.LocaleConfigurationTests) ... ok ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE=None) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE=None) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE=None) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='1') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='1') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='1') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='true') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='true') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='true') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='false') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='false') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='false') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='warn') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': '', 'lc_all': ''} != {'fse[124 chars]slashreplace', 'lang': '', 'lc_ctype': 'C.UTF-8', 'lc_all': ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', 'stdin_info': 'utf-8:surrogateescape', 'stdout_info': 'utf-8:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='warn') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[113 chars]: ''} {'fsencoding': 'utf-8', 'lang': 'invalid.ascii', 'lc_all': '', - 'lc_ctype': '', + 'lc_ctype': 'C.UTF-8', ? +++++++ 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='warn') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fse[36 chars]f-8:strict', 'stdout_info': 'utf-8:strict', 's[88 chars]: ''} != {'fse[36 chars]f-8:surrogateescape', 'stdout_info': 'utf-8:su[100 chars]: ''} {'fsencoding': 'utf-8', 'lang': '', 'lc_all': '', - 'lc_ctype': 'invalid.ascii', + 'lc_ctype': 'C.UTF-8', 'stderr_info': 'utf-8:backslashreplace', - 'stdin_info': 'utf-8:strict', ? ^^ ^ + 'stdin_info': 'utf-8:surrogateescape', ? ++++++ ^^^ ^^^ - 'stdout_info': 'utf-8:strict'} ? ^^ ^ + 'stdout_info': 'utf-8:surrogateescape'} ? ++++++ ^^^ ^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (default_locale=True, PYTHONCOERCECLOCALE='0') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 340, in _check_c_locale_coercion self._check_child_encoding_details(base_var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fsencoding': 'utf-8', 'stdin_info': 'utf-8:surrogateesc[123 chars]: ''} != {'fsencoding': 'ascii', 'stdin_info': 'ascii:surrogateesc[123 chars]: ''} - {'fsencoding': 'utf-8', ? ^^^^^ + {'fsencoding': 'ascii', ? ^^^^^ 'lang': '', 'lc_all': '', 'lc_ctype': '', - 'stderr_info': 'utf-8:backslashreplace', ? ^^^^^ + 'stderr_info': 'ascii:backslashreplace', ? ^^^^^ - 'stdin_info': 'utf-8:surrogateescape', ? ^^^^^ + 'stdin_info': 'ascii:surrogateescape', ? ^^^^^ - 'stdout_info': 'utf-8:surrogateescape'} ? ^^^^^ + 'stdout_info': 'ascii:surrogateescape'} ? ^^^^^ ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LANG', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='0') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fsencoding': 'utf-8', 'stdin_info': 'utf-8:strict', 'st[118 chars]: ''} != {'fsencoding': 'ascii', 'stdin_info': 'ascii:surrogateesc[136 chars]: ''} - {'fsencoding': 'utf-8', ? ^^^^^ + {'fsencoding': 'ascii', ? ^^^^^ 'lang': 'invalid.ascii', 'lc_all': '', 'lc_ctype': '', - 'stderr_info': 'utf-8:backslashreplace', ? ^^^^^ + 'stderr_info': 'ascii:backslashreplace', ? ^^^^^ - 'stdin_info': 'utf-8:strict', - 'stdout_info': 'utf-8:strict'} + 'stdin_info': 'ascii:surrogateescape', + 'stdout_info': 'ascii:surrogateescape'} ====================================================================== FAIL: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) (env_var='LC_CTYPE', nominal_locale='invalid.ascii', PYTHONCOERCECLOCALE='0') ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_c_locale_coercion.py", line 355, in _check_c_locale_coercion self._check_child_encoding_details(var_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_c_locale_coercion.py", line 230, in _check_child_encoding_details self.assertEqual(encoding_details, expected_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: {'fsencoding': 'utf-8', 'stdin_info': 'utf-8:strict', 'st[118 chars]: ''} != {'fsencoding': 'ascii', 'stdin_info': 'ascii:surrogateesc[136 chars]: ''} - {'fsencoding': 'utf-8', ? ^^^^^ + {'fsencoding': 'ascii', ? ^^^^^ 'lang': '', 'lc_all': '', 'lc_ctype': 'invalid.ascii', - 'stderr_info': 'utf-8:backslashreplace', ? ^^^^^ + 'stderr_info': 'ascii:backslashreplace', ? ^^^^^ - 'stdin_info': 'utf-8:strict', - 'stdout_info': 'utf-8:strict'} + 'stdin_info': 'ascii:surrogateescape', + 'stdout_info': 'ascii:surrogateescape'} ---------------------------------------------------------------------- Ran 7 tests in 0.912s FAILED (failures=21, skipped=1) test test_c_locale_coercion failed 0:00:01 load avg: 3.66 [3/9/2] test_cmd_line -- test_c_locale_coercion failed (21 failures) test_argv0_normalization (test.test_cmd_line.CmdLineTest) ... skipped 'bpo-32457 only applies on Windows' test_builtin_input (test.test_cmd_line.CmdLineTest) ... ok test_closed_stdout (test.test_cmd_line.CmdLineTest) ... ok test_coding (test.test_cmd_line.CmdLineTest) ... ok test_del___main__ (test.test_cmd_line.CmdLineTest) ... ok test_directories (test.test_cmd_line.CmdLineTest) ... ok test_displayhook_unencodable (test.test_cmd_line.CmdLineTest) ... ok test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest) ... ok test_hash_randomization (test.test_cmd_line.CmdLineTest) ... ok test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest) ... ok test_isolatedmode (test.test_cmd_line.CmdLineTest) ... ok test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest) ... ok test_no_std_streams (test.test_cmd_line.CmdLineTest) ... ok test_no_stderr (test.test_cmd_line.CmdLineTest) ... ok test_no_stdin (test.test_cmd_line.CmdLineTest) ... ok test_no_stdout (test.test_cmd_line.CmdLineTest) ... ok test_non_ascii (test.test_cmd_line.CmdLineTest) ... ok test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest) ... ok test_optimize (test.test_cmd_line.CmdLineTest) ... ok test_osx_android_utf8 (test.test_cmd_line.CmdLineTest) ... skipped 'test specific to Mac OS X and Android' test_output_newline (test.test_cmd_line.CmdLineTest) ... ok test_parsing_error (test.test_cmd_line.CmdLineTest) ... FAIL test_pythondevmode_env (test.test_cmd_line.CmdLineTest) ... ok test_pythonmalloc (test.test_cmd_line.CmdLineTest) ... ok test_run_code (test.test_cmd_line.CmdLineTest) ... ok test_run_module (test.test_cmd_line.CmdLineTest) ... ok test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest) ... ok test_set_pycache_prefix (test.test_cmd_line.CmdLineTest) ... ok test_showrefcount (test.test_cmd_line.CmdLineTest) ... ok test_site_flag (test.test_cmd_line.CmdLineTest) ... ok test_stdin_readline (test.test_cmd_line.CmdLineTest) ... ok test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest) ... ok test_sys_flags_set (test.test_cmd_line.CmdLineTest) ... ok test_unbuffered_input (test.test_cmd_line.CmdLineTest) ... ok test_unbuffered_output (test.test_cmd_line.CmdLineTest) ... ok test_undecodable_code (test.test_cmd_line.CmdLineTest) ... ok test_unknown_options (test.test_cmd_line.CmdLineTest) ... ok test_unknown_xoptions (test.test_cmd_line.CmdLineTest) ... ok test_unmached_quote (test.test_cmd_line.CmdLineTest) ... ok test_usage (test.test_cmd_line.CmdLineTest) ... FAIL test_verbose (test.test_cmd_line.CmdLineTest) ... ok test_version (test.test_cmd_line.CmdLineTest) ... ok test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest) ... ok test_xdev (test.test_cmd_line.CmdLineTest) ... ok test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest) ... ok test_xoptions (test.test_cmd_line.CmdLineTest) ... ok test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest) ... ok test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest) ... ok test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest) ... ok test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests) ... ok test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests) ... ok ====================================================================== FAIL: test_parsing_error (test.test_cmd_line.CmdLineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_cmd_line.py", line 838, in test_parsing_error self.assertTrue(proc.stderr.startswith(err_msg), proc.stderr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true : unknown option --unknown-option ====================================================================== FAIL: test_usage (test.test_cmd_line.CmdLineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_cmd_line.py", line 48, in test_usage rc, out, err = assert_python_ok('-h') ^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/support/script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/support/script_helper.py", line 145, in _assert_python res.fail(cmd_line) ^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/support/script_helper.py", line 72, in fail raise AssertionError("Process return code is %d\n" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Process return code is -11 command line: ['/cpython/builddep/alpine-3.15-x86_64/python', '-X', 'faulthandler', '-I', '-h'] stdout: --- --- stderr: --- --- ---------------------------------------------------------------------- Ran 51 tests in 2.011s FAILED (failures=2, skipped=2) test test_cmd_line failed 0:00:03 load avg: 3.66 [4/9/3] test_gdb -- test_cmd_line failed (2 failures) GDB version 11.1: GNU gdb (GDB) 11.1 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ... FAIL test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ... FAIL test_builtin_method (test.test_gdb.PrettyPrintTests) ... FAIL test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ... FAIL test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ... FAIL test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... FAIL test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ... FAIL test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ... FAIL test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ... FAIL test_exceptions (test.test_gdb.PrettyPrintTests) ... FAIL test_frames (test.test_gdb.PrettyPrintTests) ... FAIL test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ... FAIL test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... ok test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ... FAIL test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ... FAIL test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ... FAIL test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ... FAIL test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ... FAIL test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ... FAIL test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ... FAIL test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ... FAIL test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ... FAIL test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ... FAIL test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ... FAIL test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ... FAIL test_bt (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ... skipped 'Python was compiled with optimizations' test_bt_full (test.test_gdb.PyBtTests) Verify that the "py-bt-full" command works ... skipped 'Python was compiled with optimizations' test_gc (test.test_gdb.PyBtTests) Verify that "py-bt" indicates if a thread is garbage-collecting ... skipped 'Python was compiled with optimizations' test_pycfunction (test.test_gdb.PyBtTests) Verify that "py-bt" displays invocations of PyCFunction instances ... skipped 'Python was compiled with optimizations' test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ... skipped 'Python was compiled with optimizations' test_wrapper_call (test.test_gdb.PyBtTests) ... skipped 'Python was compiled with optimizations' test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ... skipped 'Python was compiled with optimizations' test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ... skipped 'Python was compiled with optimizations' test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ... skipped 'Python was compiled with optimizations' test_basic_command (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' test_locals_after_up (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ... skipped 'Python was compiled with optimizations' test_print_after_up (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_builtin (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_global (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ... Undefined command: "py-down". Try "help". FAIL test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ... skipped 'Python was compiled with optimizations' test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ... Undefined command: "py-up". Try "help". Undefined command: "py-up". Try "help". Undefined command: "py-up". Try "help". Undefined command: "py-up". Try "help". Undefined command: "py-up". Try "help". FAIL test_up_then_down (test.test_gdb.StackNavigationTests) Verify "py-up" followed by "py-down" ... skipped 'Python was compiled with optimizations' ====================================================================== FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type self.assertSane('id(42)', ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 525, in assertSane self.fail('Unexpected gdb representation: %r\n%s' % \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 #1 cfunction_vectorcall_O (func=, args=, nargsf=, kwnames=) at /cpython/Objects/methodobject.c:516 #2 _PyObject_VectorcallTstate (kwnames=, nargsf=, args=, callable=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_call.h:89 #3 PyObject_Vectorcall (callable=, args=, nargsf=, kwnames=) at /cpython/Objects/call.c:298 #4 _PyEval_EvalFrameDefault (tstate=, frame=, throwflag=) at /cpython/Python/ceval.c:4659 #5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_ceval.h:53 #6 _PyEval_Vector (args=, argcount=0, kwnames=, locals=, func=, tstate=<_PyRuntime+130792>) at /cpython/Python/ceval.c:6067 #7 PyEval_EvalCode (co=, globals=, locals=) at /cpython/Python/ceval.c:1120 #8 run_eval_code_obj (locals=, globals=, co=, tstate=<_PyRuntime+130792>) at /cpython/Python/pythonrun.c:1711 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at /cpython/Python/pythonrun.c:1732 #10 PyRun_StringFlags (flags=, locals=, globals=, start=257, str="id(42)\n") at /cpython/Python/pythonrun.c:1603 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at /cpython/Python/pythonrun.c:506 #12 pymain_run_command (command=) at /cpython/Modules/main.c:249 #13 pymain_run_python (exitcode=) at /cpython/Modules/main.c:584 #14 Py_RunMain () at /cpython/Modules/main.c:672 #15 pymain_main (args=) at /cpython/Modules/main.c:702 #16 Py_BytesMain (argc=, argv=) at /cpython/Modules/main.c:726 #17 ?? () from /lib/ld-musl-x86_64.so.1 #18 ?? () from /lib/ld-musl-x86_64.so.1 #19 ?? () #20 ?? () ====================================================================== FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 536, in test_NULL_ptr self.assertEqual(gdb_repr, '0x0') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '0x0' + 0x0 ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 664, in test_builtin_method self.assertTrue(re.match(r'', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 572, in test_builtins_help self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected rendering '' ====================================================================== FAIL: test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 345, in test_bytes self.assertGdbRepr(b'') ^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_PyRuntime+9064>' != "b''" - <_PyRuntime+9064> + b'' : '<_PyRuntime+9064>' did not equal expected "b''"; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+9064>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+9064>) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type self.assertSane('id(42)', ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 525, in assertSane self.fail('Unexpected gdb representation: %r\n%s' % \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 #1 cfunction_vectorcall_O (func=, args=, nargsf=, kwnames=) at /cpython/Objects/methodobject.c:516 #2 _PyObject_VectorcallTstate (kwnames=, nargsf=, args=, callable=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_call.h:89 #3 PyObject_Vectorcall (callable=, args=, nargsf=, kwnames=) at /cpython/Objects/call.c:298 #4 _PyEval_EvalFrameDefault (tstate=, frame=, throwflag=) at /cpython/Python/ceval.c:4659 #5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_ceval.h:53 #6 _PyEval_Vector (args=, argcount=0, kwnames=, locals=, func=, tstate=<_PyRuntime+130792>) at /cpython/Python/ceval.c:6067 #7 PyEval_EvalCode (co=, globals=, locals=) at /cpython/Python/ceval.c:1120 #8 run_eval_code_obj (locals=, globals=, co=, tstate=<_PyRuntime+130792>) at /cpython/Python/pythonrun.c:1711 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at /cpython/Python/pythonrun.c:1732 #10 PyRun_StringFlags (flags=, locals=, globals=, start=257, str="id(42)\n") at /cpython/Python/pythonrun.c:1603 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at /cpython/Python/pythonrun.c:506 #12 pymain_run_command (command=) at /cpython/Modules/main.c:249 #13 pymain_run_python (exitcode=) at /cpython/Modules/main.c:584 #14 Py_RunMain () at /cpython/Modules/main.c:672 #15 pymain_main (args=) at /cpython/Modules/main.c:702 #16 Py_BytesMain (argc=, argv=) at /cpython/Modules/main.c:726 #17 ?? () from /lib/ld-musl-x86_64.so.1 #18 ?? () from /lib/ld-musl-x86_64.so.1 #19 ?? () #20 ?? () ====================================================================== FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags self.assertSane('id(42)', ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 525, in assertSane self.fail('Unexpected gdb representation: %r\n%s' % \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 #1 cfunction_vectorcall_O (func=, args=, nargsf=, kwnames=) at /cpython/Objects/methodobject.c:516 #2 _PyObject_VectorcallTstate (kwnames=, nargsf=, args=, callable=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_call.h:89 #3 PyObject_Vectorcall (callable=, args=, nargsf=, kwnames=) at /cpython/Objects/call.c:298 #4 _PyEval_EvalFrameDefault (tstate=, frame=, throwflag=) at /cpython/Python/ceval.c:4659 #5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_ceval.h:53 #6 _PyEval_Vector (args=, argcount=0, kwnames=, locals=, func=, tstate=<_PyRuntime+130792>) at /cpython/Python/ceval.c:6067 #7 PyEval_EvalCode (co=, globals=, locals=) at /cpython/Python/ceval.c:1120 #8 run_eval_code_obj (locals=, globals=, co=, tstate=<_PyRuntime+130792>) at /cpython/Python/pythonrun.c:1711 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at /cpython/Python/pythonrun.c:1732 #10 PyRun_StringFlags (flags=, locals=, globals=, start=257, str="id(42)\n") at /cpython/Python/pythonrun.c:1603 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at /cpython/Python/pythonrun.c:506 #12 pymain_run_command (command=) at /cpython/Modules/main.c:249 #13 pymain_run_python (exitcode=) at /cpython/Modules/main.c:584 #14 Py_RunMain () at /cpython/Modules/main.c:672 #15 pymain_main (args=) at /cpython/Modules/main.c:702 #16 Py_BytesMain (argc=, argv=) at /cpython/Modules/main.c:726 #17 ?? () from /lib/ld-musl-x86_64.so.1 #18 ?? () from /lib/ld-musl-x86_64.so.1 #19 ?? () #20 ?? () ====================================================================== FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name self.assertSane('id(42)', ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 525, in assertSane self.fail('Unexpected gdb representation: %r\n%s' % \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 #1 cfunction_vectorcall_O (func=, args=, nargsf=, kwnames=) at /cpython/Objects/methodobject.c:516 #2 _PyObject_VectorcallTstate (kwnames=, nargsf=, args=, callable=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_call.h:89 #3 PyObject_Vectorcall (callable=, args=, nargsf=, kwnames=) at /cpython/Objects/call.c:298 #4 _PyEval_EvalFrameDefault (tstate=, frame=, throwflag=) at /cpython/Python/ceval.c:4659 #5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+130792>) at /cpython/Include/internal/pycore_ceval.h:53 #6 _PyEval_Vector (args=, argcount=0, kwnames=, locals=, func=, tstate=<_PyRuntime+130792>) at /cpython/Python/ceval.c:6067 #7 PyEval_EvalCode (co=, globals=, locals=) at /cpython/Python/ceval.c:1120 #8 run_eval_code_obj (locals=, globals=, co=, tstate=<_PyRuntime+130792>) at /cpython/Python/pythonrun.c:1711 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at /cpython/Python/pythonrun.c:1732 #10 PyRun_StringFlags (flags=, locals=, globals=, start=257, str="id(42)\n") at /cpython/Python/pythonrun.c:1603 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at /cpython/Python/pythonrun.c:506 #12 pymain_run_command (command=) at /cpython/Modules/main.c:249 #13 pymain_run_python (exitcode=) at /cpython/Modules/main.c:584 #14 Py_RunMain () at /cpython/Modules/main.c:672 #15 pymain_main (args=) at /cpython/Modules/main.c:702 #16 Py_BytesMain (argc=, argv=) at /cpython/Modules/main.c:726 #17 ?? () from /lib/ld-musl-x86_64.so.1 #18 ?? () from /lib/ld-musl-x86_64.so.1 #19 ?? () #20 ?? () ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 333, in test_dicts self.assertGdbRepr({}) ^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '{}' + {} : '' did not equal expected '{}'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 444, in test_exceptions self.assertEqual(gdb_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != "RuntimeError('I am an error',)" + RuntimeError('I am an error',) ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 680, in test_frames self.assertTrue(re.match(r'.*\s+\$1 =\s+Frame 0x-?[0-9a-f]+, for file , line 4, in foo \(a=3.*', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196.\n\nBreakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196\n1196\t PyObject *id = PyLong_FromVoidPtr(v);\n$1 = (PyFrameObject *) \n' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); $1 = (PyFrameObject *) ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 429, in test_frozensets self.assertGdbRepr(frozenset(), "frozenset()") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != 'frozenset()' + frozenset() : '' did not equal expected 'frozenset()'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 319, in test_int self.assertGdbRepr(42) ^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_PyRuntime+2184>' != '42' - <_PyRuntime+2184> + 42 : '<_PyRuntime+2184>' did not equal expected '42'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 340, in test_lists self.assertGdbRepr([]) ^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[]' + [] : '' did not equal expected '[]'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 467, in test_modern_class self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 592, in test_selfreferential_dict self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != "{'foo': {'bar': {...}}}" + {'foo': {'bar': {...}}} ====================================================================== FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 580, in test_selfreferential_list self.assertEqual(gdb_repr, '[3, 4, 5, [...]]') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[3, 4, 5, [...]]' + [3, 4, 5, [...]] ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 615, in test_selfreferential_new_style_instance self.assertTrue(re.match(r'\) at remote 0x-?[0-9a-f]+>', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 602, in test_selfreferential_old_style_instance self.assertTrue(re.match(r'\) at remote 0x-?[0-9a-f]+>', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 411, in test_sets self.assertGdbRepr(set(), "set()") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != 'set()' + set() : '' did not equal expected 'set()'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 327, in test_singletons self.assertGdbRepr(True) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '<_Py_TrueStruct>' != 'True' - <_Py_TrueStruct> + True : '<_Py_TrueStruct>' did not equal expected 'True'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=<_Py_TrueStruct>) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=<_Py_TrueStruct>) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 381, in test_strings self.assertGdbRepr('') ^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != "''" + '' : '' did not equal expected "''"; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 481, in test_subclassing_list self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 496, in test_subclassing_tuple self.assertTrue(m, ^^^^^^^^^^^^^^^^^^ AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 637, in test_truncation self.assertEqual(gdb_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)' Diff is 1041 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 403, in test_tuples self.assertGdbRepr(tuple(), '()') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 313, in assertGdbRepr self.assertEqual(gdb_repr, exp_repr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '()' + () : '' did not equal expected '()'; full output was: Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196. Breakpoint 1, builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 1196 PyObject *id = PyLong_FromVoidPtr(v); #0 builtin_id (self=, v=) at /cpython/Python/bltinmodule.c:1196 ====================================================================== FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 764, in test_down_at_bottom self.assertEndsWith(bt, ^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 291, in assertEndsWith self.assertTrue(actual.endswith(exp_end), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true : 'Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196.\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196\n1196\t PyObject *id = PyLong_FromVoidPtr(v);\n' did not end with 'Unable to find a newer python frame\n' ====================================================================== FAIL: test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_gdb.py", line 772, in test_up_at_top self.assertEndsWith(bt, ^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_gdb.py", line 291, in assertEndsWith self.assertTrue(actual.endswith(exp_end), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true : 'Breakpoint 1 at 0x284110: file /cpython/Python/bltinmodule.c, line 1196.\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at /cpython/Python/bltinmodule.c:1196\n1196\t PyObject *id = PyLong_FromVoidPtr(v);\n' did not end with 'Unable to find an older python frame\n' ---------------------------------------------------------------------- Ran 46 tests in 6.911s FAILED (failures=28, skipped=17) test test_gdb failed 0:00:10 load avg: 3.61 [5/9/4] test_locale -- test_gdb failed (28 failures) test_c (test.test_locale.NormalizeTest) ... ok test_devanagari_modifier (test.test_locale.NormalizeTest) ... ok test_empty (test.test_locale.NormalizeTest) ... ok test_english (test.test_locale.NormalizeTest) ... ok test_euc_encoding (test.test_locale.NormalizeTest) ... ok test_euro_modifier (test.test_locale.NormalizeTest) ... ok test_hyphenated_encoding (test.test_locale.NormalizeTest) ... ok test_japanese (test.test_locale.NormalizeTest) ... ok test_latin_modifier (test.test_locale.NormalizeTest) ... ok test_locale_alias (test.test_locale.NormalizeTest) ... ok test_valencia_modifier (test.test_locale.NormalizeTest) ... ok test_atof (test.test_locale.TestCDelocalizeTest) ... ok test_atoi (test.test_locale.TestCDelocalizeTest) ... ok test_delocalize (test.test_locale.TestCDelocalizeTest) ... ok test_localize (test.test_locale.TestCLocalize) ... ok test_grouping (test.test_locale.TestCNumberFormatting) ... ok test_grouping_and_padding (test.test_locale.TestCNumberFormatting) ... ok test_strcoll (test.test_locale.TestCollation) ... ok test_strxfrm (test.test_locale.TestCollation) ... ok test_strcoll (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... FAIL test_strxfrm (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... FAIL test_atof (test.test_locale.TestEnUSDelocalize) ... ok test_atoi (test.test_locale.TestEnUSDelocalize) ... ok test_delocalize (test.test_locale.TestEnUSDelocalize) ... ok test_localize (test.test_locale.TestEnUSLocalize) ... ok test_complex_formatting (test.test_locale.TestEnUSNumberFormatting) ... ok test_currency (test.test_locale.TestEnUSNumberFormatting) ... ok test_format_deprecation (test.test_locale.TestEnUSNumberFormatting) ... ok test_grouping (test.test_locale.TestEnUSNumberFormatting) ... ok test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) ... ok test_integer_grouping (test.test_locale.TestEnUSNumberFormatting) ... ok test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) ... ok test_padding (test.test_locale.TestEnUSNumberFormatting) ... ok test_simple (test.test_locale.TestEnUSNumberFormatting) ... ok test_onlyOnePattern (test.test_locale.TestFormatPatternArg) ... ok test_currency (test.test_locale.TestFrFRNumberFormatting) ... ok test_decimal_point (test.test_locale.TestFrFRNumberFormatting) ... ok test_grouping (test.test_locale.TestFrFRNumberFormatting) ... ok test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) ... ok test_integer_grouping (test.test_locale.TestFrFRNumberFormatting) ... ok test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) ... ok test_mapping (test.test_locale.TestLocaleFormatString) ... ok test_percent_escape (test.test_locale.TestLocaleFormatString) ... ok test_defaults_UTF8 (test.test_locale.TestMiscellaneous) ... ok test_getpreferredencoding (test.test_locale.TestMiscellaneous) ... ok test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous) ... testing with ('tr_TR', 'ISO8859-9') ok test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous) ... ok test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous) ... ok test_setlocale_category (test.test_locale.TestMiscellaneous) ... ok test_strcoll_3303 (test.test_locale.TestMiscellaneous) ... ok test_complex_formatting (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_format_deprecation (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_integer_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_simple (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok test_atof (test.test_locale.TestfrFRDelocalizeTest) ... ok test_atoi (test.test_locale.TestfrFRDelocalizeTest) ... ok test_delocalize (test.test_locale.TestfrFRDelocalizeTest) ... ok test_localize (test.test_locale.TestfrFRLocalize) ... ok ====================================================================== FAIL: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_locale.py", line 377, in test_strcoll_with_diacritic self.assertLess(locale.strcoll('à', 'b'), 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 126 not less than 0 ====================================================================== FAIL: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_locale.py", line 382, in test_strxfrm_with_diacritic self.assertLess(locale.strxfrm('à'), locale.strxfrm('b')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'à' not less than 'b' ---------------------------------------------------------------------- Ran 64 tests in 0.014s FAILED (failures=2) test test_locale failed 0:00:10 load avg: 3.61 [6/9/5] test_os -- test_locale failed (2 failures) test_blocking (test.test_os.BlockingTests) ... ok test_compare_to_walk (test.test_os.BytesFwalkTests) ... ok test_dir_fd (test.test_os.BytesFwalkTests) ... ok test_fd_leak (test.test_os.BytesFwalkTests) ... ok test_file_like_path (test.test_os.BytesFwalkTests) ... ok test_walk_bad_dir (test.test_os.BytesFwalkTests) ... ok test_walk_bottom_up (test.test_os.BytesFwalkTests) ... ok test_walk_prune (test.test_os.BytesFwalkTests) ... ok test_walk_symlink (test.test_os.BytesFwalkTests) ... ok test_walk_topdown (test.test_os.BytesFwalkTests) ... ok test_yields_correct_dir_fd (test.test_os.BytesFwalkTests) ... ok test_file_like_path (test.test_os.BytesWalkTests) ... ok test_walk_bad_dir (test.test_os.BytesWalkTests) ... ok test_walk_bottom_up (test.test_os.BytesWalkTests) ... ok test_walk_many_open_files (test.test_os.BytesWalkTests) ... ok test_walk_prune (test.test_os.BytesWalkTests) ... ok test_walk_symlink (test.test_os.BytesWalkTests) ... ok test_walk_topdown (test.test_os.BytesWalkTests) ... ok test_cpu_count (test.test_os.CPUCountTests) ... ok test_chown_gid (test.test_os.ChownFileTests) ... ok test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests) ... ok test_chown_with_root (test.test_os.ChownFileTests) ... ok test_chown_without_permission (test.test_os.ChownFileTests) ... skipped 'test needs non-root account and more than one user' test_devnull (test.test_os.DevNullTests) ... ok test_bad_fd (test.test_os.DeviceEncodingTests) ... ok test_device_encoding (test.test_os.DeviceEncodingTests) ... ok test___repr__ (test.test_os.EnvironTests) Check that the repr() of os.environ looks like environ({...}). ... ok test_bool (test.test_os.EnvironTests) ... ok test_constructor (test.test_os.EnvironTests) ... ok test_environb (test.test_os.EnvironTests) ... ok test_get (test.test_os.EnvironTests) ... ok test_get_exec_path (test.test_os.EnvironTests) ... ok test_getitem (test.test_os.EnvironTests) ... ok test_ior_operator (test.test_os.EnvironTests) ... ok test_ior_operator_invalid_dicts (test.test_os.EnvironTests) ... ok test_ior_operator_key_value_iterable (test.test_os.EnvironTests) ... ok test_items (test.test_os.EnvironTests) ... ok test_iter_error_when_changing_os_environ (test.test_os.EnvironTests) ... ok test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests) ... ok test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests) ... ok test_key_type (test.test_os.EnvironTests) ... ok test_keys (test.test_os.EnvironTests) ... ok test_keyvalue_types (test.test_os.EnvironTests) ... ok test_len (test.test_os.EnvironTests) ... ok test_or_operator (test.test_os.EnvironTests) ... ok test_os_popen_iter (test.test_os.EnvironTests) ... ok test_pop (test.test_os.EnvironTests) ... ok test_popitem (test.test_os.EnvironTests) ... ok test_putenv_unsetenv (test.test_os.EnvironTests) ... ok test_putenv_unsetenv_error (test.test_os.EnvironTests) ... ok test_read (test.test_os.EnvironTests) ... ok test_ror_operator (test.test_os.EnvironTests) ... ok test_setdefault (test.test_os.EnvironTests) ... ok test_update (test.test_os.EnvironTests) ... ok test_update2 (test.test_os.EnvironTests) ... ok test_values (test.test_os.EnvironTests) ... ok test_write (test.test_os.EnvironTests) ... ok test_eventfd_initval (test.test_os.EventfdTests) ... ok test_eventfd_select (test.test_os.EventfdTests) ... ok test_eventfd_semaphore (test.test_os.EventfdTests) ... ok test_execv_with_bad_arglist (test.test_os.ExecTests) ... ok test_execve_invalid_env (test.test_os.ExecTests) ... ok test_execve_with_empty_path (test.test_os.ExecTests) ... skipped 'Win32-specific test' test_execvpe_with_bad_arglist (test.test_os.ExecTests) ... ok test_execvpe_with_bad_program (test.test_os.ExecTests) ... ok test_internal_execvpe_str (test.test_os.ExecTests) ... ok test_os_all (test.test_os.ExportsTests) ... ok test_fds (test.test_os.ExtendedAttributeTests) ... skipped 'no non-broken extended attribute support' test_lpath (test.test_os.ExtendedAttributeTests) ... skipped 'no non-broken extended attribute support' test_simple (test.test_os.ExtendedAttributeTests) ... skipped 'no non-broken extended attribute support' test_dup (test.test_os.FDInheritanceTests) ... ok test_dup2 (test.test_os.FDInheritanceTests) ... ok test_dup_nul (test.test_os.FDInheritanceTests) ... skipped 'win32-specific test' test_dup_standard_stream (test.test_os.FDInheritanceTests) ... ok test_get_inheritable_cloexec (test.test_os.FDInheritanceTests) ... ok test_get_set_inheritable (test.test_os.FDInheritanceTests) ... ok test_get_set_inheritable_badf (test.test_os.FDInheritanceTests) ... ok test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests) ... ok test_open (test.test_os.FDInheritanceTests) ... ok test_openpty (test.test_os.FDInheritanceTests) ... ok test_pipe (test.test_os.FDInheritanceTests) ... ok test_set_inheritable_cloexec (test.test_os.FDInheritanceTests) ... ok test_identity (test.test_os.FSEncodingTests) ... ok test_nop (test.test_os.FSEncodingTests) ... ok test_access (test.test_os.FileTests) ... ok test_closerange (test.test_os.FileTests) ... ok test_copy_file_range (test.test_os.FileTests) ... ok test_copy_file_range_invalid_values (test.test_os.FileTests) ... ok test_copy_file_range_offset (test.test_os.FileTests) ... ok test_fdopen (test.test_os.FileTests) ... ok test_large_read (test.test_os.FileTests) ... skipped 'not enough memory: 2.0G minimum needed' test_open_keywords (test.test_os.FileTests) ... ok test_read (test.test_os.FileTests) ... ok test_rename (test.test_os.FileTests) ... ok test_replace (test.test_os.FileTests) ... ok test_splice (test.test_os.FileTests) ... ok test_splice_invalid_values (test.test_os.FileTests) ... ok test_splice_offset_in (test.test_os.FileTests) ... ok test_splice_offset_out (test.test_os.FileTests) ... ok test_symlink_keywords (test.test_os.FileTests) ... ok test_write (test.test_os.FileTests) ... ok test_write_windows_console (test.test_os.FileTests) ... skipped 'test specific to the Windows console' test_fork (test.test_os.ForkTests) ... ok test_compare_to_walk (test.test_os.FwalkTests) ... ok test_dir_fd (test.test_os.FwalkTests) ... ok test_fd_leak (test.test_os.FwalkTests) ... ok test_file_like_path (test.test_os.FwalkTests) ... ok test_walk_bad_dir (test.test_os.FwalkTests) ... ok test_walk_bottom_up (test.test_os.FwalkTests) ... ok test_walk_prune (test.test_os.FwalkTests) ... ok test_walk_symlink (test.test_os.FwalkTests) ... ok test_walk_topdown (test.test_os.FwalkTests) ... ok test_yields_correct_dir_fd (test.test_os.FwalkTests) ... ok test_getrandom0 (test.test_os.GetRandomTests) ... ok test_getrandom_nonblock (test.test_os.GetRandomTests) ... ok test_getrandom_random (test.test_os.GetRandomTests) ... ok test_getrandom_type (test.test_os.GetRandomTests) ... ok test_getrandom_value (test.test_os.GetRandomTests) ... ok test_link (test.test_os.LinkTests) ... ok test_link_bytes (test.test_os.LinkTests) ... ok test_unicode_name (test.test_os.LinkTests) ... ok test_getlogin (test.test_os.LoginTests) ... skipped 'Skip due to platform/environment differences on *NIX buildbots' test_exist_ok_existing_directory (test.test_os.MakedirTests) ... ok test_exist_ok_existing_regular_file (test.test_os.MakedirTests) ... ok test_exist_ok_s_isgid_directory (test.test_os.MakedirTests) ... ok test_makedir (test.test_os.MakedirTests) ... ok test_mode (test.test_os.MakedirTests) ... ok test_memfd_create (test.test_os.MemfdCreateTests) ... ok test_getcwd (test.test_os.MiscTests) ... ok test_getcwd_long_path (test.test_os.MiscTests) ... Tested current directory length: 2000 ok test_getcwdb (test.test_os.MiscTests) ... ok test_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests) The symlink target should resolve relative to the link, not relative ... ok test_oserror_filename (test.test_os.OSErrorTests) ... ok test_path_t_converter (test.test_os.PathTConverterTests) ... ok test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests) ... ok test_listdir (test.test_os.Pep383Tests) ... ok test_open (test.test_os.Pep383Tests) ... ok test_stat (test.test_os.Pep383Tests) ... ok test_statvfs (test.test_os.Pep383Tests) ... ok test_getppid (test.test_os.PidTests) ... ok test_waitpid (test.test_os.PidTests) ... ok test_waitpid_windows (test.test_os.PidTests) ... skipped 'win32-specific test' test_waitstatus_to_exitcode (test.test_os.PidTests) ... ok test_waitstatus_to_exitcode_kill (test.test_os.PidTests) ... ok test_waitstatus_to_exitcode_windows (test.test_os.PidTests) ... skipped 'win32-specific test' test_setegid (test.test_os.PosixUidGidTests) ... ok test_seteuid (test.test_os.PosixUidGidTests) ... ok test_setgid (test.test_os.PosixUidGidTests) ... ok test_setregid (test.test_os.PosixUidGidTests) ... ok test_setregid_neg1 (test.test_os.PosixUidGidTests) ... ok test_setreuid (test.test_os.PosixUidGidTests) ... ok test_setreuid_neg1 (test.test_os.PosixUidGidTests) ... ok test_setuid (test.test_os.PosixUidGidTests) ... ok test_set_get_priority (test.test_os.ProgramPriorityTests) ... ok test_bytes (test.test_os.ReadlinkTests) ... ok test_missing_link (test.test_os.ReadlinkTests) ... ok test_not_symlink (test.test_os.ReadlinkTests) ... ok test_pathlike (test.test_os.ReadlinkTests) ... ok test_pathlike_bytes (test.test_os.ReadlinkTests) ... ok test_remove_all (test.test_os.RemoveDirsTests) ... ok test_remove_nothing (test.test_os.RemoveDirsTests) ... ok test_remove_partial (test.test_os.RemoveDirsTests) ... ok test_nowait (test.test_os.SpawnTests) ... ok test_spawnl (test.test_os.SpawnTests) ... ok test_spawnl_noargs (test.test_os.SpawnTests) ... ok test_spawnle (test.test_os.SpawnTests) ... ok test_spawnle_noargs (test.test_os.SpawnTests) ... ok test_spawnlp (test.test_os.SpawnTests) ... ok test_spawnlpe (test.test_os.SpawnTests) ... ok test_spawnv (test.test_os.SpawnTests) ... ok test_spawnv_noargs (test.test_os.SpawnTests) ... ok test_spawnve (test.test_os.SpawnTests) ... ok test_spawnve_bytes (test.test_os.SpawnTests) ... ok test_spawnve_invalid_env (test.test_os.SpawnTests) ... ok test_spawnve_noargs (test.test_os.SpawnTests) ... ok test_spawnvp (test.test_os.SpawnTests) ... ok test_spawnvpe (test.test_os.SpawnTests) ... ok test_spawnvpe_invalid_env (test.test_os.SpawnTests) ... ok test_15261 (test.test_os.StatAttributeTests) ... skipped 'Win32 specific tests' test_1686475 (test.test_os.StatAttributeTests) ... skipped 'Win32 specific tests' test_access_denied (test.test_os.StatAttributeTests) ... skipped 'Win32 specific tests' test_file_attributes (test.test_os.StatAttributeTests) ... skipped 'st_file_attributes is Win32 specific' test_stat_attributes (test.test_os.StatAttributeTests) ... ok test_stat_attributes_bytes (test.test_os.StatAttributeTests) ... ok test_stat_block_device (test.test_os.StatAttributeTests) ... skipped 'Win32 specific tests' test_stat_result_pickle (test.test_os.StatAttributeTests) ... ok test_statvfs_attributes (test.test_os.StatAttributeTests) ... ok test_statvfs_result_pickle (test.test_os.StatAttributeTests) ... ok test_does_not_crash (test.test_os.TermsizeTests) Check if get_terminal_size() returns a meaningful value. ... skipped 'failed to query terminal size' test_stty_match (test.test_os.TermsizeTests) Check if stty returns the same results ... ok test_uninstantiable (test.test_os.TestDirEntry) ... ok test_unpickable (test.test_os.TestDirEntry) ... ok test_blocking (test.test_os.TestInvalidFD) ... ok test_closerange (test.test_os.TestInvalidFD) ... ok test_dup (test.test_os.TestInvalidFD) ... ok test_dup2 (test.test_os.TestInvalidFD) ... ok test_fchdir (test.test_os.TestInvalidFD) ... ok test_fchmod (test.test_os.TestInvalidFD) ... ok test_fchown (test.test_os.TestInvalidFD) ... ok test_fdatasync (test.test_os.TestInvalidFD) ... ok test_fdopen (test.test_os.TestInvalidFD) ... ok test_fpathconf (test.test_os.TestInvalidFD) ... FAIL test_fstat (test.test_os.TestInvalidFD) ... ok test_fstatvfs (test.test_os.TestInvalidFD) ... ok test_fsync (test.test_os.TestInvalidFD) ... ok test_ftruncate (test.test_os.TestInvalidFD) ... ok test_inheritable (test.test_os.TestInvalidFD) ... ok test_isatty (test.test_os.TestInvalidFD) ... ok test_lseek (test.test_os.TestInvalidFD) ... ok test_read (test.test_os.TestInvalidFD) ... ok test_readv (test.test_os.TestInvalidFD) ... ok test_tcgetpgrp (test.test_os.TestInvalidFD) ... ok test_tcsetpgrpt (test.test_os.TestInvalidFD) ... ok test_ttyname (test.test_os.TestInvalidFD) ... ok test_write (test.test_os.TestInvalidFD) ... ok test_writev (test.test_os.TestInvalidFD) ... ok test_argument_required (test.test_os.TestPEP519) ... ok test_bad_pathlike (test.test_os.TestPEP519) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519) ... ok test_pathlike (test.test_os.TestPEP519) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519) ... ok test_return_bytes (test.test_os.TestPEP519) ... ok test_return_string (test.test_os.TestPEP519) ... ok test_argument_required (test.test_os.TestPEP519PurePython) ... ok test_bad_pathlike (test.test_os.TestPEP519PurePython) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519PurePython) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519PurePython) ... ok test_pathlike (test.test_os.TestPEP519PurePython) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519PurePython) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519PurePython) ... ok test_return_bytes (test.test_os.TestPEP519PurePython) ... ok test_return_string (test.test_os.TestPEP519PurePython) ... ok test_attributes (test.test_os.TestScandir) ... ok test_bad_path_type (test.test_os.TestScandir) ... ok test_broken_symlink (test.test_os.TestScandir) ... ok test_bytes (test.test_os.TestScandir) ... ok test_bytes_like (test.test_os.TestScandir) ... ok test_close (test.test_os.TestScandir) ... ok test_consume_iterator_twice (test.test_os.TestScandir) ... ok test_context_manager (test.test_os.TestScandir) ... ok test_context_manager_close (test.test_os.TestScandir) ... ok test_context_manager_exception (test.test_os.TestScandir) ... ok test_current_directory (test.test_os.TestScandir) ... ok test_empty_path (test.test_os.TestScandir) ... ok test_fd (test.test_os.TestScandir) ... ok test_fspath_protocol (test.test_os.TestScandir) ... ok test_fspath_protocol_bytes (test.test_os.TestScandir) ... ok test_removed_dir (test.test_os.TestScandir) ... ok test_removed_file (test.test_os.TestScandir) ... ok test_repr (test.test_os.TestScandir) ... ok test_resource_warning (test.test_os.TestScandir) ... ok test_uninstantiable (test.test_os.TestScandir) ... ok test_unpickable (test.test_os.TestScandir) ... ok test_flags (test.test_os.TestSendfile) ... skipped 'requires headers and trailers support' test_headers (test.test_os.TestSendfile) ... skipped 'requires headers and trailers support' test_headers_overflow_32bits (test.test_os.TestSendfile) ... skipped 'requires headers and trailers support' test_invalid_offset (test.test_os.TestSendfile) ... ok test_keywords (test.test_os.TestSendfile) ... ok test_offset_overflow (test.test_os.TestSendfile) ... ok test_send_at_certain_offset (test.test_os.TestSendfile) ... ok test_send_whole_file (test.test_os.TestSendfile) ... ok test_trailers (test.test_os.TestSendfile) ... skipped 'requires headers and trailers support' test_trailers_overflow_32bits (test.test_os.TestSendfile) ... skipped 'requires headers and trailers support' test_times (test.test_os.TimesTests) ... ok test_urandom_failure (test.test_os.URandomFDTests) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_closed (test.test_os.URandomFDTests) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_reopened (test.test_os.URandomFDTests) ... skipped 'os.random() does not use a file descriptor' test_urandom_length (test.test_os.URandomTests) ... ok test_urandom_subprocess (test.test_os.URandomTests) ... ok test_urandom_value (test.test_os.URandomTests) ... ok test_issue31577 (test.test_os.UtimeTests) ... ok test_large_time (test.test_os.UtimeTests) ... skipped 'requires NTFS' test_utime (test.test_os.UtimeTests) ... ok test_utime_by_indexed (test.test_os.UtimeTests) ... ok test_utime_by_times (test.test_os.UtimeTests) ... ok test_utime_current (test.test_os.UtimeTests) ... ok test_utime_current_old (test.test_os.UtimeTests) ... ok test_utime_dir_fd (test.test_os.UtimeTests) ... ok test_utime_directory (test.test_os.UtimeTests) ... ok test_utime_fd (test.test_os.UtimeTests) ... ok test_utime_invalid_arguments (test.test_os.UtimeTests) ... ok test_utime_nofollow_symlinks (test.test_os.UtimeTests) ... ok test_file_like_path (test.test_os.WalkTests) ... ok test_walk_bad_dir (test.test_os.WalkTests) ... ok test_walk_bottom_up (test.test_os.WalkTests) ... ok test_walk_many_open_files (test.test_os.WalkTests) ... ok test_walk_prune (test.test_os.WalkTests) ... ok test_walk_symlink (test.test_os.WalkTests) ... ok test_walk_topdown (test.test_os.WalkTests) ... ok test_chdir (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_chmod (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_mkdir (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_remove (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_rename (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_utime (test.test_os.Win32ErrorTests) ... skipped 'Win32 specific tests' test_create_junction (test.test_os.Win32JunctionTests) ... skipped 'Win32 specific tests' test_unlink_removes_junction (test.test_os.Win32JunctionTests) ... skipped 'Win32 specific tests' test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests) ... skipped 'Win32 specific tests' test_CTRL_C_EVENT (test.test_os.Win32KillTests) ... skipped 'Win32 specific tests' test_kill_int (test.test_os.Win32KillTests) ... skipped 'Win32 specific tests' test_kill_sigterm (test.test_os.Win32KillTests) ... skipped 'Win32 specific tests' test_listdir_extended_path (test.test_os.Win32ListdirTests) Test when the path starts with '\\?\'. ... skipped 'Win32 specific tests' test_listdir_no_extended_path (test.test_os.Win32ListdirTests) Test when the path is not an "extended" path. ... skipped 'Win32 specific tests' test_getfinalpathname_handles (test.test_os.Win32NtTests) ... skipped 'Win32 specific tests' test_12084 (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_29248 (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_appexeclink (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_buffer_overflow (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_directory_link (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_file_link (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) ... skipped 'Win32 specific tests' ====================================================================== FAIL: test_fpathconf (test.test_os.TestInvalidFD) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_os.py", line 2160, in test_fpathconf self.check(os.pathconf, "PC_NAME_MAX") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_os.py", line 2120, in check self.fail("%r didn't raise an OSError with a bad file descriptor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: didn't raise an OSError with a bad file descriptor ---------------------------------------------------------------------- Ran 315 tests in 0.816s FAILED (failures=1, skipped=50) test test_os failed 0:00:11 load avg: 3.64 [7/9/6] test_posix -- test_os failed (1 failure) test_initgroups (test.test_posix.PosixGroupsTester) ... ok test_setgroups (test.test_posix.PosixGroupsTester) ... ok testNoArgFunctions (test.test_posix.PosixTester) ... ok test_access (test.test_posix.PosixTester) ... ok test_access_dir_fd (test.test_posix.PosixTester) ... ok test_chdir (test.test_posix.PosixTester) ... ok test_chflags (test.test_posix.PosixTester) ... skipped 'test needs os.chflags()' test_chmod_dir_fd (test.test_posix.PosixTester) ... ok test_chown (test.test_posix.PosixTester) ... ERROR test_chown_dir_fd (test.test_posix.PosixTester) ... ok test_cld_xxxx_constants (test.test_posix.PosixTester) ... ok test_confstr (test.test_posix.PosixTester) ... ok test_dup (test.test_posix.PosixTester) ... ok test_dup2 (test.test_posix.PosixTester) ... ok test_environ (test.test_posix.PosixTester) ... ok test_fchown (test.test_posix.PosixTester) ... ERROR test_fexecve (test.test_posix.PosixTester) ... ok test_fs_holes (test.test_posix.PosixTester) ... skipped 'test needs an OS that reports file holes' test_fstat (test.test_posix.PosixTester) ... ok test_fstatvfs (test.test_posix.PosixTester) ... ok test_ftruncate (test.test_posix.PosixTester) ... ok test_get_and_set_scheduler_and_param (test.test_posix.PosixTester) ... skipped 'requires POSIX scheduler API' test_getcwd_long_pathnames (test.test_posix.PosixTester) ... ok test_getgrouplist (test.test_posix.PosixTester) ... ok test_getgroups (test.test_posix.PosixTester) ... ok test_getresgid (test.test_posix.PosixTester) ... ok test_getresuid (test.test_posix.PosixTester) ... ok test_initgroups (test.test_posix.PosixTester) ... ok test_lchflags_regular_file (test.test_posix.PosixTester) ... skipped 'test needs os.lchflags()' test_lchflags_symlink (test.test_posix.PosixTester) ... skipped 'test needs os.lchflags()' test_lchown (test.test_posix.PosixTester) ... ERROR test_link_dir_fd (test.test_posix.PosixTester) ... ok test_listdir (test.test_posix.PosixTester) ... ok test_listdir_bytes (test.test_posix.PosixTester) ... ok test_listdir_bytes_like (test.test_posix.PosixTester) ... ok test_listdir_default (test.test_posix.PosixTester) ... ok test_listdir_fd (test.test_posix.PosixTester) ... ok test_lockf (test.test_posix.PosixTester) ... ok test_makedev (test.test_posix.PosixTester) ... ok test_mkdir_dir_fd (test.test_posix.PosixTester) ... ok test_mkfifo (test.test_posix.PosixTester) ... ok test_mkfifo_dir_fd (test.test_posix.PosixTester) ... ok test_mknod (test.test_posix.PosixTester) ... ok test_mknod_dir_fd (test.test_posix.PosixTester) ... ok test_open_dir_fd (test.test_posix.PosixTester) ... ok test_oscloexec (test.test_posix.PosixTester) ... ok test_osexlock (test.test_posix.PosixTester) ... skipped 'test needs posix.O_EXLOCK' test_osshlock (test.test_posix.PosixTester) ... skipped 'test needs posix.O_SHLOCK' test_path_error2 (test.test_posix.PosixTester) Test functions that call path_error2(), providing two filenames in their exceptions. ... ok test_path_with_null_byte (test.test_posix.PosixTester) ... ok test_path_with_null_character (test.test_posix.PosixTester) ... ok test_pidfd_open (test.test_posix.PosixTester) ... ok test_pipe (test.test_posix.PosixTester) ... ok test_pipe2 (test.test_posix.PosixTester) ... ok test_pipe2_c_limits (test.test_posix.PosixTester) ... ok test_posix_fadvise (test.test_posix.PosixTester) ... ok test_posix_fadvise_errno (test.test_posix.PosixTester) ... ok test_posix_fallocate (test.test_posix.PosixTester) ... ok test_posix_fallocate_errno (test.test_posix.PosixTester) ... ok test_pread (test.test_posix.PosixTester) ... ok test_preadv (test.test_posix.PosixTester) ... ok test_preadv_flags (test.test_posix.PosixTester) ... skipped 'test needs posix.RWF_HIPRI' test_preadv_overflow_32bits (test.test_posix.PosixTester) ... skipped 'test is only meaningful on 32-bit builds' test_putenv (test.test_posix.PosixTester) ... ok test_pwrite (test.test_posix.PosixTester) ... ok test_pwritev (test.test_posix.PosixTester) ... ok test_pwritev_flags (test.test_posix.PosixTester) ... skipped 'test needs os.RWF_SYNC' test_pwritev_overflow_32bits (test.test_posix.PosixTester) ... skipped 'test is only meaningful on 32-bit builds' test_readlink_dir_fd (test.test_posix.PosixTester) ... ok test_readv (test.test_posix.PosixTester) ... ok test_readv_overflow_32bits (test.test_posix.PosixTester) ... skipped 'test is only meaningful on 32-bit builds' test_register_at_fork (test.test_posix.PosixTester) ... ok test_rename_dir_fd (test.test_posix.PosixTester) ... ok test_rtld_constants (test.test_posix.PosixTester) ... ok test_sched_getaffinity (test.test_posix.PosixTester) ... ok test_sched_priority (test.test_posix.PosixTester) ... ok test_sched_rr_get_interval (test.test_posix.PosixTester) ... ok test_sched_setaffinity (test.test_posix.PosixTester) ... ok test_sched_yield (test.test_posix.PosixTester) ... ok test_setresgid (test.test_posix.PosixTester) ... ok test_setresgid_exception (test.test_posix.PosixTester) ... ok test_setresuid (test.test_posix.PosixTester) ... ok test_setresuid_exception (test.test_posix.PosixTester) ... ok test_stat (test.test_posix.PosixTester) ... ok test_stat_dir_fd (test.test_posix.PosixTester) ... ok test_statvfs (test.test_posix.PosixTester) ... ok test_strerror (test.test_posix.PosixTester) ... ok test_symlink_dir_fd (test.test_posix.PosixTester) ... ok test_truncate (test.test_posix.PosixTester) ... ok test_umask (test.test_posix.PosixTester) ... ok test_unlink_dir_fd (test.test_posix.PosixTester) ... ok test_utime (test.test_posix.PosixTester) ... ok test_utime_dir_fd (test.test_posix.PosixTester) ... ok test_utime_nofollow_symlinks (test.test_posix.PosixTester) ... ok test_utime_with_fd (test.test_posix.PosixTester) ... ok test_waitid (test.test_posix.PosixTester) ... ok test_writev (test.test_posix.PosixTester) ... ok test_writev_overflow_32bits (test.test_posix.PosixTester) ... skipped 'test is only meaningful on 32-bit builds' test_bad_file_actions (test.test_posix.TestPosixSpawn) ... ok test_close_file (test.test_posix.TestPosixSpawn) ... ok test_dup2 (test.test_posix.TestPosixSpawn) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawn) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawn) ... ok test_no_such_executable (test.test_posix.TestPosixSpawn) ... ok test_none_file_actions (test.test_posix.TestPosixSpawn) ... ok test_open_file (test.test_posix.TestPosixSpawn) ... ok test_resetids (test.test_posix.TestPosixSpawn) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawn) ... ok test_resetids_wrong_type (test.test_posix.TestPosixSpawn) ... ok test_returns_pid (test.test_posix.TestPosixSpawn) ... ok test_setpgroup (test.test_posix.TestPosixSpawn) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawn) ... skipped 'requires POSIX scheduler API' test_setscheduler_with_policy (test.test_posix.TestPosixSpawn) ... skipped 'requires POSIX scheduler API' test_setsid (test.test_posix.TestPosixSpawn) ... ok test_setsigdef (test.test_posix.TestPosixSpawn) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn) ... ok test_setsigmask (test.test_posix.TestPosixSpawn) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn) ... ok test_specify_environment (test.test_posix.TestPosixSpawn) ... ok test_bad_file_actions (test.test_posix.TestPosixSpawnP) ... ok test_close_file (test.test_posix.TestPosixSpawnP) ... ok test_dup2 (test.test_posix.TestPosixSpawnP) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawnP) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawnP) ... ok test_no_such_executable (test.test_posix.TestPosixSpawnP) ... ok test_none_file_actions (test.test_posix.TestPosixSpawnP) ... ok test_open_file (test.test_posix.TestPosixSpawnP) ... ok test_posix_spawnp (test.test_posix.TestPosixSpawnP) ... ok test_resetids (test.test_posix.TestPosixSpawnP) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawnP) ... ok test_resetids_wrong_type (test.test_posix.TestPosixSpawnP) ... ok test_returns_pid (test.test_posix.TestPosixSpawnP) ... ok test_setpgroup (test.test_posix.TestPosixSpawnP) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawnP) ... skipped 'requires POSIX scheduler API' test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP) ... skipped 'requires POSIX scheduler API' test_setsid (test.test_posix.TestPosixSpawnP) ... ok test_setsigdef (test.test_posix.TestPosixSpawnP) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP) ... ok test_setsigmask (test.test_posix.TestPosixSpawnP) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP) ... ok test_specify_environment (test.test_posix.TestPosixSpawnP) ... ok test_access (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_chmod (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_chown (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_link (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_listdir_scandir (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_mkdir (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_open (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_pwritev (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_readlink (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_rename_replace (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_stat (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_symlink (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_unlink_rmdir (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' test_utime (test.test_posix.TestPosixWeaklinking) ... skipped 'test weak linking on macOS' ====================================================================== ERROR: test_chown (test.test_posix.PosixTester) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_posix.py", line 786, in test_chown self._test_all_chown_common(posix.chown, os_helper.TESTFN, posix.stat) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_posix.py", line 751, in _test_all_chown_common chown_func(first_param, big_value, big_value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument: '@test_4722_tmpæ' ====================================================================== ERROR: test_fchown (test.test_posix.PosixTester) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_posix.py", line 796, in test_fchown self._test_all_chown_common(posix.fchown, fd, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_posix.py", line 751, in _test_all_chown_common chown_func(first_param, big_value, big_value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument ====================================================================== ERROR: test_lchown (test.test_posix.PosixTester) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_posix.py", line 806, in test_lchown self._test_all_chown_common(posix.lchown, os_helper.TESTFN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_posix.py", line 751, in _test_all_chown_common chown_func(first_param, big_value, big_value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument: '@test_4722_tmpæ' ---------------------------------------------------------------------- Ran 157 tests in 0.861s FAILED (errors=3, skipped=31) test test_posix failed 0:00:12 load avg: 3.64 [8/9/7] test_re -- test_posix failed (3 errors) test_re_benchmarks (test.test_re.ExternalTests) re_tests benchmarks ... ok test_re_tests (test.test_re.ExternalTests) re_tests test suite ... ok test_disallow_instantiation (test.test_re.ImplementationTest) ... ok test_immutable (test.test_re.ImplementationTest) ... ok test_overlap_table (test.test_re.ImplementationTest) ... ok test_signedness (test.test_re.ImplementationTest) ... ok test_bytes (test.test_re.PatternReprTests) ... ok test_flags_repr (test.test_re.PatternReprTests) ... ok test_inline_flags (test.test_re.PatternReprTests) ... ok test_locale (test.test_re.PatternReprTests) ... ok test_long_pattern (test.test_re.PatternReprTests) ... ok test_multiple_flags (test.test_re.PatternReprTests) ... ok test_quotes (test.test_re.PatternReprTests) ... ok test_single_flag (test.test_re.PatternReprTests) ... ok test_unicode_flag (test.test_re.PatternReprTests) ... ok test_unknown_flags (test.test_re.PatternReprTests) ... ok test_without_flags (test.test_re.PatternReprTests) ... ok test_anyall (test.test_re.ReTests) ... ok test_ascii_and_unicode_flag (test.test_re.ReTests) ... ok test_backref_group_name_in_exception (test.test_re.ReTests) ... ok test_basic_re_sub (test.test_re.ReTests) ... ok test_big_codesize (test.test_re.ReTests) ... ok test_bigcharset (test.test_re.ReTests) ... ok test_bug_113254 (test.test_re.ReTests) ... ok test_bug_114660 (test.test_re.ReTests) ... ok test_bug_117612 (test.test_re.ReTests) ... ok test_bug_1661 (test.test_re.ReTests) ... ok test_bug_16688 (test.test_re.ReTests) ... ok test_bug_20998 (test.test_re.ReTests) ... ok test_bug_2537 (test.test_re.ReTests) ... ok test_bug_29444 (test.test_re.ReTests) ... ok test_bug_34294 (test.test_re.ReTests) ... ok test_bug_3629 (test.test_re.ReTests) ... ok test_bug_40736 (test.test_re.ReTests) ... ok test_bug_418626 (test.test_re.ReTests) ... ok test_bug_448951 (test.test_re.ReTests) ... ok test_bug_449000 (test.test_re.ReTests) ... ok test_bug_449964 (test.test_re.ReTests) ... ok test_bug_527371 (test.test_re.ReTests) ... ok test_bug_581080 (test.test_re.ReTests) ... ok test_bug_612074 (test.test_re.ReTests) ... ok test_bug_6509 (test.test_re.ReTests) ... ok test_bug_6561 (test.test_re.ReTests) ... ok test_bug_725106 (test.test_re.ReTests) ... ok test_bug_725149 (test.test_re.ReTests) ... ok test_bug_764548 (test.test_re.ReTests) ... ok test_bug_817234 (test.test_re.ReTests) ... ok test_bug_926075 (test.test_re.ReTests) ... ok test_bug_931848 (test.test_re.ReTests) ... ok test_bytes_str_mixing (test.test_re.ReTests) ... ok test_case_helpers (test.test_re.ReTests) ... ok test_category (test.test_re.ReTests) ... ok test_character_set_errors (test.test_re.ReTests) ... ok test_compile (test.test_re.ReTests) ... ok test_constants (test.test_re.ReTests) ... ok test_copying (test.test_re.ReTests) ... ok test_dealloc (test.test_re.ReTests) ... ok test_debug_flag (test.test_re.ReTests) ... ok test_dollar_matches_twice (test.test_re.ReTests) $ matches the end of string, and just before the terminating ... ok test_empty_array (test.test_re.ReTests) ... ok test_enum (test.test_re.ReTests) ... ok test_error (test.test_re.ReTests) ... ok test_expand (test.test_re.ReTests) ... ok test_finditer (test.test_re.ReTests) ... ok test_flags (test.test_re.ReTests) ... ok test_getattr (test.test_re.ReTests) ... ok test_group (test.test_re.ReTests) ... ok test_group_name_in_exception (test.test_re.ReTests) ... ok test_groupdict (test.test_re.ReTests) ... ok test_ignore_case (test.test_re.ReTests) ... ok test_ignore_case_range (test.test_re.ReTests) ... ok test_ignore_case_set (test.test_re.ReTests) ... ok test_inline_flags (test.test_re.ReTests) ... ok test_issue17998 (test.test_re.ReTests) ... ok test_keep_buffer (test.test_re.ReTests) ... ok test_keyword_parameters (test.test_re.ReTests) ... ok test_large_search (test.test_re.ReTests) ... ok test_large_subn (test.test_re.ReTests) ... ok test_locale_caching (test.test_re.ReTests) ... FAIL test_locale_compiled (test.test_re.ReTests) ... FAIL test_locale_flag (test.test_re.ReTests) ... ok test_lookahead (test.test_re.ReTests) ... ok test_lookbehind (test.test_re.ReTests) ... ok test_match_getitem (test.test_re.ReTests) ... ok test_match_repr (test.test_re.ReTests) ... ok test_misc_errors (test.test_re.ReTests) ... ok test_multiple_repeat (test.test_re.ReTests) ... ok test_named_unicode_escapes (test.test_re.ReTests) ... ok test_not_literal (test.test_re.ReTests) ... ok test_nothing_to_repeat (test.test_re.ReTests) ... ok test_other_escapes (test.test_re.ReTests) ... ok test_pattern_compare (test.test_re.ReTests) ... ok test_pattern_compare_bytes (test.test_re.ReTests) ... ok test_pickling (test.test_re.ReTests) ... ok test_possible_set_operations (test.test_re.ReTests) ... ok test_qualified_re_split (test.test_re.ReTests) ... ok test_qualified_re_sub (test.test_re.ReTests) ... ok test_re_escape (test.test_re.ReTests) ... ok test_re_escape_bytes (test.test_re.ReTests) ... ok test_re_escape_non_ascii (test.test_re.ReTests) ... ok test_re_escape_non_ascii_bytes (test.test_re.ReTests) ... ok test_re_findall (test.test_re.ReTests) ... ok test_re_fullmatch (test.test_re.ReTests) ... ok test_re_groupref (test.test_re.ReTests) ... ok test_re_groupref_exists (test.test_re.ReTests) ... ok test_re_groupref_overflow (test.test_re.ReTests) ... ok test_re_match (test.test_re.ReTests) ... ok test_re_split (test.test_re.ReTests) ... ok test_re_subn (test.test_re.ReTests) ... ok test_repeat_minmax (test.test_re.ReTests) ... ok test_repeat_minmax_overflow (test.test_re.ReTests) ... ok test_repeat_minmax_overflow_maxrepeat (test.test_re.ReTests) ... ok test_scanner (test.test_re.ReTests) ... ok test_scoped_flags (test.test_re.ReTests) ... ok test_search_coverage (test.test_re.ReTests) ... ok test_search_dot_unicode (test.test_re.ReTests) ... ok test_search_star_plus (test.test_re.ReTests) ... ok test_special_escapes (test.test_re.ReTests) ... ok test_sre_byte_class_literals (test.test_re.ReTests) ... ok test_sre_byte_literals (test.test_re.ReTests) ... ok test_sre_character_class_literals (test.test_re.ReTests) ... ok test_sre_character_literals (test.test_re.ReTests) ... ok test_stack_overflow (test.test_re.ReTests) ... ok test_string_boundaries (test.test_re.ReTests) ... ok test_sub_template_numeric_escape (test.test_re.ReTests) ... ok test_symbolic_groups (test.test_re.ReTests) ... ok test_symbolic_refs (test.test_re.ReTests) ... ok test_unlimited_zero_width_repeat (test.test_re.ReTests) ... ok test_weakref (test.test_re.ReTests) ... ok test_zerowidth (test.test_re.ReTests) ... ok ====================================================================== FAIL: test_locale_caching (test.test_re.ReTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_re.py", line 1907, in test_locale_caching self.check_en_US_iso88591() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cpython/Lib/test/test_re.py", line 1916, in check_en_US_iso88591 self.assertTrue(re.match(b'\xc5', b'\xe5', re.L|re.I)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true ====================================================================== FAIL: test_locale_compiled (test.test_re.ReTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_re.py", line 1948, in test_locale_compiled self.assertTrue(p.match(b'\xe5\xe5')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None is not true ---------------------------------------------------------------------- Ran 130 tests in 0.345s FAILED (failures=2) test test_re failed 0:00:12 load avg: 3.64 [9/9/8] test_selectors -- test_re failed (2 failures) test_close (test.test_selectors.DefaultSelectorTestCase) ... ok test_context_manager (test.test_selectors.DefaultSelectorTestCase) ... ok test_empty_select (test.test_selectors.DefaultSelectorTestCase) ... ok test_fileno (test.test_selectors.DefaultSelectorTestCase) ... ok test_get_key (test.test_selectors.DefaultSelectorTestCase) ... ok test_get_map (test.test_selectors.DefaultSelectorTestCase) ... ok test_modify (test.test_selectors.DefaultSelectorTestCase) ... ok test_modify_unregister (test.test_selectors.DefaultSelectorTestCase) ... ok test_register (test.test_selectors.DefaultSelectorTestCase) ... ok test_select (test.test_selectors.DefaultSelectorTestCase) ... ok test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase) ... ok test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase) ... ok test_selector (test.test_selectors.DefaultSelectorTestCase) ... ok test_timeout (test.test_selectors.DefaultSelectorTestCase) ... ok test_unregister (test.test_selectors.DefaultSelectorTestCase) ... ok test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase) ... ok test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase) ... ok test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_close (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_context_manager (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_empty_select (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_fileno (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_get_key (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_get_map (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_modify (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_modify_unregister (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_register (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_select (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_selector (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_timeout (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_unregister (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase) ... skipped 'Test needs selectors.DevpollSelector' test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase) ... ok test_close (test.test_selectors.EpollSelectorTestCase) ... ok test_context_manager (test.test_selectors.EpollSelectorTestCase) ... ok test_empty_select (test.test_selectors.EpollSelectorTestCase) ... ok test_fileno (test.test_selectors.EpollSelectorTestCase) ... ok test_get_key (test.test_selectors.EpollSelectorTestCase) ... ok test_get_map (test.test_selectors.EpollSelectorTestCase) ... ok test_modify (test.test_selectors.EpollSelectorTestCase) ... ok test_modify_unregister (test.test_selectors.EpollSelectorTestCase) ... ok test_register (test.test_selectors.EpollSelectorTestCase) ... ok test_register_file (test.test_selectors.EpollSelectorTestCase) ... FAIL test_select (test.test_selectors.EpollSelectorTestCase) ... ok test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase) ... ok test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase) ... ok test_selector (test.test_selectors.EpollSelectorTestCase) ... ok test_timeout (test.test_selectors.EpollSelectorTestCase) ... ok test_unregister (test.test_selectors.EpollSelectorTestCase) ... ok test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase) ... ok test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase) ... ok test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_close (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_context_manager (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_empty_select (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_fileno (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_get_key (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_get_map (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_modify (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_modify_unregister (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_register (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_select (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_selector (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_timeout (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase) ... skipped 'Test needs selectors.KqueueSelector)' test_above_fd_setsize (test.test_selectors.PollSelectorTestCase) ... ok test_close (test.test_selectors.PollSelectorTestCase) ... ok test_context_manager (test.test_selectors.PollSelectorTestCase) ... ok test_empty_select (test.test_selectors.PollSelectorTestCase) ... ok test_fileno (test.test_selectors.PollSelectorTestCase) ... ok test_get_key (test.test_selectors.PollSelectorTestCase) ... ok test_get_map (test.test_selectors.PollSelectorTestCase) ... ok test_modify (test.test_selectors.PollSelectorTestCase) ... ok test_modify_unregister (test.test_selectors.PollSelectorTestCase) ... ok test_register (test.test_selectors.PollSelectorTestCase) ... ok test_select (test.test_selectors.PollSelectorTestCase) ... ok test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase) ... ok test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase) ... ok test_selector (test.test_selectors.PollSelectorTestCase) ... ok test_timeout (test.test_selectors.PollSelectorTestCase) ... ok test_unregister (test.test_selectors.PollSelectorTestCase) ... ok test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase) ... ok test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase) ... ok test_close (test.test_selectors.SelectSelectorTestCase) ... ok test_context_manager (test.test_selectors.SelectSelectorTestCase) ... ok test_empty_select (test.test_selectors.SelectSelectorTestCase) ... ok test_fileno (test.test_selectors.SelectSelectorTestCase) ... ok test_get_key (test.test_selectors.SelectSelectorTestCase) ... ok test_get_map (test.test_selectors.SelectSelectorTestCase) ... ok test_modify (test.test_selectors.SelectSelectorTestCase) ... ok test_modify_unregister (test.test_selectors.SelectSelectorTestCase) ... skipped '' test_register (test.test_selectors.SelectSelectorTestCase) ... ok test_select (test.test_selectors.SelectSelectorTestCase) ... ok test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase) ... ok test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase) ... ok test_selector (test.test_selectors.SelectSelectorTestCase) ... ok test_timeout (test.test_selectors.SelectSelectorTestCase) ... ok test_unregister (test.test_selectors.SelectSelectorTestCase) ... ok test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase) ... ok test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase) ... ok ====================================================================== FAIL: test_register_file (test.test_selectors.EpollSelectorTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/cpython/Lib/test/test_selectors.py", line 525, in test_register_file with self.assertRaises(IOError): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: OSError not raised ---------------------------------------------------------------------- Ran 115 tests in 16.063s FAILED (failures=1, skipped=41) test test_selectors failed test_selectors failed (1 failure) == Tests result: FAILURE == 9 tests failed: test__locale test_c_locale_coercion test_cmd_line test_gdb test_locale test_os test_posix test_re test_selectors Total duration: 28.9 sec Tests result: FAILURE