Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
861b0017
Commit
861b0017
authored
8 years ago
by
Damien George
Browse files
Options
Downloads
Patches
Plain Diff
tests/cmdline: Update tests to pass with latest changes to bytecode.
parent
cb630069
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/cmdline/cmd_parsetree.py.exp
+2
-2
2 additions, 2 deletions
tests/cmdline/cmd_parsetree.py.exp
tests/cmdline/cmd_showbc.py.exp
+43
-38
43 additions, 38 deletions
tests/cmdline/cmd_showbc.py.exp
with
45 additions
and
40 deletions
tests/cmdline/cmd_parsetree.py.exp
+
2
−
2
View file @
861b0017
...
...
@@ -31,7 +31,7 @@ Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
\.\+5b
arg names:
(N_STATE
2
)
(N_STATE
5
)
(N_EXC_STACK 0)
bc=-1 line=1
bc=0 line=4
...
...
@@ -43,7 +43,7 @@ arg names:
bc=32 line=10
bc=37 line=11
00 BUILD_TUPLE 0
02 GET_ITER
02 GET_ITER
_STACK
03 FOR_ITER 12
06 STORE_NAME i
09 JUMP 3
...
...
This diff is collapsed.
Click to expand it.
tests/cmdline/cmd_showbc.py.exp
+
43
−
38
View file @
861b0017
...
...
@@ -31,7 +31,7 @@ File cmdline/cmd_showbc.py, code block 'f' (descriptor: \.\+, bytecode @\.\+ byt
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
\.\+rg names:
(N_STATE 2
3
)
(N_STATE 2
2
)
(N_EXC_STACK 2)
(INIT_CELL 14)
(INIT_CELL 15)
...
...
@@ -251,10 +251,6 @@ Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
\\d\+ LOAD_FAST 1
\\d\+ POP_TOP
\\d\+ JUMP \\d\+
\\d\+ POP_TOP
\\d\+ POP_TOP
\\d\+ POP_TOP
\\d\+ POP_TOP
\\d\+ SETUP_FINALLY \\d\+
\\d\+ SETUP_EXCEPT \\d\+
\\d\+ JUMP \\d\+
...
...
@@ -439,58 +435,67 @@ Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
\.\+5b
arg names: * * *
(N_STATE
6
)
(N_STATE
9
)
(N_EXC_STACK 0)
bc=-\\d\+ line=1
00 LOAD_FAST 2
01 FOR_ITER 17
04 STORE_FAST 3
05 LOAD_DEREF 1
07 POP_JUMP_IF_FALSE 1
10 LOAD_DEREF 0
12 YIELD_VALUE
13 POP_TOP
14 JUMP 1
17 LOAD_CONST_NONE
18 RETURN_VALUE
00 LOAD_NULL
01 LOAD_FAST 2
02 LOAD_NULL
03 LOAD_NULL
04 FOR_ITER 20
07 STORE_FAST 3
08 LOAD_DEREF 1
10 POP_JUMP_IF_FALSE 4
13 LOAD_DEREF 0
15 YIELD_VALUE
16 POP_TOP
17 JUMP 4
20 LOAD_CONST_NONE
21 RETURN_VALUE
File cmdline/cmd_showbc.py, code block '<listcomp>' (descriptor: \.\+, bytecode @\.\+ bytes)
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
\.\+5b
arg names: * * *
(N_STATE
7
)
(N_STATE
10
)
(N_EXC_STACK 0)
bc=-\\d\+ line=1
00 BUILD_LIST 0
02 LOAD_FAST 2
03 FOR_ITER 19
06 STORE_FAST 3
07 LOAD_DEREF 1
09 POP_JUMP_IF_FALSE 3
12 LOAD_DEREF 0
14 STORE_COMP 8
16 JUMP 3
19 RETURN_VALUE
02 LOAD_NULL
03 LOAD_FAST 2
04 LOAD_NULL
05 LOAD_NULL
06 FOR_ITER 22
09 STORE_FAST 3
10 LOAD_DEREF 1
12 POP_JUMP_IF_FALSE 6
15 LOAD_DEREF 0
17 STORE_COMP 20
19 JUMP 6
22 RETURN_VALUE
File cmdline/cmd_showbc.py, code block '<dictcomp>' (descriptor: \.\+, bytecode @\.\+ bytes)
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
\.\+5b
arg names: * * *
(N_STATE
8
)
(N_STATE
11
)
(N_EXC_STACK 0)
bc=-\\d\+ line=1
########
00 BUILD_MAP 0
02 LOAD_FAST 2
03 FOR_ITER 21
06 STORE_FAST 3
07 LOAD_DEREF 1
09 POP_JUMP_IF_FALSE 3
12 LOAD_DEREF 0
14 LOAD_DEREF 0
16 STORE_COMP 13
18 JUMP 3
21 RETURN_VALUE
02 LOAD_NULL
03 LOAD_FAST 2
04 LOAD_NULL
05 LOAD_NULL
06 FOR_ITER 24
09 STORE_FAST 3
10 LOAD_DEREF 1
12 POP_JUMP_IF_FALSE 6
15 LOAD_DEREF 0
17 LOAD_DEREF 0
19 STORE_COMP 25
21 JUMP 6
24 RETURN_VALUE
File cmdline/cmd_showbc.py, code block 'closure' (descriptor: \.\+, bytecode @\.\+ bytes)
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment