mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Issue #18375: merge with 3.3
This commit is contained in:
commit
8624ed502f
2 changed files with 4 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
||||||
elif o in ('-r', '--randomize'):
|
elif o in ('-r', '--randomize'):
|
||||||
randomize = True
|
randomize = True
|
||||||
elif o == '--randseed':
|
elif o == '--randseed':
|
||||||
|
randomize = True
|
||||||
random_seed = int(a)
|
random_seed = int(a)
|
||||||
elif o in ('-f', '--fromfile'):
|
elif o in ('-f', '--fromfile'):
|
||||||
fromfile = a
|
fromfile = a
|
||||||
|
|
|
||||||
|
|
@ -468,6 +468,9 @@ Library
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #18375: Assume --randomize when --randseed is used for running the
|
||||||
|
testsuite.
|
||||||
|
|
||||||
- Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
|
- Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
|
||||||
|
|
||||||
- Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
|
- Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue