mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
Remove TSan suppression config [skip appveyor]
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# Ref: https://github.com/neovim/neovim/pull/10591#issuecomment-521248233
|
||||
race:starting
|
@@ -63,7 +63,7 @@ Enable the sanitizer(s) via these environment variables:
|
||||
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
|
||||
|
||||
export MSAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
|
||||
export TSAN_OPTIONS="log_path=${HOME}/logs/tsan:suppressions=${NVIM_PATH}/src/.tsan-suppressions"
|
||||
export TSAN_OPTIONS="log_path=${HOME}/logs/tsan"
|
||||
|
||||
Logs will be written to `${HOME}/logs/*san.PID`.
|
||||
|
||||
|
Reference in New Issue
Block a user