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
d0f3e07a
Kaydet (Commit)
d0f3e07a
authored
Eyl 21, 2013
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
test_gdb: dump gdb version in verbose mode
üst
0ce1953b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
test_gdb.py
Lib/test/test_gdb.py
+6
-0
No files found.
Lib/test/test_gdb.py
Dosyayı görüntüle @
d0f3e07a
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
import
os
import
os
import
re
import
re
import
pprint
import
subprocess
import
subprocess
import
sys
import
sys
import
sysconfig
import
sysconfig
...
@@ -17,6 +18,7 @@ try:
...
@@ -17,6 +18,7 @@ try:
except
ImportError
:
except
ImportError
:
_thread
=
None
_thread
=
None
from
test
import
support
from
test.support
import
run_unittest
,
findfile
,
python_is_optimized
from
test.support
import
run_unittest
,
findfile
,
python_is_optimized
try
:
try
:
...
@@ -837,6 +839,10 @@ class PyLocalsTests(DebuggerTests):
...
@@ -837,6 +839,10 @@ class PyLocalsTests(DebuggerTests):
r".*\na = 1\nb = 2\nc = 3\n.*"
)
r".*\na = 1\nb = 2\nc = 3\n.*"
)
def
test_main
():
def
test_main
():
if
support
.
verbose
:
print
(
"GDB version:"
)
for
line
in
os
.
fsdecode
(
gdb_version
)
.
splitlines
():
print
(
" "
*
4
+
line
)
run_unittest
(
PrettyPrintTests
,
run_unittest
(
PrettyPrintTests
,
PyListTests
,
PyListTests
,
StackNavigationTests
,
StackNavigationTests
,
...
...
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