Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
08938eeba463e98d23ba7b88e81bd252c981d235
/
src
/
testdir
08938ee
patch 8.2.0548: Vim9: not all possible func type errors tested
by Bram Moolenaar
· 6 years ago
1378fbc
patch 8.2.0543: Vim9: function with varargs does not work properly
by Bram Moolenaar
· 6 years ago
8832a34
patch 8.2.0542: no test for E386
by Bram Moolenaar
· 6 years ago
004a678
patch 8.2.0540: regexp and other code not tested
by Bram Moolenaar
· 6 years ago
7b293c7
patch 8.2.0539: comparing two NULL list fails
by Bram Moolenaar
· 6 years ago
cab2767
patch 8.2.0537: Vim9: no check for sandbox when setting v:var
by Bram Moolenaar
· 6 years ago
5da356e
patch 8.2.0536: Vim9: some compilation code not tested
by Bram Moolenaar
· 6 years ago
4d23c52
patch 8.2.0535: regexp patterns not fully tested
by Bram Moolenaar
· 6 years ago
25d5700
patch 8.2.0534: client-server test fails under valgrind
by Bram Moolenaar
· 6 years ago
6a2c5a7
patch 8.2.0533: tests using term_wait() can still be flaky
by Bram Moolenaar
· 6 years ago
7035fd9
patch 8.2.0532: cannot use simplify() as a method
by Bram Moolenaar
· 6 years ago
476a613
patch 8.2.0531: various errors not tested
by Bram Moolenaar
· 6 years ago
49cf7cc
patch 8.2.0529: Vim9: function argument with default not checked
by Bram Moolenaar
· 6 years ago
0b76b42
patch 8.2.0528: Vim9: function arguments insufficiently tested
by Bram Moolenaar
· 6 years ago
ec5929d
patch 8.2.0527: Vim9: function types insufficiently tested
by Bram Moolenaar
· 6 years ago
ee4e0c1
patch 8.2.0522: several errors are not tested for
by Bram Moolenaar
· 6 years ago
15352dc
patch 8.2.0521: crash when reading a blob fails
by Bram Moolenaar
· 6 years ago
6c307dc
patch 8.2.0520: tests are not listed in sorted order
by Bram Moolenaar
· 6 years ago
8922860
patch 8.2.0519: Vim9: return type not properly checked
by Bram Moolenaar
· 6 years ago
4c68375
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
by Bram Moolenaar
· 6 years ago
5deeb3f
patch 8.2.0512: Vim9: no optional arguments in func type
by Bram Moolenaar
· 6 years ago
d7ffc0b
patch 8.2.0511: Cscope code not fully tested
by Bram Moolenaar
· 6 years ago
cde0ff3
patch 8.2.0509: various code is not properly tested.
by Bram Moolenaar
· 6 years ago
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 6 years ago
5259275
patch 8.2.0507: getbufvar() may get the wrong dictionary
by Bram Moolenaar
· 6 years ago
01603a9
patch 8.2.0505: term_getty() not sufficiently tested
by Bram Moolenaar
· 6 years ago
585fea7
patch 8.2.0503: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
e8c4abb
patch 8.2.0502: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
2c869de
patch 8.2.0501: Vim9: script test fails when channel feature is missing
by Bram Moolenaar
· 6 years ago
a4d4cf4
patch 8.2.0496: Vim9: disassemble test fails
by Bram Moolenaar
· 6 years ago
80c34ca
patch 8.2.0495: Vim9: some code not tested
by Bram Moolenaar
· 6 years ago
e69f6d0
patch 8.2.0493: Vim9: some error messages not tested
by Bram Moolenaar
· 6 years ago
a8c1770
patch 8.2.0492: Vim9: some error messages not tested
by Bram Moolenaar
· 6 years ago
2da0f0c
patch 8.2.0491: cannot recognize a <script> mapping using maparg()
by Bram Moolenaar
· 6 years ago
25b70c7
patch 8.2.0489: Vim9: memory leaks
by Bram Moolenaar
· 6 years ago
bd5da37
patch 8.2.0487: Vim9: compiling not sufficiently tested
by Bram Moolenaar
· 6 years ago
9be61bb
patch 8.2.0486: Vim9: some code and error messages not tested
by Bram Moolenaar
· 6 years ago
92dba36
patch 8.2.0484: Vim9: some error messages not tested
by Bram Moolenaar
· 6 years ago
d25ec2c
patch 8.2.0483: Vim9: "let x = x + 1" does not give an error
by Bram Moolenaar
· 6 years ago
ca68ae1
patch 8.2.0482: channel and sandbox code not sufficiently tested
by Bram Moolenaar
· 6 years ago
7d333a9
patch 8.2.0481: Travis is still using trusty
by Bram Moolenaar
· 6 years ago
0b37a2f
patch 8.2.0480: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
5908fdf
patch 8.2.0478: new buffers are not added to the Buffers menu
by Bram Moolenaar
· 6 years ago
c58164c
patch 8.2.0477: Vim9: error messages not tested
by Bram Moolenaar
· 6 years ago
52ea92b
patch 8.2.0476: terminal nasty callback test fails sometimes
by Bram Moolenaar
· 6 years ago
bf54dbe
patch 8.2.0475: channel out_cb test still fails sometimes on Mac
by Bram Moolenaar
· 6 years ago
0fff441
patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmd
by Bram Moolenaar
· 6 years ago
7b1b36b
patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow system
by Bram Moolenaar
· 6 years ago
ee619e5
patch 8.2.0469: Vim9: no error for missing ] after list
by Bram Moolenaar
· 6 years ago
33fa29c
patch 8.2.0467: Vim9: some errors are not tested
by Bram Moolenaar
· 6 years ago
599c89c
patch 8.2.0465: Vim9: dead code and wrong return type
by Bram Moolenaar
· 6 years ago
37bb030
patch 8.2.0462: previewwindow test fails on some systems
by Bram Moolenaar
· 6 years ago
9207d1f
patch 8.2.0461: confirm test fails on amd64 system
by Bram Moolenaar
· 6 years ago
15c4760
patch 8.2.0459: cannot check if a function name is correct
by Bram Moolenaar
· 6 years ago
bea9023
patch 8.2.0458: missing feature check in test function
by Bram Moolenaar
· 6 years ago
26bde6e
patch 8.2.0457: Test_quotestar() often fails when run under valgrind
by Bram Moolenaar
· 6 years ago
72749f0
patch 8.2.0456: Test_confirm_cmd is flaky
by Bram Moolenaar
· 6 years ago
83d4790
patch 8.2.0455: cannot set the highlight group for a specific terminal
by Bram Moolenaar
· 6 years ago
3ed9efc
patch 8.2.0454: some tests fail when the system is slow
by Bram Moolenaar
· 6 years ago
7851b1c
patch 8.2.0453: trailing space in job_start() command causes empty argument
by Bram Moolenaar
· 6 years ago
7d941ee
patch 8.2.0450: not enough testing for restricted mode and function calls
by Bram Moolenaar
· 6 years ago
cf3f8bf
patch 8.2.0449: Vim9: crash if return type is invalid
by Bram Moolenaar
· 6 years ago
0e05de4
patch 8.2.0448: various functions not properly tested
by Bram Moolenaar
· 6 years ago
bfcfd57
patch 8.2.0447: terminal scroll tests fails on some systems
by Bram Moolenaar
· 6 years ago
a07e31a
patch 8.2.0446: listener with undo of deleting all lines not tested
by Bram Moolenaar
· 6 years ago
d36ef57
patch 8.2.0444: swap file test fails on some systems
by Bram Moolenaar
· 6 years ago
f3710ee
patch 8.2.0441: terminal noblock test is still failing on BSD
by Bram Moolenaar
· 6 years ago
d06dbf3
patch 8.2.0440: terminal noblock test is still very flaky on BSD
by Bram Moolenaar
· 6 years ago
d7b7770
patch 8.2.0438: terminal noblock test is very flaky on BSD
by Bram Moolenaar
· 6 years ago
bad8804
patch 8.2.0433: INT signal not properly tested
by Bram Moolenaar
· 6 years ago
ab505b1
patch 8.2.0432: a few tests fail in a huge terminal
by Bram Moolenaar
· 6 years ago
5080b0a
patch 8.2.0430: window creation failure not properly tested
by Bram Moolenaar
· 6 years ago
c5a8fdc
patch 8.2.0429: no warning when test checks for option that never exists
by Bram Moolenaar
· 6 years ago
7929651
patch 8.2.0427: it is not possible to check for a typo in a feature name
by Bram Moolenaar
· 6 years ago
9b9be00
patch 8.2.0426: some errors were not tested for
by Bram Moolenaar
· 6 years ago
515545e
patch 8.2.0425: code for modeless selection not sufficiently tested
by Bram Moolenaar
· 6 years ago
97acfc7
patch 8.2.0424: checking for wrong return value
by Bram Moolenaar
· 6 years ago
ce436de
patch 8.2.0423: in some environments a few tests are expected to fail
by Bram Moolenaar
· 6 years ago
0f1563f
patch 8.2.0422: crash when passing popup window to win_splitmove()
by Bram Moolenaar
· 6 years ago
9645e2d
patch 8.2.0421: interrupting with CTRL-C does not always work
by Bram Moolenaar
· 6 years ago
f1ec378
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
by Bram Moolenaar
· 6 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 6 years ago
8b63313
patch 8.2.0418: code in eval.c not sufficiently covered by tests
by Bram Moolenaar
· 6 years ago
95e59a3
patch 8.2.0416: test leaves file behind
by Bram Moolenaar
· 6 years ago
40d235e
patch 8.2.0415: bsdl filetype is not detected
by Bram Moolenaar
· 6 years ago
373a876
patch 8.2.0414: channel connect_waittime() test is flaky
by Bram Moolenaar
· 6 years ago
5e94a29
patch 8.2.0413: buffer menu does not handle special buffers properly
by Bram Moolenaar
· 6 years ago
3696839
patch 8.2.0410: channel test fails too often on slow Mac
by Bram Moolenaar
· 6 years ago
b68df22
patch 8.2.0409: search test leaves file behind
by Bram Moolenaar
· 6 years ago
22da559
patch 8.2.0408: delete() commented out for testing
by Bram Moolenaar
· 6 years ago
2d10cd4
patch 8.2.0407: no early check if :find and :sfind have an argument
by Bram Moolenaar
· 6 years ago
e328487
patch 8.2.0406: FileReadCmd event not well tested
by Bram Moolenaar
· 6 years ago
18a2b87
patch 8.2.0404: writefile() error does not give a hint
by Bram Moolenaar
· 6 years ago
a3a9c8e
patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite check
by Bram Moolenaar
· 6 years ago
30d53e2
patch 8.2.0402: setting local instead of global flag
by Bram Moolenaar
· 6 years ago
8dfcce3
patch 8.2.0401: not enough test coverage for evalvars.c
by Bram Moolenaar
· 6 years ago
3cdcb09
patch 8.2.0400: not all tests using a terminal are in the list of flaky tests
by Bram Moolenaar
· 6 years ago
a21df1d
patch 8.2.0398: profile test fails when two functions take same time
by Bram Moolenaar
· 6 years ago
24ebd83
patch 8.2.0396: cmdexpand.c insufficiently tested
by Bram Moolenaar
· 6 years ago
ddbfe23
patch 8.2.0390: terminal postponed scrollback test is flaky
by Bram Moolenaar
· 6 years ago
Next »