From ef61f3a92a00b3b42aba430158a1a13903b8b2f7 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 30 Jan 2020 18:02:44 -0500 Subject: [PATCH] Add a 3.6 runtest exclude due to bad control flow --- test/stdlib/3.6-exclude.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index f9559c5b..2944e5f7 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -152,6 +152,7 @@ SKIP_TESTS=( [test_subprocess.py]=1 [test_sys.py]=1 # Investigate confusing "and" with nested "if" when there is an "else [test_sys_settrace.py]=1 # parse error + [test_sysconfig.py]=1 # if confused for ifelse in "test_triplet_in_ext_suffix" [test_tarfile.py]=1 # it fails on its own [test_tcl.py]=1 # Test assert failures