mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 00:43:16 +03:00
Skip test_prof_thread_name_validation if !config_prof.
This commit is contained in:
parent
fc12c0b8bc
commit
b72d4abc5f
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ TEST_BEGIN(test_prof_thread_name_validation)
|
|||
{
|
||||
const char *thread_name;
|
||||
|
||||
test_skip_if(!config_prof);
|
||||
|
||||
mallctl_thread_name_get("");
|
||||
mallctl_thread_name_set("hi there");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue