Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
e51c0013
Commit
e51c0013
authored
Nov 29, 2016
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test
parent
8c6b6d10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
vmdebugger.js
test-browser/vmdebugger.js
+10
-4
No files found.
test-browser/vmdebugger.js
View file @
e51c0013
...
...
@@ -128,10 +128,16 @@ function stepping (browser) {
.
click
(
'#intoforward'
)
.
click
(
'#intoforward'
)
.
click
(
'#overforward'
)
.
assertCurrentSelectedItem
(
'058 RETURN'
)
.
click
(
'#intoforward'
)
.
assertCurrentSelectedItem
(
'007 MLOAD'
)
.
click
(
'#overback'
)
.
assertCurrentSelectedItem
(
'181 CREATE'
)
.
click
(
'#overback'
)
.
click
(
'#overback'
)
.
click
(
'#overback'
)
.
click
(
'#overback'
)
.
click
(
'#overforward'
)
.
assertCurrentSelectedItem
(
'182 PUSH1 01'
)
.
click
(
'#overforward'
)
.
assertCurrentSelectedItem
(
'184 PUSH1 00'
)
return
browser
}
...
...
@@ -162,8 +168,8 @@ function stepdetail (browser) {
.
assertStepDetail
(
'6'
,
'6'
,
''
,
'3'
,
'84476'
,
'0x0d3a18d64dfe4f927832ab58d6451cecc4e517c5'
)
.
click
(
'#nextcall'
)
.
assertStepDetail
(
'63'
,
'63'
,
''
,
'32000'
,
'79283'
,
'0x0d3a18d64dfe4f927832ab58d6451cecc4e517c5'
)
.
click
(
'#intoforward'
)
.
click
(
'#overforward'
)
.
click
(
'#intoback'
)
.
assertStepDetail
(
'108'
,
'44'
,
''
,
'0'
,
'27145'
,
'(ContractCreation-Step63)'
)
.
click
(
'#intoforward'
)
.
assertStepDetail
(
'109'
,
'64'
,
''
,
'3'
,
'25145'
,
'0x0d3a18d64dfe4f927832ab58d6451cecc4e517c5'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment