comparison src/testdir/Make_vms.mms @ 21510:31cb78014fe4 v8.2.1305

patch 8.2.1305: some tests are still old style Commit: https://github.com/vim/vim/commit/622b3568fa1baf07671d31390815fb0a55a99891 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 27 20:02:41 2020 +0200 patch 8.2.1305: some tests are still old style Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jul 2020 20:15:07 +0200
parents c9a1b3b66fb7
children dc1c26547a42
comparison
equal deleted inserted replaced
21509:00a2e4d3fc38 21510:31cb78014fe4
79 # Known problems: 79 # Known problems:
80 # 80 #
81 # test59: Failed/Hangs - VMS does not support spell files (file names 81 # test59: Failed/Hangs - VMS does not support spell files (file names
82 # with too many dots). 82 # with too many dots).
83 # 83 #
84 # test78: bug - Vim dies at :recover Xtest
85 # test89: bug - findfile() does not work on VMS (just in the current directory)
86 # test102: Just ODS-5 supports space and special chars in the filename.
87 # On ODS-2 tests fail.
88 84
89 .IFDEF WANT_GUI 85 .IFDEF WANT_GUI
90 SCRIPT_GUI = test16.out
91 GUI_OPTION = -g 86 GUI_OPTION = -g
92 .ENDIF 87 .ENDIF
93 88
94 .IFDEF WANT_UNIX 89 .IFDEF WANT_UNIX
95 SCRIPT_UNIX = test10.out test27.out test49.out 90 SCRIPT_UNIX = test49.out
96 .ENDIF
97
98 .IFDEF WANT_WIN
99 SCRIPT_WIN = test52.out
100 .ENDIF 91 .ENDIF
101 92
102 .IFDEF WANT_SPELL 93 .IFDEF WANT_SPELL
103 SCRIPT_SPELL = test59.out 94 SCRIPT_SPELL = test59.out
104 .ENDIF
105
106 .IFDEF WANT_MZSCH
107 SCRIPT_MZSCH = test70.out
108 .ENDIF
109
110 .IFDEF HAVE_ODS5
111 SCRIPT_ODS5 = test102.out
112 .ENDIF
113
114 .IFDEF HAVE_GDIFF
115 SCRIPT_GDIFF = test47.out
116 .ENDIF 95 .ENDIF
117 96
118 .in.out : 97 .in.out :
119 -@ !clean up before doing the test 98 -@ !clean up before doing the test
120 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.* 99 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.*
133 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; 112 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok;
134 -@ !clean up after the test 113 -@ !clean up after the test
135 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* 114 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
136 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.* 115 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.*
137 116
138 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_ODS5) \ 117 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_UNIX) $(SCRIPT_SPELL) \
139 $(SCRIPT_GDIFF) $(SCRIPT_MZSCH) $(SCRIPT_LUA) nolog 118 nolog
140 -@ write sys$output " " 119 -@ write sys$output " "
141 -@ write sys$output "-----------------------------------------------" 120 -@ write sys$output "-----------------------------------------------"
142 -@ write sys$output " All done" 121 -@ write sys$output " All done"
143 -@ write sys$output "-----------------------------------------------" 122 -@ write sys$output "-----------------------------------------------"
144 -@ deassign sys$output 123 -@ deassign sys$output