Update authors of the tests
This commit is contained in:
parent
d8fc6244ea
commit
d5a47288d4
26 changed files with 32 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1083924 (Include c++11 syntax highlighting in vim)
|
|||
description: |
|
||||
Bug summary: Include c++11 syntax highlighting in vim
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1083924
|
||||
author: Filip Holec <fholec@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1204179 (missing /bin/vi breaks visudo, sudoedit, crontab)
|
|||
description: |
|
||||
Bug summary: missing /bin/vi breaks visudo, sudoedit, crontab -e, etc.
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1204179
|
||||
author: Filip Holec <fholec@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1383902 (CPU spikes to 100% and timeouts observed in strace
|
|||
description: |
|
||||
Bug summary: CPU spikes to 100% and timeouts observed in strace when opening yaml extensions using vim
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1383902
|
||||
author: Anna Khaitovich <akhaitov@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
summary: Check if vim segfaults when receives SIGTERM and SIGHUP in a short amount
|
||||
of time
|
||||
description: ''
|
||||
author: Frantisek Sumsal <fsumsal@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ description: |
|
|||
Test checks whether vim suggests all packages needed for clean install and functionality
|
||||
of som of its feature (like python2/python3/perl embedded interpreters, ...).
|
||||
Packages that don't require other dependencies/packages are ignored.
|
||||
author: Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ description: |
|
|||
|
||||
Decsription:
|
||||
Try to open gvim (with GUI) through xvfb-run in virtual X environment.
|
||||
author: Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ summary: Test for BZ#1676339 (Vim runs out of memory during a find and replace)
|
|||
description: |
|
||||
Bug summary: Vim runs out of memory during a find and replace
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1676339
|
||||
author:
|
||||
- Zdenek Dohnal <zdohnal@redhat.com>
|
||||
- Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1686822 (Add Provides bundled(libvterm))
|
|||
description: |
|
||||
Bug summary: Add Provides: bundled(libvterm)
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1686822
|
||||
author: Zdenek Dohnal <zdohnal@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1743070 (manpage of vim is garbled in Japanese locale)
|
|||
description: |
|
||||
Bug summary: manpage of vim is garbled in Japanese locale
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1743070
|
||||
author: Zdenek Dohnal <zdohnal@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ description: |
|
|||
|
||||
This test checks for augroup presence in /etc/vimrc and makes sure
|
||||
deactivating all rh-provided autocmds works with :au! redhat
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ description: |
|
|||
available exceeded 4GB. In such cases maxmemtot variable would be
|
||||
incorrectly set to a very low value which caused vim to slow down
|
||||
considerably on large files.
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ description: |
|
|||
vim is apparently linked to libtermcap instead of libcurses or
|
||||
libncurses (preferable). This causes many vim to have incorrect
|
||||
capabilities under many values for TERM.
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ description: |
|
|||
|
||||
Since the fix for security issue CVE-2008-6235 the delete command
|
||||
of netrw plugin does not successfully delete files or directories.
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: Test for bz506442 (Add Vim to Applications > Accessories menu)
|
||||
description: ''
|
||||
author: David Kutalek <dkutalek@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ description: |
|
|||
Description:
|
||||
|
||||
Escalated to Bugzilla from IssueTracker
|
||||
author: David Kutalek <dkutalek@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ description: |
|
|||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=591578
|
||||
|
||||
Check whether in zh_CN.gbk locale netrw plugin correctly displays filenames.
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ description: |
|
|||
|
||||
Test Case Relevancy:
|
||||
distro = rhel-4, rhel-5: False
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ description: |
|
|||
|
||||
Check whether 'vim ..' correctly displays contents of the parent
|
||||
directory.
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ description: |
|
|||
|
||||
Vim completion crash reproducer based on the test case by Ingo Karkat:
|
||||
http://vim.1045645.n5.nabble.com/Crash-with-completefunc-mapping-followed-by-text-td1210506.html
|
||||
author: Petr Splichal <psplicha@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#820331 (Vim syntax file for sshdconfig is missing newer)
|
|||
description: |
|
||||
Bug summary: Vim syntax file for sshdconfig is missing newer keyword entries
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=820331
|
||||
author: Filip Holec <fholec@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ description: |+
|
|||
https://wiki.test.redhat.com/BaseOs/BestPractices/TestsForManPages
|
||||
* "name of the test where one phase is one man page bug might be like this: /CoreOS/<component>/Sanity || Regression/docs "
|
||||
|
||||
author: Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: glob2regpat returns bad result on s390x
|
|||
description: According to upstream tests, the glob2regpat('**') function should return
|
||||
.*. However, on the s390x architecture, the function unexpectedly returns $, which
|
||||
does not align with the expected behavior from the test.
|
||||
author: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: Test whether we load system wide vimrcs
|
||||
description: ''
|
||||
author: Zdenek Dohnal <zdohnal@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
summary: Upstream script tests
|
||||
description: ''
|
||||
author:
|
||||
- Zdenek Dohnal <zdohnal@redhat.com>
|
||||
- Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
summary: upstream-unittests
|
||||
description: 'Runs upstream unit tests'
|
||||
author:
|
||||
- Zdenek Dohnal <zdohnal@redhat.com>
|
||||
- Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: vim-aliases
|
||||
description: 'Test checks whether vi/vim/view aliases via wrappers work'
|
||||
author: Zdenek Dohnal <zdohnal@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue