1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Do not run FUZZDB on either Windows-Memdebug or Windows-Win32Heap.

FossilOrigin-Name: 10d8401d59136dda7051af0da398b06a18031560f2734f4fa347d339765d2089
This commit is contained in:
drh
2025-04-29 10:29:35 +00:00
parent 8a68ab963e
commit ece7709f18
4 changed files with 10 additions and 9 deletions

View File

@ -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)]