This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017年09月05日 20:42 by vstinner, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg301369 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年09月05日 20:42 | |
haypo@selma$ ./python -m venv env haypo@selma$ env/bin/python -m pip install coverage haypo@selma$ ./env/bin/python -m coverage run --pylib -m test -uall,-cpu test_traceback (...) ====================================================================== FAIL: test_recursive_traceback_cpython_internal (test.test_traceback.TracebackFormatTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/haypo/prog/python/3.6/Lib/test/test_traceback.py", line 431, in test_recursive_traceback_cpython_internal self._check_recursive_traceback_display(render_exc) File "/home/haypo/prog/python/3.6/Lib/test/test_traceback.py", line 347, in _check_recursive_traceback_display self.assertEqual(actual[-1], expected[-1]) AssertionError: 'RecursionError: maximum recursion depth exceeded in comparison' != 'RecursionError: maximum recursion depth exceeded' - RecursionError: maximum recursion depth exceeded in comparison ? -------------- + RecursionError: maximum recursion depth exceeded ====================================================================== FAIL: test_recursive_traceback_python (test.test_traceback.TracebackFormatTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/haypo/prog/python/3.6/Lib/test/test_traceback.py", line 423, in test_recursive_traceback_python self._check_recursive_traceback_display(traceback.print_exc) File "/home/haypo/prog/python/3.6/Lib/test/test_traceback.py", line 347, in _check_recursive_traceback_display self.assertEqual(actual[-1], expected[-1]) AssertionError: 'RecursionError: maximum recursion depth exceeded in comparison' != 'RecursionError: maximum recursion depth exceeded' - RecursionError: maximum recursion depth exceeded in comparison ? -------------- + RecursionError: maximum recursion depth exceeded |
|||
| msg301373 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年09月05日 20:50 | |
Duplicate of bpo-30445. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:51 | admin | set | github: 75533 |
| 2017年09月05日 22:14:56 | nedbat | set | nosy:
+ nedbat title: Tracis CI coverage job fails on Python 3.6 -> Travis CI coverage job fails on Python 3.6 |
| 2017年09月05日 20:50:09 | vstinner | set | status: open -> closed superseder: test_traceback fails in coverage run messages: + msg301373 resolution: duplicate stage: resolved |
| 2017年09月05日 20:42:21 | vstinner | create | |