comparison src/testdir/Make_vms.mms @ 14230:2e95ea9afa1e v8.1.0132

patch 8.1.0132: lua tests are old style commit https://github.com/vim/vim/commit/4ff4814b383bc85fbf5d8f62c8022f4379d7a490 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 30 21:50:25 2018 +0200 patch 8.1.0132: lua tests are old style Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jun 2018 22:00:07 +0200
parents d9a94be389b5
children 43b8795f1ddf
comparison
equal deleted inserted replaced
14229:23b2d6a264cf 14230:2e95ea9afa1e
91 # test59: Failed/Hangs - VMS does not support spell files (file names 91 # test59: Failed/Hangs - VMS does not support spell files (file names
92 # with too many dots). 92 # with too many dots).
93 # 93 #
94 # test72: bug - Vim hangs at :rename (while rename works well otherwise) 94 # test72: bug - Vim hangs at :rename (while rename works well otherwise)
95 # test78: bug - Vim dies at :recover Xtest 95 # test78: bug - Vim dies at :recover Xtest
96 # test85: no Lua interface
97 # test89: bug - findfile() does not work on VMS (just in the current directory) 96 # test89: bug - findfile() does not work on VMS (just in the current directory)
98 # test102: Just ODS-5 supports space and special chars in the filename. 97 # test102: Just ODS-5 supports space and special chars in the filename.
99 # On ODS-2 tests fail. 98 # On ODS-2 tests fail.
100 99
101 .IFDEF WANT_GUI 100 .IFDEF WANT_GUI
117 116
118 .IFDEF WANT_MZSCH 117 .IFDEF WANT_MZSCH
119 SCRIPT_MZSCH = test70.out 118 SCRIPT_MZSCH = test70.out
120 .ENDIF 119 .ENDIF
121 120
122 .IFDEF HAVE_ODS5 121 .IFDEF HAVE_ODS5
123 SCRIPT_ODS5 = test102.out 122 SCRIPT_ODS5 = test102.out
124 .ENDIF 123 .ENDIF
125 124
126 .IFDEF HAVE_GZIP 125 .IFDEF HAVE_GZIP
127 SCRIPT_GZIP = test11.out 126 SCRIPT_GZIP = test11.out
128 .ENDIF 127 .ENDIF
129 128
130 .IFDEF HAVE_GDIFF 129 .IFDEF HAVE_GDIFF
131 SCRIPT_GDIFF = test47.out 130 SCRIPT_GDIFF = test47.out
132 .ENDIF
133
134 .IFDEF HAVE_LUA
135 SCRIPT_LUA = test85.out
136 .ENDIF 131 .ENDIF
137 132
138 .IFDEF HAVE_PYTHON 133 .IFDEF HAVE_PYTHON
139 SCRIPT_PYTHON = test86.out test87.out 134 SCRIPT_PYTHON = test86.out test87.out
140 .ENDIF 135 .ENDIF