Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support.TESTFN was modified by test_builtin #59492

Closed
florentx mannequin opened this issue Jul 7, 2012 · 2 comments
Closed

support.TESTFN was modified by test_builtin #59492

florentx mannequin opened this issue Jul 7, 2012 · 2 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@florentx
Copy link
Mannequin

florentx mannequin commented Jul 7, 2012

BPO 15287
Nosy @florentx

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-07-08.10:10:05.194>
created_at = <Date 2012-07-07.17:05:36.610>
labels = ['type-bug', 'tests']
title = 'support.TESTFN was modified by test_builtin'
updated_at = <Date 2012-07-08.10:10:05.192>
user = 'https://github.com/florentx'

bugs.python.org fields:

activity = <Date 2012-07-08.10:10:05.192>
actor = 'flox'
assignee = 'none'
closed = True
closed_date = <Date 2012-07-08.10:10:05.194>
closer = 'flox'
components = ['Tests']
creation = <Date 2012-07-07.17:05:36.610>
creator = 'flox'
dependencies = []
files = []
hgrepos = []
issue_num = 15287
keywords = []
message_count = 2.0
messages = ['164912', '164988']
nosy_count = 2.0
nosy_names = ['flox', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue15287'
versions = ['Python 3.3']

@florentx
Copy link
Mannequin Author

florentx mannequin commented Jul 7, 2012

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]

@florentx florentx mannequin assigned ronaldoussoren Jul 7, 2012
@florentx florentx mannequin added OS-mac tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jul 7, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 8, 2012

New changeset 6651c932d014 by Florent Xicluna in branch 'default':
Issue bpo-11022 and bpo-15287: correctly remove the TESTFN file in test_builtin.
http://hg.python.org/cpython/rev/6651c932d014

@florentx florentx mannequin removed the OS-mac label Jul 8, 2012
@florentx florentx mannequin closed this as completed Jul 8, 2012
@florentx florentx mannequin unassigned ronaldoussoren Jul 8, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant