Skip to content

Commit 4ec1604

Browse files
committed
Disable profiling tests on windows
1 parent 098636c commit 4ec1604

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jemalloc-ctl/src/macros.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ macro_rules! r {
7070
"background_thread" |
7171
"max_background_threads"
7272
if cfg!(any(target_os = "macos", windows)) => return,
73+
"lg_prof_interval" |
74+
"lg_prof_sample" |
75+
"prof_final" |
76+
"prof_leak" |
77+
"prof"
78+
if cfg!(windows) => return,
7379
_ => (),
7480
}
7581

0 commit comments

Comments
 (0)