From 382a3b14836e65db38db59a8cc8960870e9e895a Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 25 Jan 2020 22:26:28 -0500 Subject: [PATCH] 3.5 exclusions --- test/stdlib/3.5-exclude.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/stdlib/3.5-exclude.sh b/test/stdlib/3.5-exclude.sh index 07bb7ab9..02e07408 100644 --- a/test/stdlib/3.5-exclude.sh +++ b/test/stdlib/3.5-exclude.sh @@ -1,4 +1,5 @@ SKIP_TESTS=( + [test_buffer.py]=1 # FIXME: Works on c90ff51 [test_decorators.py]=1 # FIXME: Works on c90ff51 [test_faulthandler.py]=1 # FIXME: too long to run 20 seconds. Works on c90ff51 [test_ftplib.py]=1 # Works on c90ff51 @@ -9,6 +10,7 @@ SKIP_TESTS=( [test_poplib.py]=1 # FIXME: Works on c90ff51 [test_pyclbr.py]=1 # FIXME: Works on c90ff51 [test_strftime.py]=1 # FIXME: Works on c90ff51 + [test_shutil.py]=1 # FIXME: Works on c90ff51 [test_sysconfig.py]=1 # FIXME: Works on c90ff51 [test_tempfile.py]=1 # FIXME: Works on c90ff51 [test_uu.py]=1 # FIXME: Works on c90ff51