-
Notifications
You must be signed in to change notification settings - Fork 510
test: add statistics verification to obj_pmalloc_mt test #5566
base: master
Are you sure you want to change the base?
Conversation
4036eb3 to
e32965e
Compare
Codecov Report
@@ Coverage Diff @@
## master #5566 +/- ##
==========================================
+ Coverage 72.25% 74.28% +2.02%
==========================================
Files 145 145
Lines 22633 22131 -502
Branches 3771 3704 -67
==========================================
+ Hits 16353 16439 +86
+ Misses 6280 5692 -588 |
grom72
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 7 files reviewed, 5 unresolved discussions (waiting on @github-code-scanning[bot])
src/test/obj_pmalloc_mt/obj_pmalloc_mt.c line 401 at r1 (raw file):
Previously, github-code-scanning[bot] wrote…
Multiplication result converted to larger type
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
Done.
src/test/obj_pmalloc_mt/obj_pmalloc_mt.c line 403 at r1 (raw file):
Previously, github-code-scanning[bot] wrote…
Multiplication result converted to larger type
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
Done.
src/test/obj_pmalloc_mt/obj_pmalloc_mt.c line 436 at r1 (raw file):
Previously, github-code-scanning[bot] wrote…
Multiplication result converted to larger type
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
Done.
grom72
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 7 files reviewed, 5 unresolved discussions (waiting on @github-code-scanning[bot])
src/test/obj_pmalloc_mt/obj_pmalloc_mt.c line 394 at r1 (raw file):
Previously, github-code-scanning[bot] wrote…
Multiplication result converted to larger type
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
Done.
grom72
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 7 files reviewed, 5 unresolved discussions (waiting on @github-code-scanning[bot])
src/test/obj_pmalloc_mt/obj_pmalloc_mt.c line 428 at r1 (raw file):
Previously, github-code-scanning[bot] wrote…
Multiplication result converted to larger type
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
Done.
grom72
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dismissed @github-code-scanning[bot] from 5 discussions.
Reviewable status: 0 of 7 files reviewed, all discussions resolved (waiting on @github-code-scanning[bot])
b1a5691 to
f5b38d2
Compare
Enable statistics in pmalloc mt tests. Extend missing diagnostic of pmalloc and prealloc functions calls. Signed-off-by: Tomasz Gromadzki <[email protected]>
Narrow test iteration to get proper error log file. Revers logic of test to unblock other tests. Signed-off-by: Tomasz Gromadzki <[email protected]>
f5b38d2 to
b8ed133
Compare
Enable statistics in pmalloc mt tests.
Extend diagnostic of some tests like pmalloc, prealloc result verification.
This change is