fix pipeline for tsan
This commit is contained in:
parent
8e6a475386
commit
0ca31d2db1
@ -43,7 +43,7 @@ jobs:
|
||||
solution: $(BuildType)/libmimalloc.sln
|
||||
configuration: '$(MSBuildConfiguration)'
|
||||
msbuildArguments: -m
|
||||
- script: ctest --verbose --timeout 120 -C $(MSBuildConfiguration)
|
||||
- script: ctest --verbose --timeout 180 -C $(MSBuildConfiguration)
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
#- script: $(BuildType)\$(BuildType)\mimalloc-test-stress
|
||||
|
@ -164,7 +164,7 @@ int main(void) {
|
||||
mi_free(p);
|
||||
};
|
||||
|
||||
#if MI_DEBUG >= 2
|
||||
#if (MI_DEBUG >= 2) && !MI_TSAN
|
||||
// ---------------------------------------------------
|
||||
// Debug filling
|
||||
// ---------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user