You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Update list of stdlib failed tests
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user