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.

classification
Title: support.TESTFN was modified by test_builtin
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: flox, python-dev
Priority: normal Keywords:

Created on 2012-07-07 17:05 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg164912 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2012-07-07 17:05
There's a warning running test_builtin


$ ./python.exe -m test.regrtest -u all -v test_builtin
== CPython 3.3.0b1 (default:5b71f5891c54, Jul 7 2012, 17:47:30) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
==   Darwin-10.8.0-i386-64bit little-endian
==   ./build/test_python_77737
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[1/1] test_builtin
...

----------------------------------------------------------------------
Ran 59 tests in 0.114s

OK
Warning -- support.TESTFN was modified by test_builtin
1 test altered the execution environment:
    test_builtin
[115658 refs]
msg164988 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-08 10:08
New changeset 6651c932d014 by Florent Xicluna in branch 'default':
Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
http://hg.python.org/cpython/rev/6651c932d014
History
Date User Action Args
2022-04-11 14:57:32adminsetgithub: 59492
2012-07-08 10:10:05floxsetstatus: open -> closed

nosy: - ronaldoussoren
assignee: ronaldoussoren ->
components: - macOS
resolution: fixed
stage: resolved
2012-07-08 10:08:58python-devsetnosy: + python-dev
messages: + msg164988
2012-07-07 17:05:36floxcreate