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
e7fed672
Kaydet (Commit)
e7fed672
authored
Ara 14, 2010
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Freshen README contents
üst
ffad35ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
README
README
+2
-5
No files found.
README
Dosyayı görüntüle @
e7fed672
...
@@ -97,10 +97,7 @@ the test set twice (once with no compiled files, once with the compiled files
...
@@ -97,10 +97,7 @@ the test set twice (once with no compiled files, once with the compiled files
left by the previous test run). The test set produces some output. You can
left by the previous test run). The test set produces some output. You can
generally ignore the messages about skipped tests due to optional features which
generally ignore the messages about skipped tests due to optional features which
can't be imported. If a message is printed about a failed test or a traceback
can't be imported. If a message is printed about a failed test or a traceback
or core dump is produced, something is wrong. On some Linux systems (those that
or core dump is produced, something is wrong.
are not yet using glibc 6), test_strftime fails due to a non-standard
implementation of strftime() in the C library. Please ignore this, or upgrade to
glibc version 6.
By default, tests are prevented from overusing resources like disk space and
By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run "make testall".
memory. To enable these tests, run "make testall".
...
@@ -109,7 +106,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
...
@@ -109,7 +106,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
include the output of "make test". It is useless. Run the failing test
include the output of "make test". It is useless. Run the failing test
manually, as follows:
manually, as follows:
./python
Lib/test/regrtest.py
-v test_whatever
./python
-m test
-v test_whatever
(substituting the top of the source tree for '.' if you built in a different
(substituting the top of the source tree for '.' if you built in a different
directory). This runs the test in verbose mode.
directory). This runs the test in verbose mode.
...
...
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