]> granicus.if.org Git - vim/commitdiff
patch 8.0.1325: more tests are not run v8.0.1325
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Nov 2017 21:08:10 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Nov 2017 21:08:10 +0000 (22:08 +0100)
Problem:    More tests are not run.
Solution:   Add targets to the list of tests. (Yegappan Lakshmanan)

src/testdir/Make_all.mak
src/version.c

index 66292224af879ef670c7549d9a67fc1f64856c3c..d1ff7aab367a2b8921b47970d91f3fe5b5994eb1 100644 (file)
@@ -78,11 +78,13 @@ NEW_TESTS = test_arabic.res \
            test_cdo.res \
            test_channel.res \
            test_charsearch.res \
+           test_charsearch_utf8.res \
            test_cindent.res \
            test_clientserver.res \
            test_close_count.res \
            test_cmdline.res \
            test_command_count.res \
+           test_comparators.res \
            test_crypt.res \
            test_cscope.res \
            test_curswant.res \
@@ -91,13 +93,18 @@ NEW_TESTS = test_arabic.res \
            test_display.res \
            test_edit.res \
            test_erasebackword.res \
+           test_escaped_glob.res \
+           test_exec_while_if.res \
            test_exists.res \
+           test_exists_autocmd.res \
+           test_expr_utf8.res \
            test_farsi.res \
            test_file_size.res \
            test_find_complete.res \
            test_fixeol.res \
            test_fnameescape.res \
            test_fold.res \
+           test_getcwd.res \
            test_getvar.res \
            test_gf.res \
            test_gn.res \
@@ -115,6 +122,7 @@ NEW_TESTS = test_arabic.res \
            test_job_fails.res \
            test_json.res \
            test_langmap.res \
+           test_largefile.res \
            test_let.res \
            test_lineending.res \
            test_listchars.res \
@@ -124,8 +132,10 @@ NEW_TESTS = test_arabic.res \
            test_lua.res \
            test_makeencoding.res \
            test_man.res \
+           test_maparg.res \
            test_marks.res \
            test_matchadd_conceal.res \
+           test_matchadd_conceal_utf8.res \
            test_mksession.res \
            test_mksession_utf8.res \
            test_nested_function.res \
@@ -136,6 +146,7 @@ NEW_TESTS = test_arabic.res \
            test_packadd.res \
            test_paste.res \
            test_perl.res \
+           test_plus_arg_edit.res \
            test_preview.res \
            test_profile.res \
            test_python2.res \
@@ -144,13 +155,17 @@ NEW_TESTS = test_arabic.res \
            test_pyx3.res \
            test_quickfix.res \
            test_quotestar.res \
-           test_retab.res \
+           test_regex_char_classes.res \
+           test_regexp_latin.res \
+           test_regexp_utf8.res \
            test_registers.res \
+           test_retab.res \
            test_ruby.res \
            test_scrollbind.res \
            test_search.res \
            test_signs.res \
            test_smartindent.res \
+           test_source_utf8.res \
            test_spell.res \
            test_startup.res \
            test_startup_utf8.res \
@@ -166,8 +181,10 @@ NEW_TESTS = test_arabic.res \
            test_textformat.res \
            test_textobjects.res \
            test_undo.res \
-           test_usercommands.res \
            test_user_func.res \
+           test_usercommands.res \
+           test_utf8.res \
+           test_utf8_comparisons.res \
            test_viminfo.res \
            test_vimscript.res \
            test_visual.res \
index 4f9fc87b17a8a94db4f802808be49efb1b06388a..c90db15898f1579a2c83397f17b039b1fec71f91 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1325,
 /**/
     1324,
 /**/