From 3ea73cf97701a1b2006bf3ae6d8237db29c80139 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 22 Dec 2019 09:05:40 -0500 Subject: [PATCH] Update list of stdlib failed tests --- test/stdlib/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 39fd8e06..679b54fe 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -193,7 +193,6 @@ case $PYVERSION in [test_builtin.py]=1 # [test_cmdline.py]=1 # Interactive? [test_codecs-3.7.py]=1 - [test_collections.py]=1 # Investigate syntax error: self.assertEqual(p, Point(**)) [test_compare.py]=1 [test_compile.py]=1 [test_contains.py]=1 # Code "while False: yield None" is optimized away in compilation @@ -210,6 +209,7 @@ case $PYVERSION in 3.8) SKIP_TESTS=( [test_contains.py]=1 # Code "while False: yield None" is optimized away in compilation + [test_collections.py]=1 # parse error [test_decorators.py]=1 # Control flow wrt "if elif" [test_dis.py]=1 # We change line numbers - duh! [test_pow.py]=1 # Control flow wrt "continue"