summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-0620-41/+241
* patch 8.2.0521: crash when reading a blob failsv8.2.0521Bram Moolenaar2020-04-061-0/+3
* patch 8.2.0520: tests are not listed in sorted orderv8.2.0520Bram Moolenaar2020-04-051-1/+1
* patch 8.2.0519: Vim9: return type not properly checkedv8.2.0519Bram Moolenaar2020-04-051-0/+19
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-0/+21
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-055-356/+420
* patch 8.2.0511: Cscope code not fully testedv8.2.0511Bram Moolenaar2020-04-051-29/+53
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-0412-14/+449
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-033-22/+14
* patch 8.2.0507: getbufvar() may get the wrong dictionaryv8.2.0507Bram Moolenaar2020-04-031-0/+10
* patch 8.2.0505: term_getty() not sufficiently testedv8.2.0505Bram Moolenaar2020-04-031-10/+43
* patch 8.2.0503: Vim9: some code is not testedv8.2.0503Bram Moolenaar2020-04-021-23/+65
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-022-6/+56
* patch 8.2.0501: Vim9: script test fails when channel feature is missingv8.2.0501Bram Moolenaar2020-04-021-4/+6
* patch 8.2.0496: Vim9: disassemble test failsv8.2.0496Bram Moolenaar2020-04-021-1/+41
* patch 8.2.0495: Vim9: some code not testedv8.2.0495Bram Moolenaar2020-04-011-0/+14
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-011-0/+43
* patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar2020-04-012-1/+26
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-011-4/+4
* patch 8.2.0489: Vim9: memory leaksv8.2.0489Bram Moolenaar2020-04-011-0/+1
* patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar2020-03-312-1/+35
* patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar2020-03-302-1/+44
* patch 8.2.0484: Vim9: some error messages not testedv8.2.0484Bram Moolenaar2020-03-301-0/+9
* patch 8.2.0483: Vim9: "let x = x + 1" does not give an errorv8.2.0483Bram Moolenaar2020-03-301-0/+2
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-3013-30/+485
* patch 8.2.0481: Travis is still using trustyv8.2.0481Bram Moolenaar2020-03-301-1/+9
* patch 8.2.0480: Vim9: some code is not testedv8.2.0480Bram Moolenaar2020-03-291-0/+33
* patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar2020-03-291-2/+12
* patch 8.2.0477: Vim9: error messages not testedv8.2.0477Bram Moolenaar2020-03-291-0/+12
* patch 8.2.0476: terminal nasty callback test fails sometimesv8.2.0476Bram Moolenaar2020-03-291-3/+5
* patch 8.2.0475: channel out_cb test still fails sometimes on Macv8.2.0475Bram Moolenaar2020-03-291-2/+7
* patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar2020-03-291-0/+34
* patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow systemv8.2.0470Bram Moolenaar2020-03-281-1/+1
* patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar2020-03-282-1/+8
* patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar2020-03-282-0/+25
* patch 8.2.0465: Vim9: dead code and wrong return typev8.2.0465Bram Moolenaar2020-03-281-0/+41
* patch 8.2.0462: previewwindow test fails on some systemsv8.2.0462Bram Moolenaar2020-03-272-4/+8
* patch 8.2.0461: confirm test fails on amd64 systemv8.2.0461Bram Moolenaar2020-03-271-0/+2
* patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar2020-03-262-1/+9
* patch 8.2.0458: missing feature check in test functionv8.2.0458Bram Moolenaar2020-03-261-0/+3
* patch 8.2.0457: Test_quotestar() often fails when run under valgrindv8.2.0457Bram Moolenaar2020-03-261-1/+2
* patch 8.2.0456: Test_confirm_cmd is flakyv8.2.0456Bram Moolenaar2020-03-261-3/+6
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-263-1/+70
* patch 8.2.0454: some tests fail when the system is slowv8.2.0454Bram Moolenaar2020-03-262-10/+20
* patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar2020-03-261-0/+8
* patch 8.2.0450: not enough testing for restricted mode and function callsv8.2.0450Bram Moolenaar2020-03-263-83/+163
* patch 8.2.0449: Vim9: crash if return type is invalidv8.2.0449Bram Moolenaar2020-03-261-0/+3
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-2524-1/+187
* patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447Bram Moolenaar2020-03-251-6/+9
* patch 8.2.0446: listener with undo of deleting all lines not testedv8.2.0446Bram Moolenaar2020-03-251-0/+25