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
04754b0f
Kaydet (Commit)
04754b0f
authored
May 29, 2013
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Support multiarch build in tests.
üst
891ca9e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
runall-memorydebugger.sh
Modules/_decimal/tests/runall-memorydebugger.sh
+8
-7
No files found.
Modules/_decimal/tests/runall-memorydebugger.sh
Dosyayı görüntüle @
04754b0f
...
...
@@ -9,8 +9,9 @@
# Requirements: valgrind
#
# Set additional CFLAGS for ./configure
# Set additional CFLAGS
and LDFLAGS
for ./configure
ADD_CFLAGS
=
ADD_LDFLAGS
=
CONFIGS_64
=
"x64 uint128 ansi64 universal"
...
...
@@ -74,7 +75,7 @@ for args in "--without-threads" ""; do
cd
../../
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
--with-pydebug
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
--with-pydebug
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ======================== refleak tests ===========================
\n\n
"
...
...
@@ -86,7 +87,7 @@ for args in "--without-threads" ""; do
printf
"
\n
building python ...
\n\n
"
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ======================== regular tests ===========================
\n\n
"
...
...
@@ -106,7 +107,7 @@ for args in "--without-threads" ""; do
print_config
"valgrind tests: config=
$config
"
$args
printf
"
\n
building python ...
\n\n
"
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
--without-pymalloc
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
--without-pymalloc
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ======================== valgrind tests ===========================
\n\n
"
...
...
@@ -132,7 +133,7 @@ for config in $CONFIGS; do
printf
"
\n
building python ...
\n\n
"
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
--with-pydebug
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
--with-pydebug
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ========================== debug ===========================
\n\n
"
...
...
@@ -143,7 +144,7 @@ for config in $CONFIGS; do
printf
"
\n
building python ...
\n\n
"
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ======================== regular ===========================
\n\n
"
...
...
@@ -163,7 +164,7 @@ for config in $CONFIGS; do
printf
"
\n
building python ...
\n\n
"
$GMAKE
distclean
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
--without-pymalloc
$args
>
/dev/null 2>&1
./configure
CFLAGS
=
"
$ADD_CFLAGS
"
LDFLAGS
=
"
$ADD_LDFLAGS
"
--without-pymalloc
$args
>
/dev/null 2>&1
$GMAKE
|
grep
_decimal
printf
"
\n\n
# ======================== valgrind ==========================
\n\n
"
...
...
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