From 3ac39795352eeefef3d8105be96795c52b1ba00b Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 31 May 2020 03:10:52 -0400 Subject: [PATCH] With a newer xdis, some stdlib test work now --- test/stdlib/3.2-exclude.sh | 3 --- test/stdlib/3.4-exclude.sh | 1 - test/stdlib/3.5-exclude.sh | 1 - test/stdlib/3.6-exclude.sh | 2 -- test/stdlib/runtests.sh | 2 -- 5 files changed, 9 deletions(-) diff --git a/test/stdlib/3.2-exclude.sh b/test/stdlib/3.2-exclude.sh index ed386ad5..5b61dd9b 100644 --- a/test/stdlib/3.2-exclude.sh +++ b/test/stdlib/3.2-exclude.sh @@ -17,8 +17,6 @@ SKIP_TESTS=( [test_peepholer.py]=1 [test_pep352.py]=1 - [test_quopri.py]=1 # TypeError: Can't convert 'bytes' object to str implicitly - [test_runpy.py]=1 [test_ssl.py]=1 # too installation specific @@ -35,5 +33,4 @@ if (( BATCH )) ; then # Fails in crontab environment? # Figure out what's up here SKIP_TESTS[test_exception_variations.py]=1 - SKIP_TESTS[test_quopri.py]=1 fi diff --git a/test/stdlib/3.4-exclude.sh b/test/stdlib/3.4-exclude.sh index 70793864..641cf906 100644 --- a/test/stdlib/3.4-exclude.sh +++ b/test/stdlib/3.4-exclude.sh @@ -98,5 +98,4 @@ if (( batch )) ; then # Figure out what's up here SKIP_TESTS[test_exception_variations.py]=1 SKIP_TESTS[test_mailbox.py]=1 # Takes to long on POWER; over 15 secs - SKIP_TESTS[test_quopri.py]=1 fi diff --git a/test/stdlib/3.5-exclude.sh b/test/stdlib/3.5-exclude.sh index 0c0e1ac9..4ad9bdea 100644 --- a/test/stdlib/3.5-exclude.sh +++ b/test/stdlib/3.5-exclude.sh @@ -138,7 +138,6 @@ if (( BATCH )) ; then SKIP_TESTS[test_ioctl.py]=1 # it fails on its own SKIP_TESTS[test_poplib.py]=1 # May be a result of POWER installation - SKIP_TESTS[test_quopri.py]=1 SKIP_TESTS[test_sysconfig.py]=1 # POWER extension fails SKIP_TESTS[test_tarfile.py]=1 # too long to run on POWER 15 secs SKIP_TESTS[test_venv.py]=1 # takes too long 11 seconds diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index 9cbf78f5..13aa3097 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -123,8 +123,6 @@ SKIP_TESTS=( [test_pyclbr.py]=1 # it fails on its own [test_pydoc.py]=1 # it fails on its own - [test_quopri.py]=1 # AssertionError: b'123=four' != '123=four' - [test_random.py]=1 # it fails on its own [test_range.py]=1 [test_regrtest.py]=1 # test takes too long to run: 12 seconds diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 18b4b7df..1b3e579d 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -78,7 +78,6 @@ case $PYVERSION in # Fails in crontab environment? # Figure out what's up here SKIP_TESTS[test_exception_variations.py]=1 - SKIP_TESTS[test_quopri.py]=1 fi ;; 3.1) @@ -91,7 +90,6 @@ case $PYVERSION in # Fails in crontab environment? # Figure out what's up here SKIP_TESTS[test_exception_variations.py]=1 - SKIP_TESTS[test_quopri.py]=1 fi ;; 3.2)