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
f7cd05d7
Kaydet (Commit)
f7cd05d7
authored
Ara 28, 2012
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize.
üst
774715cd
28441e35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
regrtest.py
Lib/test/regrtest.py
+3
-3
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
f7cd05d7
...
...
@@ -38,7 +38,7 @@ Verbosity
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
-f/--fromfile -- read names of tests to run from a file (see below)
-x/--exclude -- arguments are tests to *exclude*
...
...
@@ -301,12 +301,12 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
try
:
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
'exclude'
,
'single'
,
'slow'
,
'random
'
,
'fromfile
'
,
'findleaks'
,
'exclude'
,
'single'
,
'slow'
,
'random
ize'
,
'fromfile=
'
,
'findleaks'
,
'use='
,
'threshold='
,
'coverdir='
,
'nocoverdir'
,
'runleaks'
,
'huntrleaks='
,
'memlimit='
,
'randseed='
,
'multiprocess='
,
'coverage'
,
'slaveargs='
,
'forever'
,
'debug'
,
'start='
,
'nowindows'
,
'header'
,
'testdir='
,
'timeout='
,
'wait'
,
'failfast'
,
'match'
])
'failfast'
,
'match
=
'
])
except
getopt
.
error
as
msg
:
usage
(
msg
)
...
...
Misc/NEWS
Dosyayı görüntüle @
f7cd05d7
...
...
@@ -534,6 +534,9 @@ Tests
-
Issue
#
10646
:
Tests
rearranged
for
os
.
samefile
/
samestat
to
check
for
not
just
symlinks
but
also
hard
links
.
-
Issue
#
15324
:
Fix
regrtest
parsing
of
--
fromfile
,
--
match
,
and
--
randomize
options
.
-
Issue
#
16664
:
Add
regression
tests
for
glob
's behaviour concerning entries
starting with a ".". Patch by Sebastian Kreft.
...
...
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