aboutsummaryrefslogtreecommitdiff
path: root/test/testrunner.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/testrunner.tcl')
-rwxr-xr-xtest/testrunner.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testrunner.tcl b/test/testrunner.tcl
index 68b7d9974..3a4626428 100755
--- a/test/testrunner.tcl
+++ b/test/testrunner.tcl
@@ -1174,6 +1174,8 @@ proc add_fuzztest_jobs {buildname patternlist} {
if {[string match fuzzcheck* $interpreter]
&& [info exists env(FUZZDB)]
&& [file readable $env(FUZZDB)]
+ && $buildname ne "Windows-Win32Heap"
+ && $buildname ne "Windows-Memdebug"
} {
set TRG(FUZZDB) $env(FUZZDB)
set fname [file normalize $env(FUZZDB)]