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
763381f1
Commit
763381f1
authored
Aug 22, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test
parent
989d6f18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vmdebugger.js
test-browser-debugger/test/vmdebugger.js
+1
-1
No files found.
test-browser-debugger/test/vmdebugger.js
View file @
763381f1
...
@@ -54,7 +54,7 @@ function panels (browser) {
...
@@ -54,7 +54,7 @@ function panels (browser) {
.
click
(
'#load'
)
.
click
(
'#load'
)
.
multipleClick
(
'#intoforward'
,
63
)
.
multipleClick
(
'#intoforward'
,
63
)
.
assertStack
([
'0:0x00'
,
'1:0x60'
,
'2:0x65'
,
'3:0x38'
,
'4:0x55'
,
'5:0x60fe47b1'
])
.
assertStack
([
'0:0x00'
,
'1:0x60'
,
'2:0x65'
,
'3:0x38'
,
'4:0x55'
,
'5:0x60fe47b1'
])
.
assertStorageChanges
([
'0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563:Object
key:0x00value:0x38
'
])
.
assertStorageChanges
([
'0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563:Object'
])
.
assertCallData
([
'0:0x60fe47b10000000000000000000000000000000000000000000000000000000000000038'
])
.
assertCallData
([
'0:0x60fe47b10000000000000000000000000000000000000000000000000000000000000038'
])
.
assertCallStack
([
'0:0x0d3a18d64dfe4f927832ab58d6451cecc4e517c5'
])
.
assertCallStack
([
'0:0x0d3a18d64dfe4f927832ab58d6451cecc4e517c5'
])
.
assertStackValue
(
1
,
'1:0x60'
)
.
assertStackValue
(
1
,
'1:0x60'
)
...
...
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