summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
commit77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch)
tree0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/tests
parentc089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff)
downloadpython3.8-debian.tar.gz
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control26
-rwxr-xr-xdebian/tests/failing-tests6
-rwxr-xr-xdebian/tests/failing-tests-dbg6
-rwxr-xr-xdebian/tests/testsuite6
-rwxr-xr-xdebian/tests/testsuite-dbg6
5 files changed, 26 insertions, 24 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 6a9d7b2..35150ae 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,33 +1,35 @@
Tests: testsuite
Depends: build-essential,
locales-all,
- python3.7-dev,
- libpython3.7-testsuite,
+ python3.8-dev,
+ libpython3.8-testsuite,
python3-gdbm,
python3-distutils,
python3-tk,
- idle-python3.7,
+ idle-python3.8,
+ systemtap-sdt-dev,
# need to turn off apport
Restrictions: needs-root
Tests: testsuite-dbg
Depends: build-essential,
- locales-all, python3.7-dev,
- python3.7-dbg,
- libpython3.7-testsuite,
+ locales-all, python3.8-dev,
+ python3.8-dbg,
+ libpython3.8-testsuite,
python3-gdbm-dbg,
gdb,
python3-distutils,
python3-tk-dbg,
- idle-python3.7,
+ idle-python3.8,
+ systemtap-sdt-dev,
# need to turn off apport
Restrictions: needs-root
Tests: failing-tests
Depends: build-essential,
locales-all,
- python3.7-dev,
- libpython3.7-testsuite,
+ python3.8-dev,
+ libpython3.8-testsuite,
python3-gdbm,
python3-distutils,
# need to turn off apport
@@ -36,9 +38,9 @@ Restrictions: needs-root allow-stderr
Tests: failing-tests-dbg
Depends: build-essential,
locales-all,
- python3.7-dev,
- python3.7-dbg,
- libpython3.7-testsuite,
+ python3.8-dev,
+ python3.8-dbg,
+ libpython3.8-testsuite,
python3-gdbm-dbg,
gdb,
python3-distutils,
diff --git a/debian/tests/failing-tests b/debian/tests/failing-tests
index 1ee6f38..cdc4911 100755
--- a/debian/tests/failing-tests
+++ b/debian/tests/failing-tests
@@ -17,7 +17,7 @@ if [ "$(whoami)" = root ]; then
fi
tmphome=$ADTTMP/home
-mkdir -p $tmphome/.local/lib/python3.7/site-packages
+mkdir -p $tmphome/.local/lib/python3.8/site-packages
if [ -n "$su_user" ]; then
chmod go+rx $ADTTMP
chown $su_user:nogroup $tmphome
@@ -28,7 +28,7 @@ debian_dir=$(dirname $(dirname $0))
# no root access needed after this point
-TESTPYTHON="python3.7 -W default -bb -E -R -m test"
+TESTPYTHON="python3.8 -W default -bb -E -R -m test"
TESTEXCLUSIONS=""
. $debian_dir/tests/test-common.sh
@@ -44,7 +44,7 @@ echo "Running the failing tests with the standard interpreter:"
progressions=
for tst in $TESTEXCLUSIONS; do
if [ -f "$script" ]; then
- cmd="HOME=$tmphome python3.7 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\""
+ cmd="HOME=$tmphome python3.8 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\""
else
cmd="HOME=$tmphome $TESTPYTHON $TESTOPTS $tst"
fi
diff --git a/debian/tests/failing-tests-dbg b/debian/tests/failing-tests-dbg
index 8b2247f..1d1ddc2 100755
--- a/debian/tests/failing-tests-dbg
+++ b/debian/tests/failing-tests-dbg
@@ -17,7 +17,7 @@ if [ "$(whoami)" = root ]; then
fi
tmphome=$ADTTMP/home
-mkdir -p $tmphome/.local/lib/python3.7/site-packages
+mkdir -p $tmphome/.local/lib/python3.8/site-packages
if [ -n "$su_user" ]; then
chmod go+rx $ADTTMP
chown $su_user:nogroup $tmphome
@@ -28,7 +28,7 @@ debian_dir=$(dirname $(dirname $0))
# no root access needed after this point
-TESTPYTHON="python3.7dm -W default -bb -E -R -m test"
+TESTPYTHON="python3.8d -W default -bb -E -R -m test"
TESTEXCLUSIONS=""
. $debian_dir/tests/test-common.sh
@@ -44,7 +44,7 @@ echo "Running the failing tests with the debug enabled interpreter:"
progressions=
for tst in $TESTEXCLUSIONS; do
if [ -f "$script" ]; then
- cmd="HOME=$tmphome python3.7 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\""
+ cmd="HOME=$tmphome python3.8 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\""
else
cmd="HOME=$tmphome $TESTPYTHON $TESTOPTS $tst"
fi
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index ad6bfa0..2d9f334 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -26,7 +26,7 @@ fi
ls -la $ADTTMP
tmphome=$ADTTMP/home
-mkdir -p $tmphome/.local/lib/python3.7/site-packages
+mkdir -p $tmphome/.local/lib/python3.8/site-packages
if [ -n "$su_user" ]; then
chmod -R go+rx $ADTTMP
chown -R $su_user:nogroup $tmphome
@@ -36,7 +36,7 @@ debian_dir=$(dirname $(dirname $0))
# no root access needed after this point
-TESTPYTHON="python3.7 -W default -bb -E -R -m test"
+TESTPYTHON="python3.8 -W default -bb -E -R -m test"
TESTEXCLUSIONS="-x"
. $debian_dir/tests/test-common.sh
@@ -53,7 +53,7 @@ EXTRAENV="env -u https_proxy -u http_proxy -u no_proxy HOME=$tmphome"
script=$debian_dir/script.py
if [ -f "$script" ]; then
- cmd="$EXTRAENV python3.7 $script \"$log\" \"$TESTPYTHON $TESTOPTS $TESTEXCLUSIONS\""
+ cmd="$EXTRAENV python3.8 $script \"$log\" \"$TESTPYTHON $TESTOPTS $TESTEXCLUSIONS\""
else
cmd="$EXTRAENV $TESTPYTHON $TESTOPTS $TESTEXCLUSIONS"
fi
diff --git a/debian/tests/testsuite-dbg b/debian/tests/testsuite-dbg
index fce9eb9..98104df 100755
--- a/debian/tests/testsuite-dbg
+++ b/debian/tests/testsuite-dbg
@@ -17,7 +17,7 @@ if [ "$(whoami)" = root ]; then
fi
tmphome=$ADTTMP/home
-mkdir -p $tmphome/.local/lib/python3.7/site-packages
+mkdir -p $tmphome/.local/lib/python3.8/site-packages
if [ -n "$su_user" ]; then
chmod -R go+rx $ADTTMP
chown -R $su_user:nogroup $tmphome
@@ -28,7 +28,7 @@ debian_dir=$(dirname $(dirname $0))
# no root access needed after this point
-TESTPYTHON="python3.7dm -W default -bb -E -R -m test"
+TESTPYTHON="python3.8d -W default -bb -E -R -m test"
TESTEXCLUSIONS="-x"
. $debian_dir/tests/test-common.sh
@@ -45,7 +45,7 @@ EXTRAENV="env -u https_proxy -u http_proxy -u no_proxy HOME=$tmphome"
script=$debian_dir/script.py
if [ -f "$script" ]; then
- cmd="$EXTRAENV python3.7 $script \"$log\" \"$TESTPYTHON $TESTOPTS $TESTEXCLUSIONS\""
+ cmd="$EXTRAENV python3.8 $script \"$log\" \"$TESTPYTHON $TESTOPTS $TESTEXCLUSIONS\""
else
cmd="$EXTRAENV $TESTPYTHON $TESTOPTS $TESTEXCLUSIONS"
fi