Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3684c79e
Kaydet (Commit)
3684c79e
authored
Ara 28, 2012
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.
üst
82ee3038
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
regrtest.py
Lib/test/regrtest.py
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
3684c79e
...
@@ -32,7 +32,7 @@ Verbosity
...
@@ -32,7 +32,7 @@ Verbosity
Selecting tests
Selecting tests
-r/--random
-- randomize test execution order (see below)
-r/--random
ize
-- randomize test execution order (see below)
--randseed -- pass a random seed to reproduce a previous random run
--randseed -- pass a random seed to reproduce a previous random run
-f/--fromfile -- read names of tests to run from a file (see below)
-f/--fromfile -- read names of tests to run from a file (see below)
-x/--exclude -- arguments are tests to *exclude*
-x/--exclude -- arguments are tests to *exclude*
...
@@ -258,7 +258,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
...
@@ -258,7 +258,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
try
:
try
:
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsSrf:lu:t:TD:NLR:FwWM:j:'
,
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsSrf:lu:t:TD:NLR:FwWM:j:'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
'exclude'
,
'single'
,
'slow'
,
'random
'
,
'fromfile
'
,
'findleaks'
,
'exclude'
,
'single'
,
'slow'
,
'random
ize'
,
'fromfile=
'
,
'findleaks'
,
'use='
,
'threshold='
,
'trace'
,
'coverdir='
,
'nocoverdir'
,
'use='
,
'threshold='
,
'trace'
,
'coverdir='
,
'nocoverdir'
,
'runleaks'
,
'huntrleaks='
,
'memlimit='
,
'randseed='
,
'runleaks'
,
'huntrleaks='
,
'memlimit='
,
'randseed='
,
'multiprocess='
,
'slaveargs='
,
'forever'
,
'header'
])
'multiprocess='
,
'slaveargs='
,
'forever'
,
'header'
])
...
...
Misc/NEWS
Dosyayı görüntüle @
3684c79e
...
@@ -585,6 +585,8 @@ Extension Modules
...
@@ -585,6 +585,8 @@ Extension Modules
Tests
Tests
-----
-----
-
Issue
#
15324
:
Fix
regrtest
parsing
of
--
fromfile
and
--
randomize
options
.
-
Issue
#
16618
:
Add
more
regression
tests
for
glob
.
-
Issue
#
16618
:
Add
more
regression
tests
for
glob
.
Patch
by
Serhiy
Storchaka
.
Patch
by
Serhiy
Storchaka
.
...
...
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