mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2424: some tests are known to cause an error with ASAN
Problem: Some tests are known to cause an error with ASAN. Solution: Add CheckNotAsan.
This commit is contained in:
@@ -4,11 +4,9 @@ source check.vim
|
||||
CheckFeature terminal
|
||||
CheckNotGui
|
||||
|
||||
if execute('version') =~# '-fsanitize=[a-z,]*\<address\>'
|
||||
" Skip tests on Travis CI ASAN build because it's difficult to estimate
|
||||
" memory usage.
|
||||
throw 'Skipped: does not work with ASAN'
|
||||
endif
|
||||
" Skip tests on Travis CI ASAN build because it's difficult to estimate memory
|
||||
" usage.
|
||||
CheckNotAsan
|
||||
|
||||
source shared.vim
|
||||
|
||||
|
Reference in New Issue
Block a user