Skip to content

Commit 31944d5

Browse files
author
rocky
committed
More roundtrip tests
1 parent 16963d1 commit 31944d5

File tree

10 files changed

+11
-1
lines changed

10 files changed

+11
-1
lines changed

test/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ check: check-short check-roundtrip
2727
--bytecode-pypy35 --bytecode-pypy36 --bytecode-pypy37 \
2828
--bytecode-pypy38 --bytecode-pypy39 --bytecode-pypy310 $(COMPILE)
2929

30-
check-roundtrip: check-roundtrip-3.3
30+
check-roundtrip: check-roundtrip-3.0 check-roundtrip-3.1 check-roundtrip-3.3
31+
32+
check-roundtrip-3.0:
33+
./test_pyc_roundtrip.py --bytecode-3.0
34+
35+
check-roundtrip-3.1:
36+
./test_pyc_roundtrip.py --bytecode-3.1
3137

3238
check-roundtrip-3.3:
3339
./test_pyc_roundtrip.py --bytecode-3.3
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../03_big_dict.pyc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../04_raise.pyc
466 Bytes
Binary file not shown.

test/bytecode_3.1/03_big_dict.pyc

6.52 KB
Binary file not shown.
-410 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../01_extended_arg.pyc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../03_big_dict.pyc
470 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)