mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -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:
@@ -207,6 +207,9 @@ func Test_ex_mode_with_global()
|
||||
endfunc
|
||||
|
||||
func Test_ex_mode_count_overflow()
|
||||
" The multiplication causes an integer overflow
|
||||
CheckNotAsan
|
||||
|
||||
" this used to cause a crash
|
||||
let lines =<< trim END
|
||||
call feedkeys("\<Esc>Q\<CR>")
|
||||
|
Reference in New Issue
Block a user