-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
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.
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.
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.
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![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)