rocky
|
a02f490889
|
Restrict more runtests for now...
Sigh. Forward leaps followed by backward steps. Repeat
|
2020-01-25 20:59:56 -05:00 |
|
rocky
|
d43972313a
|
Cut-n-paste grammar rule bug
|
2020-01-25 19:06:41 -05:00 |
|
rocky
|
73fb9f6b96
|
Make sure "stmts" stays the start rule
|
2020-01-25 16:14:36 -05:00 |
|
rocky
|
c772972227
|
Exclusions again.
|
2020-01-25 13:28:48 -05:00 |
|
rocky
|
f3228162dd
|
scale back on tests until grammar refactor done...
and that will come in the next release
|
2020-01-25 12:45:01 -05:00 |
|
rocky
|
66b3e35a5b
|
3.+ More loop-isolation grammar separation...
but also back off some isolation separation for now.
|
2020-01-25 11:46:03 -05:00 |
|
rocky
|
13b1ec7ad8
|
Better "ifstmt" reduction rule and ...
Tidy 3.7 grammar a little
Disable a number of 3.0 bytecode for now. Will Go over later.
|
2020-01-25 00:04:37 -05:00 |
|
rocky
|
c90ff5176c
|
Add 3.x try reduction rule
|
2020-01-24 20:48:04 -05:00 |
|
rocky
|
72b053acef
|
Update 2.6 exclusions for runtests
|
2020-01-24 07:52:24 -05:00 |
|
rocky
|
09195c09fd
|
Go over 3.5.9 runtests.sh
|
2020-01-24 07:08:37 -05:00 |
|
rocky
|
5616f56442
|
Remove unreachable code from make_function36.py...
with respect to picking out MAKE_FUNCTION attributes.
Fill in runtests.sh exclude lists
|
2020-01-24 05:05:56 -05:00 |
|
rocky
|
dab7915404
|
Go over runtests 3.7 excludes
|
2020-01-24 03:49:12 -05:00 |
|
rocky
|
4067a30573
|
Fix bug introduced by a recent refactoring
|
2020-01-24 03:11:51 -05:00 |
|
rocky
|
7e91daf043
|
3.7 "if" body tweak .
|
2020-01-23 21:38:47 -05:00 |
|
rocky
|
1b96402732
|
More 3.4-3.6 runtest.sh test work now...
Seems to have been the recent fix which limit while1stmt
matching
|
2020-01-23 15:26:02 -05:00 |
|
rocky
|
28a80a0132
|
3.6+ extended arg handling; sync with decompyle3..
Use 3.8 scanner now.
TODO: Need to investigate what's up with 3.7/01_extended_arg.py
|
2020-01-23 13:35:22 -05:00 |
|
rocky
|
0f4b791502
|
Exclue 3.7 test_binascii.py for now
|
2020-01-23 11:44:31 -05:00 |
|
rocky
|
96c9058cc1
|
Mini-sync with decompyle3:
go over runtests.sh 3.8 excludes
|
2020-01-23 07:00:53 -05:00 |
|
rocky
|
c1cde68da8
|
Change runtests.sh default to stop on 1st error
|
2020-01-22 14:49:51 -05:00 |
|
rocky
|
dcf7ca1061
|
Go over runtest exclusions
|
2020-01-22 07:23:54 -05:00 |
|
rocky
|
e07f799cdd
|
3.7 runtest exclusion update
|
2020-01-22 05:36:22 -05:00 |
|
rocky
|
bc50825460
|
Conditional jumps to extended-arg JUMP_BACK...
this is a major reworking. But it leads the way forward to a
simpler grammar.
|
2020-01-22 05:32:27 -05:00 |
|
rocky
|
c6069eb7f8
|
Go over 3.7 test exclusions. Some tests now work.
|
2020-01-21 22:08:57 -05:00 |
|
rocky
|
03b5fbaeab
|
Split out 2.7 runtest exclusions...
Note why test_compile.py will always fail.
|
2020-01-21 20:37:42 -05:00 |
|
rocky
|
412a811ddb
|
Go over 2.5 runtest exclusions
|
2020-01-21 07:15:47 -05:00 |
|
rocky
|
73eab178ae
|
Towards syncing with decompyle3
|
2020-01-21 06:36:54 -05:00 |
|
rocky
|
beac1d3567
|
Fix a bug in 3.6+ keyword-only argument passing
|
2020-01-21 04:37:58 -05:00 |
|
rocky
|
af7b05922f
|
More exclude
|
2020-01-17 15:02:54 -05:00 |
|
rocky
|
7a6511307f
|
See above
|
2020-01-17 14:09:08 -05:00 |
|
rocky
|
26a4577cdb
|
test_tcl.py exclusion for 3.4
|
2020-01-17 12:44:35 -05:00 |
|
rocky
|
7263b6b15f
|
Go over test exclusions yet again
|
2020-01-17 12:14:30 -05:00 |
|
rocky
|
e06f0990f8
|
Go over test data for 3.6
|
2020-01-17 11:10:14 -05:00 |
|
rocky
|
549c33113b
|
Exclude recently broken 3.3, and 3.7 tests for now.
|
2020-01-16 14:12:50 -05:00 |
|
rocky
|
bad40eb63f
|
Disable 3.6 test_sys.py until we can fix
|
2020-01-16 04:48:54 -05:00 |
|
rocky
|
e0f0741c8e
|
Go over 2.6.9 runtests.sh
|
2020-01-15 21:49:22 -05:00 |
|
rocky
|
546269271f
|
go over POWER exclusion tests
|
2020-01-15 04:54:41 -05:00 |
|
rocky
|
968f86011b
|
3.6+ if/else in loops where jump offsets are "large"
|
2020-01-15 04:43:53 -05:00 |
|
rocky
|
5cdf057a47
|
Correct handling "if" in dictcomp in semantic actions for 3.x
|
2020-01-15 02:36:19 -05:00 |
|
rocky
|
585dcfb8ce
|
Start allowing runtests for 3.7.x
|
2020-01-14 19:16:19 -05:00 |
|
rocky
|
84e9b75e78
|
Attempt to fix runtests.sh again
|
2020-01-14 18:51:40 -05:00 |
|
rocky
|
5f230fa177
|
Add 3.7 "testfalsel" for looping conditions
|
2020-01-14 18:41:39 -05:00 |
|
rocky
|
bb8c5ac5a0
|
Sync 3.7+ n_call code with decompyle6
|
2020-01-14 12:45:02 -05:00 |
|
rocky
|
0706f18b1d
|
3.7 test_fstring now works.
|
2020-01-14 00:09:04 -05:00 |
|
rocky
|
73937ffeb4
|
Handle set/dictionary comprehensions in format strings
|
2020-01-13 23:49:17 -05:00 |
|
rocky
|
491f81902d
|
File typo
|
2020-01-13 16:30:34 -05:00 |
|
rocky
|
0a63a66f55
|
runtests.sh remove 2.6.9 "fails on its own" tests
|
2020-01-13 16:02:05 -05:00 |
|
rocky
|
b8413d2c23
|
runtests 2.6 typo
|
2020-01-13 12:56:25 -05:00 |
|
rocky
|
84fe813f0a
|
Typo in last commit
|
2020-01-13 11:23:34 -05:00 |
|
rocky
|
7f2f3bd76c
|
runtest.sh 2.6.9 exclusion tweak
|
2020-01-13 10:31:03 -05:00 |
|
rocky
|
c046aa3b9b
|
runtest 3.6 tweak
|
2020-01-13 09:46:32 -05:00 |
|