aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | ci: AppVeyor: exitIfFailed with old tests (#10187)Daniel Hahler2019-08-21
| | |
* | | vim-patch:8.1.0888: the a: dict is not immutable as documented (#10819)Abdelhakeem Osama2019-08-21
|/ / | | | | | | | | | | Problem: The a: dict is not immutable as documented. Solution: Make the a:dict immutable, add a test. (Ozaki Kiichi, Yasuhiro Matsumoto, closes vim/vim#3929) https://github.com/vim/vim/commit/31b816042fca879b11965ddd75287732563ba698
* | Merge pull request #10821 from blueyed/asanDaniel Hahler2019-08-21
|\ \ | | | | | | tests: improve escaping of special chars, forward all sanitizer options
| * | fixup! test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONSDaniel Hahler2019-08-21
| | |
| * | test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONSDaniel Hahler2019-08-21
| | |
| * | src/nvim/testdir/runnvim.vim: improve escaping of non-printablesDaniel Hahler2019-08-21
| | |
* | | tests: support msg with global_helpers.ok (#10820)Daniel Hahler2019-08-21
|/ / | | | | | | | | | | Ref: https://github.com/neovim/neovim/pull/10768#discussion_r315904175 Co-Authored-By: Justin M. Keyes <justinkz@gmail.com>
* | oldtest: windows: revert setting shellslash individually (#10189)Daniel Hahler2019-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "oldtests: win: shellslash for cdpath,tags,:find" This reverts commit 6245b4873d5e24fade9aadadf32645bfb3ebfc31. * Revert "oldtests: set shellslash for ":cd" test" This reverts commit eba1ebafe554fcf6dcd8c933f53b43ca9c5b3b6a. * Revert "oldtests: set shellslash in Test_shellescape()" This reverts commit e428fc4b52d986fec0d544e371b05e8c7e18db93. * Revert "fixup! vim-patch:8.0.1782: no simple way to label quickfix entries" This reverts commit ac1fbc28601a05cdca19f868449c86b8dd70328c. * Revert "test/old: pass Test_statusline on Windows" This reverts commit 6efa3bff09afb0e54ad71278ac60259bf41be286. * Revert "oldtests: set shellslash for Test_non_zero_arg" This reverts commit 42e1e2495cc51f659d505bfec8b72905c19e4094. * Revert "oldtests: set shellslash in Test_true_false_arg()" This reverts commit 8bd194f98aaf8d79886b78f4bd29f9525c1459c8. * Remove unnecessary set shellslash Since #10679 no longer requires individual set shellslash, it is removed. Co-Authored-By: erw7 <erw7.github@gmail.com>
* | Merge pull request #10768 from blueyed/tests-shorter-timersDaniel Hahler2019-08-20
|\ \ | | | | | | tests: timer_spec: lower timeout, avoids flakiness
| * | tests: screen: notification_cb: improve assertion messageDaniel Hahler2019-08-20
| | |
| * | tests: timer_spec: lower timeout, avoids flakinessDaniel Hahler2019-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired by quickbuild failure, where `g:val` was increased already: 20:07:04,227 INFO - not ok 1164 - timers works with repeat two 20:07:04,227 INFO - # test/functional/eval/timer_spec.lua @ 36 20:07:04,227 INFO - # Failure message: test/functional/eval/timer_spec.lua:38: Expected objects to be the same. 20:07:04,227 INFO - # Passed in: 20:07:04,227 INFO - # (number) 1 20:07:04,227 INFO - # Expected: 20:07:04,227 INFO - # (number) 0 20:07:04,227 INFO - # stack traceback: 20:07:04,227 INFO - # test/functional/eval/timer_spec.lua:38: in function <test/functional/eval/timer_spec.lua:36> Uses a pattern of `eq()`ing `timer_start` and `g:val` in the same `eval` call, and decreases timeouts in general. Improves runtime from ~5s to <2s.
* | | Merge pull request #10818 from blueyed/minorDaniel Hahler2019-08-20
|\ \ \ | | | | | | | | Minor: .gitignore, improve test assertion message
| * | | tests: screen: notification_cb: improve assertion messageDaniel Hahler2019-08-20
| | | |
| * | | .gitignore: src/nvim/testdir/*.tlogDaniel Hahler2019-08-20
| | | |
* | | | win: stream: reset tty stream on closeAnciety2019-08-20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This was overlooked in 8072f085d2ed. Analogous to 8a782f1699e2. fix #10668 ref 8072f085d2ed #9884 ref 8a782f1699e2 #2377
* | | test/functional/ui/mode_spec: improve "ui mode_change event" (#10816)Daniel Hahler2019-08-20
| | | | | | | | | | | | Set a shorter `&matchtime` (instead of asserting the default), and do not sleep - `screen:expect` will do that (wait for it).
* | | Merge pull request #10814 from janlazo/vim-8.1.1887Daniel Hahler2019-08-20
|\ \ \ | |/ / |/| | vim-patch:8.1.{1887,1890}
| * | vim-patch:8.1.1890: ml_get error when deleting fold markerJan Edmund Lazo2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Ml_get error when deleting fold marker. Solution: Check that the line number is not below the last line. Adjust the fold when deleting the empty line. (Christian Brabandt, closes vim/vim#4834) https://github.com/vim/vim/commit/9a4a8c4d5993c6371486c895a515c2ad351e9aaa
| * | vim-patch:8.1.1887: the +cmdline_compl feature is not in the tiny versionJan Edmund Lazo2019-08-19
| | | | | | | | | | | | | | | | | | Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature. https://github.com/vim/vim/commit/0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a
* | | src/nvim/README: revisit sanitizer section [ci skip] (#10780)Daniel Hahler2019-08-20
|/ /
* | Merge pull request #10626 from janlazo/test/enableDaniel Hahler2019-08-19
|\ \ | | | | | | Windows: enable more tests
| * | tests: win: enable buffer focus testJan Edmund Lazo2019-08-18
| | |
| * | test: win: enable WinEnter terminal testJan Edmund Lazo2019-08-18
| | |
| * | test: win: enable output_spec testJan Edmund Lazo2019-08-18
|/ /
* | Unreserve :X #10807Julian Berman2019-08-18
| | | | | | closes #10806
* | CI/AppVeyor: revert "skip MSVC_32 for non-PR" [skip travis] #10805Justin M. Keyes2019-08-18
| | | | | | | | | | | | | | | | | | Revert commit bfbc1a787266833d7bebf0b48ac62a526a864034. The nightly release job is failing: https://travis-ci.org/neovim/bot-ci/builds/569687794 - We need the MSVC artifact on master so that our nightly job can publish it. - Saving time on master is low-priority because most CI activity is from PRs.
* | Merge pull request #10798 from bfredl/multifixBjörn Linse2019-08-18
|\ \ | | | | | | multigrid: fixes
| * | ui: transmit "blend=" property of highlight attributesBjörn Linse2019-08-18
| | |
| * | test/ui: properly test win_hide by explicitly marking hidden gridsBjörn Linse2019-08-17
| | |
| * | ui: use Window type in win_pos consistently with win_float_posBjörn Linse2019-08-17
| | | | | | | | | | | | Also check invalid positional arguments to screen:expect()
* | | Merge #10679 from erw7/fix-oldtest-on-windowsJustin M. Keyes2019-08-18
|\ \ \
| * | | Change to use v:progpath instead of constant [skip ci]erw72019-08-18
| | | |
| * | | Fix test failure on Windows [skip travis]erw72019-08-17
| | | |
| * | | Change value of cpo [skip travis]erw72019-08-17
| | | | | | | | | | | | | | | | | | | | set cpo+=S was added because the test failed because the cpo value was different from vim(See #10730).
| * | | Remove test52erw72019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test52 does nothing on UNIX. And vim on Windows performs mbyte-conversion between Unicode and code page using Windows API(See :h mbyte-conversion). Test52 seems to be testing its functionality. In neovim, the conversion function by Windows API has been removed. Therefore, there is no point in doing this test.
| * | | Change test execution conditionserw72019-08-17
| | | | | | | | | | | | | | | | | | | | Since neovim needs iconv to process cp932, it changes the test execution condition.
| * | | Add target fixff to testdir/Makefileerw72019-08-17
| | | | | | | | | | | | | | | | | | | | In Windows, since conversion of the line feed code is necessary, porting fixff target from Make_mingw.mak of vim.
| * | | Fix get_path_cutoff() on Windowserw72019-08-17
| | | | | | | | | | | | | | | | | | | | Fix an issue where the result of get_path cutoff() was incorrect when using set shellslash.
| * | | Remove code that is no longer needed by set shellslasherw72019-08-17
| | | |
| * | | Change to set shellslash to test under same conditions as vimerw72019-08-17
| | | |
* | | | Merge #10800 from janlazo/vim-8.1.1870Justin M. Keyes2019-08-18
|\ \ \ \ | | | | | | | | | | vim-patch:8.1.{1679,1839,1870}
| * | | | vim-patch:8.1.1839: insufficient info when test fails because of screen sizeJan Edmund Lazo2019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Insufficient info when test fails because of screen size. Solution: Report the detected screen size. https://github.com/vim/vim/commit/0b5dc644465c549ac54fe3c4ad232dd692000d26
| * | | | vim-patch:8.1.1679: test using SwapExists autocommand file may failJan Edmund Lazo2019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test using SwapExists autocommand file may fail. Solution: Remove the SwapExists autocommand. https://github.com/vim/vim/commit/eaa49e40d7e7f84deef14424c84ef1da0796fa58
| * | | | vim-patch:8.1.1870: using :pedit from a help file sets help filetypeJan Edmund Lazo2019-08-17
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Problem: Using :pedit from a help file sets the preview window to help filetype. (Wang Shidong) Solution: Do not set "keep_help_flag". (closes vim/vim#3536) https://github.com/vim/vim/commit/026587b35c42301bcc2214207346b62ef2efed41
* / | | CI/OpenBSD: run oldtest #10797Edd Barrett2019-08-18
|/ / / | | | | | | - Test_libcall_libcallnr: pass libc name to dlopen.
* | | Merge #10794 from janlazo/vim-8.1.1857Justin M. Keyes2019-08-17
|\ \ \ | |/ / |/| | vim-patch:8.1.{1857,1858,1860}
| * | vim-patch:8.1.1860: map timeout test is flakyJan Edmund Lazo2019-08-16
| | | | | | | | | | | | | | | | | | Problem: Map timeout test is flaky. Solution: Add test to list of flaky tests. Increase timeout. https://github.com/vim/vim/commit/ea94c855163cf58a3389b5f3c54a0767c9e1be49
| * | vim-patch:8.1.1858: test for multi-byte mapping fails on some systemsJan Edmund Lazo2019-08-16
| | | | | | | | | | | | | | | | | | Problem: Test for multi-byte mapping fails on some systems. Solution: Test in another way. https://github.com/vim/vim/commit/2f710afe7f166973c879bf7424678ba84368c1bb
| * | vim-patch:8.1.1857: cannot use modifier with multi-byte characterJan Edmund Lazo2019-08-16
|/ / | | | | | | | | | | | | Problem: Cannot use modifier with multi-byte character. Solution: Allow using a multi-byte character, although it doesn't work everywhere. https://github.com/vim/vim/commit/c8fd33d18b49c3246f33782dd7b4a1c87504dd5f
* | vim-patch:8.1.1854: now another timer test is flaky #10791Jan Edmund Lazo2019-08-16
| | | | | | | | | | Problem: Now another timer test is flaky. Solution: Add test to list of flaky tests. https://github.com/vim/vim/commit/973d5304a44c974e74e43c3790f8919b7d4193b4