Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8624ed50
Commit
8624ed50
authored
Jul 06, 2013
by
Florent Xicluna
Browse files
Options
Browse Files
Download
Plain Diff
Issue #18375: merge with 3.3
parents
c17d0c22
d9e7c86d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Lib/test/regrtest.py
Lib/test/regrtest.py
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/regrtest.py
View file @
8624ed50
...
...
@@ -428,6 +428,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
elif
o
in
(
'-r'
,
'--randomize'
):
randomize
=
True
elif
o
==
'--randseed'
:
randomize
=
True
random_seed
=
int
(
a
)
elif
o
in
(
'-f'
,
'--fromfile'
):
fromfile
=
a
...
...
Misc/NEWS
View file @
8624ed50
...
...
@@ -468,6 +468,9 @@ Library
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
#
18207
:
Fix
test_ssl
for
some
versions
of
OpenSSL
that
ignore
seconds
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment