mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-29 03:43:06 +03:00
Add tsd test.
Submitted by Mike Hommey.
This commit is contained in:
parent
95424fc188
commit
72284f0335
4 changed files with 68 additions and 4 deletions
9
test/unit/tsd.exp
Normal file
9
test/unit/tsd.exp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Test begin
|
||||
Initial tsd_get returns 12345678. Expected 12345678.
|
||||
After tsd_set: a5f3e329. Expected a5f3e329.
|
||||
After resetting local data: a5f3e329. Expected a5f3e329.
|
||||
Initial tsd_get returns 12345678. Expected 12345678.
|
||||
After tsd_set: 72b65c10. Expected 72b65c10.
|
||||
After resetting local data: 72b65c10. Expected 72b65c10.
|
||||
Cleanup for data 72b65c10.
|
||||
Test end
|
||||
Loading…
Add table
Add a link
Reference in a new issue