Jan Edmund Lazo
246807b8f4
test/old: enable Test_normal01_keymodel
...
It works now.
2019-05-04 08:26:41 -04:00
Jan Edmund Lazo
f86f0a8bc7
vim-patch:8.1.1214: old style tests #9948
...
Problem: Old style tests.
Solution: Move tests from test14 to new style test files. (Yegappan
Lakshmanan, closes vim/vim#4308 )
c6b37db1ba
2019-04-27 21:45:53 +02:00
Jan Edmund Lazo
9d77a07686
vim-patch:8.0.1510: cannot assert beep #9938
...
Problem: Cannot test if a command causes a beep.
Solution: Add assert_beeps().
b48e96f61c
2019-04-25 14:31:33 +02:00
Jan Edmund Lazo
7898de5211
vim-patch:8.1.0327: the "g CTRL-G" command isn't tested much ( #8914 )
...
Problem: The "g CTRL-G" command isn't tested much.
Solution: Add more tests. (Dominique Pelle, closes vim/vim#3369 )
0529583ff1
2018-08-26 15:05:55 +02:00
Justin M. Keyes
150b1b7b40
Merge #8861 from janlazo/vim-8.0.1364
2018-08-21 08:20:40 +02:00
Jan Edmund Lazo
89fec12e9f
vim-patch:8.0.1418: no test for expanding backticks
...
Problem: No test for expanding backticks.
Solution: Add a test. (Dominique Pelle, closes vim/vim#2479 )
ae6f865125
2018-08-18 11:26:00 -04:00
Jan Edmund Lazo
3d71366af1
vim-patch:8.0.1090: cannot get the text under the cursor like v:beval_text
...
Problem: cannot get the text under the cursor like v:beval_text
Solution: Add <cexpr>.
65f084749b
2018-08-17 17:36:40 -04:00
Jan Edmund Lazo
c03fc7ef3e
vim-patch:8.0.1509: test for failing drag-n-drop command no longer fails
...
Problem: Test for failing drag-n-drop command no longer fails.
Solution: Check for the "dnd" feature.
294959528e
2018-08-16 03:22:48 -04:00
Jan Edmund Lazo
0f9622ca25
vim-patch:8.0.1508: the :drop command is not always available
...
Problem: The :drop command is not always available.
Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes vim/vim#2639 )
5a656864a0
2018-08-16 03:16:14 -04:00
Jan Edmund Lazo
0b38011328
vim-patch:8.0.1243: no test for what 8.0.1227 fixes
...
Problem: No test for what 8.0.1227 fixes.
Solution: Add a test that triggers the problem. (Christian Brabandt)
f45938cc20
2018-08-12 17:57:04 -04:00
Jan Edmund Lazo
c1d7a28093
vim-patch:8.0.0549: no test for the 8g8 command
...
Problem: No test for the 8g8 command.
Solution: Add a test. (Dominique Pelle, closes vim/vim#1615 )
395b6bab33
2018-06-19 15:16:44 -04:00
Jan Edmund Lazo
34c0688790
vim-patch:8.0.0523: dv} deletes part of a multi-byte character.
...
Problem: dv} deletes part of a multi-byte character. (Urtica Dioica)
Solution: Include the whole character.
bf3d58073f
2018-06-07 19:41:30 -04:00
KunMing Xie
c7350f542a
vim-patch:8.0.0516 ( #8458 )
...
Problem: A large count on a normal command causes trouble. (Dominique
Pelle)
Solution: Make "opcount" long.
b1e04fca37
2018-06-01 08:59:29 +02:00
Justin M. Keyes
c68d89521f
vim-patch:8.0.1271: 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 vim/vim#2290 )
fb094e14c1
2018-02-12 00:48:30 +01:00
Justin M. Keyes
163b2b241b
vim-patch:8.0.1200: tests switch the bell off twice
...
Problem: Tests switch the bell off twice.
Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
67418d97b4
2018-02-11 19:03:28 +01:00
Justin M. Keyes
090cd10975
test/old: Fix_truncated_tmpfile(): more flexible
2018-01-23 23:06:22 +01:00
Justin M. Keyes
ce09d4134b
vim-patch:8.0.0433: beeps when running tests
...
Problem: Quite a few beeps when running tests.
Solution: Set 'belloff' for these tests. (Christian Brabandt)
c3c766ea8c
2018-01-21 12:21:47 +01:00
Justin M. Keyes
2b1bcd446b
runtime: include en.utf-8.spl
...
Install en.utf-8.spl by default.
- Allows spell-related tests to run.
- Avoids download prompt for spelllang=en users
2018-01-15 23:58:52 +01:00
Justin M. Keyes
a118134af1
test/legacy: avoid TSAN CI build hang
...
This delete() sometimes hangs the TSAN build. Work around it by using
a unique filename. Do it at the start instead of the end, for hygiene
(though it doesn't actually matter on CI, it helps local dev).
2017-07-29 23:51:42 +02:00
Björn Linse
c70ab1a2e2
test: make locale dependent oldtest more reliable ( #6526 )
2017-04-15 15:06:50 +02:00
Björn Linse
acc06b0b7b
vim-patch:8.0.0552
...
Problem: Toupper and tolower don't work properly for Turkish when 'casemap'
is empty. (Bjorn Linse)
Solution: Check the 'casemap' options when deciding how to upper/lower case.
3317d5ebbe
vim-patch:8.0.0553
Problem: Toupper/tolower test with Turkish locale fails on Mac.
Solution: Skip the test on Mac.
9f4de1f543
vim-patch:8.0.0554
Problem: Toupper and tolower don't work properly for Turkish when 'casemap'
contains "keepascii". (Bjorn Linse)
Solution: When 'casemap' contains "keepascii" use ASCII toupper/tolower.
1cc482069a
vim-patch:8.0.0555
Problem: Toupper/tolower test fails on OSX without Darwin.
Solution: Skip that part of the test also for OSX. (Kazunobu Kuriyama)
d2381a2cad
2017-04-10 12:02:26 +02:00
lonerover
7418adc143
move.c: add cursor adjustment for scrolloff ( #6319 )
2017-03-21 21:37:52 +08:00
Justin M. Keyes
2f54d6927c
test/legacy: fix test_normal.vim
2017-03-19 23:52:17 +01:00
raichoo
0f5c3f111a
vim-patch:8.0.0179
...
Problem: 'formatprg' is a global option but the value may depend on the
type of buffer. (Sung Pae)
Solution: Make 'formatprg' global-local. (closes vim/vim#1380 )
9be7c04e6c
2017-03-19 21:14:11 +01:00
raichoo
a4f20db08c
vim-patch:8.0.0066
...
Problem: when calling an operator function when 'linebreak' is set, it is
internally reset before calling the operator function.
Solution: Restore 'linebreak' before calling op_function(). (Christian
Brabandt)
4a08b0dc4d
2017-03-19 21:14:11 +01:00
raichoo
88dd2e8a08
vim-patch:8.0.0064
...
Problem: Normal test fails on MS-Windows.
Solution: Don't try using an illegal file name.
eb828d01d9
2017-03-19 21:14:11 +01:00
raichoo
151605cacc
vim-patch:8.0.0060
...
Problem: When using an Ex command for 'keywordprg' it is escaped as with a
shell command. (Romain Lafourcade)
Solution: Escape for an Ex command. (closes vim/vim#1175 )
426f375422
2017-03-19 21:14:11 +01:00
raichoo
707aea86bb
vim-patch:7.4.2353
...
Problem: Not enough test coverage for Normal mode commands.
Solution: Add more tests. (Christian Brabandt)
2931f2a5df
2017-03-19 21:14:11 +01:00
raichoo
ae828982ce
vim-patch:7.4.2347
...
Problem: Crash when closing a buffer while Visual mode is active.
(Dominique Pelle)
Solution: Adjust the position before computing the number of lines.
When closing the current buffer stop Visual mode.
c4a908e836
2017-03-19 21:14:11 +01:00
raichoo
4500b16f15
vim-patch:7.4.2336
...
Problem: Running normal mode tests leave a couple of files behind.
(Yegappan Lakshmanan)
Solution: Delete the files. (Christian Brabandt)
df0db16cf7
2017-03-19 21:14:11 +01:00
raichoo
1e33c88685
vim-patch:7.4.2333
...
Problem: Outdated comments in test.
Solution: Cleanup normal mode test. (Christian Brabandt)
31845093b7
2017-03-19 21:14:11 +01:00
raichoo
42caeccce6
vim-patch:7.4.2322
...
Problem: Access memory beyond the end of the line. (Dominique Pelle)
Solution: Adjust the cursor column.
bc54f3f3fe
2017-03-19 21:14:11 +01:00
raichoo
afd8eacb4e
vim-patch:7.4.2317
...
Problem: Normal mode tests fail on MS-Windows.
Solution: Do some tests only on Unix. Set 'fileformat' to "unix".
0913a1089a
2017-03-19 21:14:11 +01:00
raichoo
b87cb77570
vim-patch:7.4.2315
...
Problem: Insufficient testing for Normal mode commands.
Solution: Add a big test. (Christian Brabandt, closes vim/vim#1029 )
87bc3f7459
2017-03-19 21:14:11 +01:00