2.6 "if" vs "if/else" disambiguation via reduction rule.

This commit is contained in:
rocky
2020-01-07 20:51:44 -05:00
parent c0a907f436
commit d8628e79fb
2 changed files with 11 additions and 3 deletions

View File

@@ -71,13 +71,10 @@ case $PYVERSION in
2.6)
SKIP_TESTS=(
[test_aepack.py]=1 # Fails on its own
[test_compile.py]=1 # Intermittent - sometimes works and sometimes doesn't
[test_dis.py]=1 # We change line numbers - duh!
[test_generators.py]=1 # Investigate
[test_grp.py]=1 # Long test - might work Control flow?
[test_pep352.py]=1 # Investigate
[test_pprint.py]=1
[test_pty.py]=1
[test_pyclbr.py]=1 # Investigate
[test_pwd.py]=1 # Long test - might work? Control flow?
[test_trace.py]=1 # Line numbers are expected to be different