comparison src/testdir/Make_vms.mms @ 12686:aa658b33f25a v8.0.1221

patch 8.0.1221: still too many old style tests commit https://github.com/vim/vim/commit/15993ce9210e8b8d4bc11e1d640f6447b18d3e6c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 26 20:21:44 2017 +0200 patch 8.0.1221: 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 #2256)
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Oct 2017 20:30:05 +0200
parents 15f0f9f16cd9
children 0b6c09957b43
comparison
equal deleted inserted replaced
12685:7f73fbae6771 12686:aa658b33f25a
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 test19.out test20.out \ 78 test29.out test30.out \
79 test28.out test29.out test30.out test32.out \ 79 test36.out test37.out test39.out \
80 test36.out test37.out \ 80 test40.out test42.out test44.out test45.out \
81 test38.out test39.out test40.out test42.out \ 81 test48.out test49.out test55.out \
82 test44.out test45.out \ 82 test64.out test68.out test69.out \
83 test48.out test49.out \ 83 test72.out test77a.out test88.out \
84 test55.out \ 84 test94.out test95.out test99.out test108.out\
85 test64.out \
86 test66.out test68.out test69.out \
87 test72.out \
88 test77a.out test79.out \
89 test88.out \
90 test94.out \
91 test95.out test99.out \
92 test108.out\
93 test_autocmd_option.out \ 85 test_autocmd_option.out \
94 test_breakindent.out \ 86 test_breakindent.out \
95 test_changelist.out \ 87 test_changelist.out \
96 test_close_count.out \ 88 test_close_count.out \
97 test_erasebackword.out \ 89 test_erasebackword.out \
108 # Known problems: 100 # Known problems:
109 # test17: ? 101 # test17: ?
110 # 102 #
111 # test30: bug, most probably - a problem around mac format 103 # test30: bug, most probably - a problem around mac format
112 # 104 #
113 # test32: VMS is not case sensitive and all filenames are lowercase within Vim
114 # (this should be changed in order to preserve the original filename) - should
115 # be fixed. VMS allows just one dot in the filename
116 #
117 # test59: Failed/Hangs - VMS does not support spell files (file names 105 # test59: Failed/Hangs - VMS does not support spell files (file names
118 # with too many dots). 106 # with too many dots).
119 # 107 #
120 # test72: bug - Vim hangs at :rename (while rename works well otherwise) 108 # test72: bug - Vim hangs at :rename (while rename works well otherwise)
121 # test78: bug - Vim dies at :recover Xtest 109 # test78: bug - Vim dies at :recover Xtest
129 SCRIPT_GUI = test16.out 117 SCRIPT_GUI = test16.out
130 GUI_OPTION = -g 118 GUI_OPTION = -g
131 .ENDIF 119 .ENDIF
132 120
133 .IFDEF WANT_UNIX 121 .IFDEF WANT_UNIX
134 SCRIPT_UNIX = test10.out test12.out test17.out test25.out test27.out test49.out test73.out 122 SCRIPT_UNIX = test10.out test12.out test17.out test27.out test49.out test73.out
135 .ENDIF 123 .ENDIF
136 124
137 .IFDEF WANT_WIN 125 .IFDEF WANT_WIN
138 SCRIPT_WIN = test50.out test52.out 126 SCRIPT_WIN = test50.out test52.out
139 .ENDIF 127 .ENDIF