comparison src/testdir/Make_vms.mms @ 12750:0b6c09957b43 v8.0.1253

patch 8.0.1253: still too many old style tests commit https://github.com/vim/vim/commit/430dc5d360166ca5bb6a73f2c87ae53e09282ecb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 21:04:47 2017 +0100 patch 8.0.1253: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 21:15:05 +0100
parents aa658b33f25a
children cb9b2774f21f
comparison
equal deleted inserted replaced
12749:8b706a156136 12750:0b6c09957b43
73 73
74 .SUFFIXES : .out .in 74 .SUFFIXES : .out .in
75 75
76 SCRIPT = test1.out test3.out \ 76 SCRIPT = test1.out test3.out \
77 test14.out test15.out \ 77 test14.out test15.out \
78 test29.out test30.out \ 78 test29.out \
79 test36.out test37.out test39.out \ 79 test30.out test36.out test37.out test39.out \
80 test40.out test42.out test44.out test45.out \ 80 test42.out test44.out test48.out test49.out \
81 test48.out test49.out test55.out \ 81 test55.out \
82 test64.out test68.out test69.out \ 82 test64.out test68.out test69.out \
83 test72.out test77a.out test88.out \ 83 test72.out test77a.out test88.out \
84 test94.out test95.out test99.out test108.out\ 84 test94.out test95.out test99.out test108.out \
85 test_autocmd_option.out \ 85 test_autocmd_option.out \
86 test_breakindent.out \ 86 test_breakindent.out \
87 test_changelist.out \ 87 test_changelist.out \
88 test_close_count.out \ 88 test_close_count.out \
89 test_erasebackword.out \ 89 test_erasebackword.out \
105 # test59: Failed/Hangs - VMS does not support spell files (file names 105 # test59: Failed/Hangs - VMS does not support spell files (file names
106 # with too many dots). 106 # with too many dots).
107 # 107 #
108 # test72: bug - Vim hangs at :rename (while rename works well otherwise) 108 # test72: bug - Vim hangs at :rename (while rename works well otherwise)
109 # test78: bug - Vim dies at :recover Xtest 109 # test78: bug - Vim dies at :recover Xtest
110 # test83: ?
111 # test85: no Lua interface 110 # test85: no Lua interface
112 # test89: bug - findfile() does not work on VMS (just in the current directory) 111 # test89: bug - findfile() does not work on VMS (just in the current directory)
113 # test102: Just ODS-5 supports space and special chars in the filename. 112 # test102: Just ODS-5 supports space and special chars in the filename.
114 # On ODS-2 tests fail. 113 # On ODS-2 tests fail.
115 114
117 SCRIPT_GUI = test16.out 116 SCRIPT_GUI = test16.out
118 GUI_OPTION = -g 117 GUI_OPTION = -g
119 .ENDIF 118 .ENDIF
120 119
121 .IFDEF WANT_UNIX 120 .IFDEF WANT_UNIX
122 SCRIPT_UNIX = test10.out test12.out test17.out test27.out test49.out test73.out 121 SCRIPT_UNIX = test10.out test17.out test27.out test49.out test73.out
123 .ENDIF 122 .ENDIF
124 123
125 .IFDEF WANT_WIN 124 .IFDEF WANT_WIN
126 SCRIPT_WIN = test50.out test52.out 125 SCRIPT_WIN = test50.out test52.out
127 .ENDIF 126 .ENDIF
142 SCRIPT_GZIP = test11.out 141 SCRIPT_GZIP = test11.out
143 .ENDIF 142 .ENDIF
144 143
145 .IFDEF HAVE_GDIFF 144 .IFDEF HAVE_GDIFF
146 SCRIPT_GDIFF = test47.out 145 SCRIPT_GDIFF = test47.out
147 .ENDIF
148
149 .IFDEF HAVE_ICONV
150 SCRIPT_ICONV = test83.out
151 .ENDIF 146 .ENDIF
152 147
153 .IFDEF HAVE_LUA 148 .IFDEF HAVE_LUA
154 SCRIPT_LUA = test85.out 149 SCRIPT_LUA = test85.out
155 .ENDIF 150 .ENDIF
177 -@ !clean up after the test 172 -@ !clean up after the test
178 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* 173 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
179 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.* 174 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.*
180 175
181 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_ODS5) $(SCRIPT_GZIP) \ 176 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_ODS5) $(SCRIPT_GZIP) \
182 $(SCRIPT_GDIFF) $(SCRIPT_MZSCH) $(SCRIPT_ICONV) $(SCRIPT_LUA) $(SCRIPT_PYTHON) nolog 177 $(SCRIPT_GDIFF) $(SCRIPT_MZSCH) $(SCRIPT_LUA) $(SCRIPT_PYTHON) nolog
183 -@ write sys$output " " 178 -@ write sys$output " "
184 -@ write sys$output "-----------------------------------------------" 179 -@ write sys$output "-----------------------------------------------"
185 -@ write sys$output " All done" 180 -@ write sys$output " All done"
186 -@ write sys$output "-----------------------------------------------" 181 -@ write sys$output "-----------------------------------------------"
187 -@ deassign sys$output 182 -@ deassign sys$output