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:
@ -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)]
|
||||
|
Reference in New Issue
Block a user