1
0
forked from aniani/vim

patch 8.2.4670: memory allocation failures for new tab page not tested

Problem:    Memory allocation failures for new tab page not tested.
Solution:   Add tests with failing memory allocation. (Yegappan Lakshmanan,
            closes #10067)
This commit is contained in:
Yegappan Lakshmanan
2022-04-03 11:22:38 +01:00
committed by Bram Moolenaar
parent 58f331a05f
commit 72bb47e38f
9 changed files with 131 additions and 18 deletions

View File

@@ -40,6 +40,9 @@ typedef enum {
aid_sign_getplaced_list,
aid_insert_sign,
aid_sign_getinfo,
aid_buflistnew_bvars,
aid_newbuf_bvars,
aid_newwin_wvars,
aid_newtabpage_tvars,
aid_blob_alloc,
aid_last
} alloc_id_T;