Mercurial > vim
annotate src/testdir/test91.ok @ 10789:214417c527b5 v8.0.0284
patch 8.0.0284: collapse buffers test failed once
commit https://github.com/vim/vim/commit/b245559fa9b03bfb0d0f77023120e60d870f0b56
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 1 18:00:13 2017 +0100
patch 8.0.0284: collapse buffers test failed once
Problem: The Test_collapse_buffers() test failed once, looks like it is
flaky.
Solution: Add it to the list of flaky tests.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 01 Feb 2017 18:15:03 +0100 |
parents | e8eccb9621f7 |
children | 5780bd3a5a7e |
rev | line source |
---|---|
4157 | 1 start: |
7042
e8eccb9621f7
commit https://github.com/vim/vim/commit/7e47d1ac6a9ae0e5a7167aa34ff651a9c39c1641
Christian Brabandt <cb@256bit.org>
parents:
6197
diff
changeset
|
2 'abcd' |
e8eccb9621f7
commit https://github.com/vim/vim/commit/7e47d1ac6a9ae0e5a7167aa34ff651a9c39c1641
Christian Brabandt <cb@256bit.org>
parents:
6197
diff
changeset
|
3 'abcd' |
4297 | 4 '1234' |
5 '1234' | |
6 {'var_num': '1234'} | |
7 {'var_num': '1234'} | |
8 '5678' | |
4157 | 9 {} |
10 {} | |
11 '' | |
4297 | 12 '5678' |
4157 | 13 0 |
14 0 | |
5231
74d2f3188cd0
updated for version 7.4a.041
Bram Moolenaar <bram@vim.org>
parents:
4297
diff
changeset
|
15 dos |
74d2f3188cd0
updated for version 7.4a.041
Bram Moolenaar <bram@vim.org>
parents:
4297
diff
changeset
|
16 1 |
74d2f3188cd0
updated for version 7.4a.041
Bram Moolenaar <bram@vim.org>
parents:
4297
diff
changeset
|
17 iso-8859-2 |
4157 | 18 'Dance' |
19 'Dance' | |
20 {'var_str': 'Dance'} | |
21 {'var_str': 'Dance'} | |
22 'Chance' | |
23 {} | |
24 {} | |
25 '' | |
26 'Chance' | |
27 0 | |
28 0 | |
29 [1, 2, 3] | |
30 [1, 2, 3] | |
6197 | 31 {'var_list': [1, 2, 3], 'other': 777} |
32 {'var_list': [1, 2, 3], 'other': 777} | |
4157 | 33 [4, 5, 6, 7] |
34 '' | |
35 [4, 5, 6, 7] | |
36 '' | |
37 [4, 5, 6, 7] | |
38 {'dict': 'tabwin'} | |
39 {'dict': 'tabwin'} | |
40 {'var_dict': {'dict': 'tabwin'}} | |
41 {'var_dict': {'dict': 'tabwin'}} | |
42 {'dict2': 'newval'} | |
43 {} | |
44 {} | |
45 '' | |
46 {'dict2': 'newval'} | |
47 '' | |
48 {'dict2': 'newval'} | |
49 '' | |
50 1 |