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
a3358c38
Commit
a3358c38
authored
Jan 29, 2021
by
aniket-engg
Committed by
Aniket
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unit tests fixed
parent
b3205690
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
staticAnalysisIntegration-test-0.4.24.ts
...er/test/analysis/staticAnalysisIntegration-test-0.4.24.ts
+5
-5
staticAnalysisIntegration-test-0.5.0.ts
...zer/test/analysis/staticAnalysisIntegration-test-0.5.0.ts
+5
-5
No files found.
libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.4.24.ts
View file @
a3358c38
...
@@ -276,23 +276,23 @@ test('Integration test similarVariableNames module', function (t: test.Test) {
...
@@ -276,23 +276,23 @@ test('Integration test similarVariableNames module', function (t: test.Test) {
const
lengthCheck
:
Record
<
string
,
number
>
=
{
const
lengthCheck
:
Record
<
string
,
number
>
=
{
'KingOfTheEtherThrone.sol'
:
0
,
'KingOfTheEtherThrone.sol'
:
0
,
'assembly.sol'
:
0
,
'assembly.sol'
:
0
,
'ballot.sol'
:
2
,
'ballot.sol'
:
7
,
'ballot_reentrant.sol'
:
3
,
'ballot_reentrant.sol'
:
16
,
'ballot_withoutWarnings.sol'
:
0
,
'ballot_withoutWarnings.sol'
:
0
,
'cross_contract.sol'
:
0
,
'cross_contract.sol'
:
0
,
'inheritance.sol'
:
0
,
'inheritance.sol'
:
0
,
'modifier1.sol'
:
0
,
'modifier1.sol'
:
0
,
'modifier2.sol'
:
0
,
'modifier2.sol'
:
0
,
'notReentrant.sol'
:
1
,
'notReentrant.sol'
:
3
,
'structReentrant.sol'
:
0
,
'structReentrant.sol'
:
0
,
'thisLocal.sol'
:
0
,
'thisLocal.sol'
:
0
,
'globals.sol'
:
0
,
'globals.sol'
:
0
,
'library.sol'
:
0
,
'library.sol'
:
0
,
'transfer.sol'
:
0
,
'transfer.sol'
:
0
,
'ctor.sol'
:
1
,
'ctor.sol'
:
2
,
'forgottenReturn.sol'
:
0
,
'forgottenReturn.sol'
:
0
,
'selfdestruct.sol'
:
0
,
'selfdestruct.sol'
:
0
,
'deleteDynamicArray.sol'
:
1
,
'deleteDynamicArray.sol'
:
2
,
'deleteFromDynamicArray.sol'
:
0
,
'deleteFromDynamicArray.sol'
:
0
,
'blockLevelCompare.sol'
:
0
,
'blockLevelCompare.sol'
:
0
,
'intDivisionTruncate.sol'
:
0
,
'intDivisionTruncate.sol'
:
0
,
...
...
libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.5.0.ts
View file @
a3358c38
...
@@ -278,23 +278,23 @@ test('Integration test similarVariableNames module', function (t: test.Test) {
...
@@ -278,23 +278,23 @@ test('Integration test similarVariableNames module', function (t: test.Test) {
const
lengthCheck
:
Record
<
string
,
number
>
=
{
const
lengthCheck
:
Record
<
string
,
number
>
=
{
'KingOfTheEtherThrone.sol'
:
0
,
'KingOfTheEtherThrone.sol'
:
0
,
'assembly.sol'
:
0
,
'assembly.sol'
:
0
,
'ballot.sol'
:
2
,
'ballot.sol'
:
7
,
'ballot_reentrant.sol'
:
11
,
'ballot_reentrant.sol'
:
24
,
'ballot_withoutWarnings.sol'
:
0
,
'ballot_withoutWarnings.sol'
:
0
,
'cross_contract.sol'
:
0
,
'cross_contract.sol'
:
0
,
'inheritance.sol'
:
0
,
'inheritance.sol'
:
0
,
'modifier1.sol'
:
0
,
'modifier1.sol'
:
0
,
'modifier2.sol'
:
0
,
'modifier2.sol'
:
0
,
'notReentrant.sol'
:
1
,
'notReentrant.sol'
:
3
,
'structReentrant.sol'
:
0
,
'structReentrant.sol'
:
0
,
'thisLocal.sol'
:
0
,
'thisLocal.sol'
:
0
,
'globals.sol'
:
0
,
'globals.sol'
:
0
,
'library.sol'
:
0
,
'library.sol'
:
0
,
'transfer.sol'
:
0
,
'transfer.sol'
:
0
,
'ctor.sol'
:
1
,
'ctor.sol'
:
2
,
'forgottenReturn.sol'
:
0
,
'forgottenReturn.sol'
:
0
,
'selfdestruct.sol'
:
0
,
'selfdestruct.sol'
:
0
,
'deleteDynamicArray.sol'
:
1
,
'deleteDynamicArray.sol'
:
2
,
'deleteFromDynamicArray.sol'
:
0
,
'deleteFromDynamicArray.sol'
:
0
,
'blockLevelCompare.sol'
:
0
,
'blockLevelCompare.sol'
:
0
,
'intDivisionTruncate.sol'
:
0
,
'intDivisionTruncate.sol'
:
0
,
...
...
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