comparison src/testdir/Make_vms.mms @ 11651:140d51d5b5c3 v8.0.0708

patch 8.0.0708: some tests are old style commit https://github.com/vim/vim/commit/292eff0c5aacb8531d65509679b6c29eae8dc22a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 11 21:46:28 2017 +0200 patch 8.0.0708: some tests are old style Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)
author Christian Brabandt <cb@256bit.org>
date Tue, 11 Jul 2017 22:00:03 +0200
parents 4e66689bced6
children 0240e7e3d736
comparison
equal deleted inserted replaced
11650:2a4e83ba20a5 11651:140d51d5b5c3
78 78
79 SCRIPT = test1.out test3.out test4.out test5.out \ 79 SCRIPT = test1.out test3.out test4.out test5.out \
80 test7.out test8.out test9.out \ 80 test7.out test8.out test9.out \
81 test14.out test15.out \ 81 test14.out test15.out \
82 test19.out test20.out test22.out \ 82 test19.out test20.out test22.out \
83 test23.out test24.out test26.out \
84 test28.out test29.out test30.out test31.out test32.out \ 83 test28.out test29.out test30.out test31.out test32.out \
85 test33.out test34.out test36.out test37.out \ 84 test33.out test34.out test36.out test37.out \
86 test38.out test39.out test40.out test41.out test42.out \ 85 test38.out test39.out test40.out test41.out test42.out \
87 test43.out test44.out test45.out \ 86 test43.out test44.out test45.out \
88 test48.out test49.out test51.out test53.out test54.out \ 87 test48.out test49.out test51.out test53.out test54.out \
89 test55.out test56.out test57.out test60.out \ 88 test55.out test56.out test57.out test60.out \
90 test64.out \ 89 test64.out \
91 test66.out test67.out test68.out test69.out \ 90 test66.out test68.out test69.out \
92 test72.out test75.out \ 91 test72.out \
93 test77a.out test78.out test79.out test80.out \ 92 test77a.out test78.out test79.out test80.out \
94 test84.out test88.out \ 93 test84.out test88.out \
95 test91.out test94.out \ 94 test91.out test94.out \
96 test95.out test98.out test99.out \ 95 test95.out test98.out test99.out \
97 test103.out test104.out \ 96 test103.out test104.out \
99 test_autocmd_option.out \ 98 test_autocmd_option.out \
100 test_autoformat_join.out \ 99 test_autoformat_join.out \
101 test_breakindent.out \ 100 test_breakindent.out \
102 test_changelist.out \ 101 test_changelist.out \
103 test_close_count.out \ 102 test_close_count.out \
104 test_comparators.out \
105 test_erasebackword.out \ 103 test_erasebackword.out \
106 test_eval.out \ 104 test_eval.out \
107 test_fixeol.out \ 105 test_fixeol.out \
108 test_getcwd.out \
109 test_insertcount.out \ 106 test_insertcount.out \
110 test_listchars.out \ 107 test_listchars.out \
111 test_listlbr.out \ 108 test_listlbr.out \
112 test_listlbr_utf8.out \ 109 test_listlbr_utf8.out \
113 test_search_mbyte.out \ 110 test_search_mbyte.out \
129 # test72: bug - Vim hangs at :rename (while rename works well otherwise) 126 # test72: bug - Vim hangs at :rename (while rename works well otherwise)
130 # test78: bug - Vim dies at :recover Xtest 127 # test78: bug - Vim dies at :recover Xtest
131 # test83: ? 128 # test83: ?
132 # test85: no Lua interface 129 # test85: no Lua interface
133 # test89: bug - findfile() does not work on VMS (just in the current directory) 130 # test89: bug - findfile() does not work on VMS (just in the current directory)
134 # test97, test102: Just ODS-5 supports space and special chars in the filename. 131 # test102: Just ODS-5 supports space and special chars in the filename.
135 # On ODS-2 tests fail. 132 # On ODS-2 tests fail.
136 133
137 .IFDEF WANT_GUI 134 .IFDEF WANT_GUI
138 SCRIPT_GUI = test16.out 135 SCRIPT_GUI = test16.out
139 GUI_OPTION = -g 136 GUI_OPTION = -g
154 .IFDEF WANT_MZSCH 151 .IFDEF WANT_MZSCH
155 SCRIPT_MZSCH = test70.out 152 SCRIPT_MZSCH = test70.out
156 .ENDIF 153 .ENDIF
157 154
158 .IFDEF HAVE_ODS5 155 .IFDEF HAVE_ODS5
159 SCRIPT_ODS5 = test97.out test102.out 156 SCRIPT_ODS5 = test102.out
160 .ENDIF 157 .ENDIF
161 158
162 .IFDEF HAVE_GZIP 159 .IFDEF HAVE_GZIP
163 SCRIPT_GZIP = test11.out 160 SCRIPT_GZIP = test11.out
164 .ENDIF 161 .ENDIF