Track grammar "stmt" simplifications class ...

* NAME_MODULE constant
* QUAL_NAME constant
This commit is contained in:
rocky
2020-01-29 15:37:58 -05:00
parent b548910e57
commit fdf4496a2d
4 changed files with 27 additions and 29 deletions

View File

@@ -32,14 +32,16 @@ SKIP_TESTS=(
[test_doctest2.py]=1 # FIXME: assert failure - works on decompyle3
[test_docxmlrpc.py]=1
[test_enum.py]=1 # probably bad control flow
[test_faulthandler.py]=1 # takes too long
[test_fcntl.py]=1
[test_fileinput.py]=1 # Test assertion failures
[test_format.py]=1 # Probably not handling bytestrings properly
[test_frame.py]=1 # test assertion errors
[test_ftplib.py]=1 # parse error
[test_functools.py]=1 # parse error
[test_fstring.py]=1 # need to disambiguate leading fstrings from docstrings
[test_functools.py]=1 # parse error
[test_gdb.py]=1 # it fails on its own
[test_generators.py]=1 # Investigate improper lamdba with bogus "False" added
[test_glob.py]=1 # TypeError: join() argument must be str or bytes, not 'tuple'

View File

@@ -1,6 +1,8 @@
SKIP_TESTS=(
[test___all__.py]=1 # it fails on its own
[test_aifc.py]=1 # parse error
[test_argparse.py]=1 #- it fails on its own
[test_array.py]=1 #- parse error
[test_asdl_parser.py]=1 # it fails on its own
[test_ast.py]=1 # Depends on comments in code
[test_atexit.py]=1 # The atexit test looks for specific comments in error lines
@@ -14,9 +16,9 @@ SKIP_TESTS=(
[test_cmath.py]=1 # test assertion failure
[test_cmd_line.py]=1 # Interactive?
[test_cmd_line_script.py]=1
[test_codecs.py]=1
[test_collections.py]=1
[test_compare.py]=1
[test_compileall.py]=1 # fails on its own
[test_compile.py]=1
[test_concurrent_futures.py]=1 # too long
[test_configparser.py]=1